Skip to content

kaged v0.0.7

Choose a tag to compare

@ashleymcdonald ashleymcdonald released this 16 Jun 11:29
· 1 commit to main since this release

v0.0.7

Released 2026-06-16

Features

  • 6c6be74 — Add LLM provider retry logic with dedicated @kaged/llm retry module and retry-aware Anthropic/OpenAI adapters
  • 31e1b2c — Add web.search tool under the new web namespace, with a provider chain (13 providers), daemon handler, and local-config [web] schema
  • 73104be — Split daemon config handlers by section and add config-section endpoints for operator-managed config panels
  • 526d5bd — Add operator config sections UI: appearance preferences (theme, font size), secrets editor, daemon config, web search, Langfuse, audit, and logging panels
  • c4e6ef6 — Add project settings panels for MCP servers and project wiki, plus cage-limit editor and DSL helpers
  • bb0b948 — Add manual provider model definitions in the UI, with persistence through the provider-model save endpoints
  • 2e0570f — Wire session handler config updates to the new config section machinery

Infrastructure

  • fe03835 — Sync STATUS.md and specs for all v0.0.7 features
  • fba8a65 — Expand DSL and UI test coverage for the new settings panels
  • 483da3f — Trim verbose completed entries in STATUS.md and point to releases/ for changelogs
  • b7432a3 — Verify pending items in STATUS.md against code; mark ADR-0040/0041/deployment modes/OAuth sidecar as implemented
  • 42cc01d — Drop completed ADRs from ADR status; add proposed ADR table; remove GitHub settings runbook from active roadmap
  • c176571 — Accept ADR-0026, ADR-0028, and ADR-0039 (all implemented in code)
  • 3fa2fa6 — Mark sso, wire, and fonts packages as complete in STATUS.md

Release tooling

  • Add prepare_release.sh orchestration script: dirty-tree check, version derived from packages/daemon/package.json, per-version changelog validation, and annotated tag creation
  • Update release workflow to publish the release notes from releases/${TAG}.md instead of pointing back to the monorepo
  • Add releases/ directory with per-version changelogs for v0.0.1 through v0.0.6
  • Bump @kaged/daemon version to 0.0.7
  • Add root release script for bun format && bun test && bun typecheck