From 78facf9239ee1b3fce8cc7ad8c59bddc125f7f6a Mon Sep 17 00:00:00 2001 From: Hunter B Date: Mon, 1 Jun 2026 00:44:20 -0700 Subject: [PATCH] chore: home-polish for v0.8.49 - Add completion_sound to config.example.toml notifications section (off/beep/bell, default 'beep', introduced in v0.8.48) - Add kimi-k2.6 to Default Models comments in config.example.toml (default Moonshot/Kimi model, provider section already added) - Fix stale v0.8.47 reference in docs/PROVIDERS.md Planned section (now says v0.8.48+, reflecting current milestones) --- config.example.toml | 3 +++ docs/PROVIDERS.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 0269f33e..b4d21c15 100644 --- a/config.example.toml +++ b/config.example.toml @@ -40,6 +40,7 @@ base_url = "https://api.deepseek.com/beta" # arcee-ai/trinity-large-thinking — OpenRouter Arcee Trinity Large Thinking # xiaomi/mimo-v2.5-pro — OpenRouter Xiaomi MiMo 2.5 Pro # xiaomi/mimo-v2.5 — OpenRouter Xiaomi MiMo 2.5 +# kimi-k2.6 — default Moonshot/Kimi model ID # gpt-4.1 — default generic OpenAI-compatible model ID # deepseek-ai/deepseek-v4-flash — default AtlasCloud model ID # deepseek-reasoner — default Wanjie Ark model ID @@ -561,10 +562,12 @@ default_text_model = "deepseek-ai/deepseek-v4-pro" # off: disable entirely # threshold_secs = 30 # only notify when the turn took >= this many seconds # include_summary = false # include elapsed time + cost in the notification body +# completion_sound = "beep" # off | beep | bell — sound on turn completion (✅ marker) [notifications] # method = "auto" # threshold_secs = 30 # include_summary = false +# completion_sound = "beep" # ───────────────────────────────────────────────────────────────────────────────── # Workspace Snapshots (#137) diff --git a/docs/PROVIDERS.md b/docs/PROVIDERS.md index aaadc14b..84047415 100644 --- a/docs/PROVIDERS.md +++ b/docs/PROVIDERS.md @@ -232,7 +232,7 @@ The check fails when: ## Planned, Not Shipped Yet -These items belong to the v0.8.47 provider-abstraction milestone or related +These items belong to the v0.8.48+ provider-abstraction milestone or related provider docs work, but they are not native shipped behavior in this checkout: - A unified `Provider` trait in `codewhale-agent` that owns env precedence,