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)
This commit is contained in:
Hunter B
2026-06-01 00:44:20 -07:00
parent f094db9e02
commit 78facf9239
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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)
+1 -1
View File
@@ -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,