kaged v0.0.7
v0.0.7
Released 2026-06-16
Features
6c6be74— Add LLM provider retry logic with dedicated@kaged/llmretry module and retry-aware Anthropic/OpenAI adapters31e1b2c— Addweb.searchtool under the newwebnamespace, with a provider chain (13 providers), daemon handler, and local-config[web]schema73104be— Split daemon config handlers by section and add config-section endpoints for operator-managed config panels526d5bd— Add operator config sections UI: appearance preferences (theme, font size), secrets editor, daemon config, web search, Langfuse, audit, and logging panelsc4e6ef6— Add project settings panels for MCP servers and project wiki, plus cage-limit editor and DSL helpersbb0b948— Add manual provider model definitions in the UI, with persistence through the provider-model save endpoints2e0570f— Wire session handler config updates to the new config section machinery
Infrastructure
fe03835— SyncSTATUS.mdand specs for all v0.0.7 featuresfba8a65— Expand DSL and UI test coverage for the new settings panels483da3f— Trim verbose completed entries inSTATUS.mdand point toreleases/for changelogsb7432a3— Verify pending items inSTATUS.mdagainst code; mark ADR-0040/0041/deployment modes/OAuth sidecar as implemented42cc01d— Drop completed ADRs from ADR status; add proposed ADR table; remove GitHub settings runbook from active roadmapc176571— Accept ADR-0026, ADR-0028, and ADR-0039 (all implemented in code)3fa2fa6— Marksso,wire, andfontspackages as complete inSTATUS.md
Release tooling
- Add
prepare_release.shorchestration script: dirty-tree check, version derived frompackages/daemon/package.json, per-version changelog validation, and annotated tag creation - Update release workflow to publish the release notes from
releases/${TAG}.mdinstead of pointing back to the monorepo - Add
releases/directory with per-version changelogs forv0.0.1throughv0.0.6 - Bump
@kaged/daemonversion to0.0.7 - Add root
releasescript forbun format && bun test && bun typecheck