Changelog

Release updates and complete commit history for tacet-cli.

v0.1.14 LATEST
July 28, 2026 Release ↗
  • Locale fixes, 'tacet why' diagnostic command, and MCP 2026-07-28 specification revision adopted end-to-end.
  • Scoring term-boundary fixes for Turkish diacritics and month resolution.
  • 03053a2 chore: version bumps for the locale fixes and the why command
  • 9b96a6f feat(cli): tacet why — the cheapest useful diagnostic in the project
  • c45e0f3 feat(mcp): adopt the 2026-07-28 revision, end to end
v0.1.13
July 28, 2026 Release ↗
  • Adopted MCP 2026-07-28 revision end-to-end and added statistical eval analysis.
  • Fixed router and time defects in Turkish locale handling.
  • c45e0f3 feat(mcp): adopt the 2026-07-28 revision, end to end
  • 89f59c9 fix(router,time): the three Turkish defects the review measured
v0.1.12
July 28, 2026 Release ↗
  • Optimized engine inference floors and updated workspace dependencies across all 11 crates.
  • 6f61542 release: tacet-cli 0.1.12 — engine inference floor updates
v0.1.11
July 28, 2026 Release ↗
  • Added five tool addons (calendar, clipboard, db, http_call, shell) behind user permission gates.
  • Hardened update engine check to verify binary inference capabilities before replacing local builds.
  • Added --version build flag and fixed Ctrl-D draft prompt behavior.
  • d87c85a release: tacet-cli 0.1.11 — the addon round, with raised floors
  • a01b72a feat(addons): five addons behind one gate, and the gate now covers shell
  • c1e3290 feat(cli): --version, and it says which build this is
  • 31dd950 fix(update): never trade a working engine for a smaller download
v0.1.10
July 28, 2026 Release ↗
  • Standalone GGUF weight tokenizer reading embedded vocabulary directly without tokenizer.json.
  • Appended session logs, read-only git inspect tool, and structured --json output mode.
  • 68b959b feat(cli): GGUF tokenizer, sessions, git tool, --json, directory context
  • 7a4f962 fix(input): ctrl-d leaves even with a draft in the field