Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to bestASR are documented here. The format follows

## [Unreleased]

## [0.14.0] - 2026-07-17

### Added

- **Confidence-gated hallucination filtering (#100)**: `--hallucination-filter
Expand Down
2 changes: 1 addition & 1 deletion Sources/BestASRKit/Models/DataModels.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

public enum BestASRVersion {
public static let current = "0.13.0"
public static let current = "0.14.0"
}

// MARK: - Backends
Expand Down
17 changes: 17 additions & 0 deletions changelog/20260717_v0.14.0-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 2026-07-17 — v0.14.0 發布(幻覺過濾 Phase 2+3 出貨)

## 發布

- **v0.14.0**:把 #100(`--hallucination-filter full`,confidence-gated)與
#101(WhisperKit decode knobs:`--no-speech-threshold` /
`--compression-ratio-threshold` / `--logprob-threshold`)從 [Unreleased]
切版出貨。CHANGELOG [0.14.0] 段落為準。
- `release-mcp.sh 0.14.0`:notarized `bestasr-mcp`(MCP `hallucination_filter`
參數自此吃得到 `full`)→ GitHub Release v0.14.0
- `release-app.sh`:簽章 + notarize + staple 的 `bestASR-0.14.0.zip` 上傳同一 release
- `/plugin-update bestasr`:plugin 0.13.0 → 0.14.0

## 程式檔變更(今日)

- `Sources/BestASRKit/Models/DataModels.swift` — `BestASRVersion.current` → 0.14.0
- `plugins/bestasr/.claude-plugin/plugin.json` — 0.14.0
2 changes: 1 addition & 1 deletion plugins/bestasr/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bestasr",
"version": "0.13.0",
"version": "0.14.0",
"description": "bestASR for agents: the bestasr-mcp MCP server (benchmark-driven ASR routing — transcribe/recommend/list_backends/list_models/corpus_add, auto-downloaded on install) plus workflow skills (context-ingest, srt-proofread, transcript).",
"author": {
"name": "PsychQuant",
Expand Down
Loading