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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user