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,