Skip to content

docs(weekly): task-aware model routing, listener-core extraction, CLI, MP3, auth.json#4319

Open
devin-ai-integration[bot] wants to merge 1 commit intodevin/1771979837-update-llms-txtfrom
devin/1772324550-weekly-docs-update
Open

docs(weekly): task-aware model routing, listener-core extraction, CLI, MP3, auth.json#4319
devin-ai-integration[bot] wants to merge 1 commit intodevin/1771979837-update-llms-txtfrom
devin/1772324550-weekly-docs-update

Conversation

@devin-ai-integration
Copy link
Contributor

docs(weekly): task-aware model routing, listener-core extraction, CLI, MP3, auth.json

Stacked on #4218.

Summary

Weekly documentation update covering code changes from the last 7 days. Six doc files updated across three areas:

LLM routing rewrite (pro/2.cloud.mdx): The model routing section is rewritten from scratch to document the new task-aware system. The old binary split (tool-calling vs default) is replaced with five pools: chat, title, tool-calling, audio, and default. Documents the x-char-task header and ModelResolver abstraction. GithubCode references updated from config.rs to model.rs.

Crate extraction path fixes (faq/10.ai-models-and-privacy.mdx, pro/1.better-transcription.mdx): All <GithubCode> URLs migrated from plugins/listener/src/actors/crates/listener-core/src/actors/ to reflect the listener-core crate extraction. Also updates recorder path from recorder.rs to recorder/mod.rs.

Smaller updates:

  • developers/12.analytics.mdx: Added option_selected notification event; added $ai_task property to $ai_generation
  • developers/16.local-models.mdx: Added Cactus custom vocabulary section
  • faq/3.technical.mdx: Added CLI app and MP3 recording FAQs
  • faq/10.ai-models-and-privacy.mdx: Split auth tokens from store.json into dedicated auth.json; added listener-core crate to open source links

Review & Testing Checklist for Human

  • Verify <GithubCode> line ranges are correct on main — all updated URLs point to specific line numbers (#L56-L106, #L130-L168, #L22-L102, #L122-L134, #L179-L193, #L46-L91). If any code has shifted since this PR was authored, the rendered snippets will be wrong. Spot-check at least the model.rs#L46-L91 and handler/mod.rs#L179-L193 references.
  • Missing "Enhance" task poolCharTask enum has Chat, Enhance, Title but the cloud.mdx only documents Chat and Title pools. Verify whether Enhance has its own pool or falls through to default, and whether that should be documented.
  • Model names match actual code — the model names in the tables (e.g. anthropic/claude-sonnet-4.6, openai/gpt-5.2-chat, z-ai/glm-5, z-ai/glm-4.7-flash) are hardcoded in the docs. Cross-check against crates/llm-proxy/src/model.rs to confirm accuracy.
  • Custom vocabulary UI path — the local-models doc says "Settings > Language & Vocabulary under the Memory tab". Verify this matches the actual settings UI.
  • CLI binary name and subcommands — docs claim CLI binary is named char with auth and tui subcommands. Quick check: does apps/cli/Cargo.toml confirm this?

Notes

Link to Devin Session: https://app.devin.ai/sessions/efb39e956990461c801a30af048aed4d
Requested by: bot_apk (apk@cognition.ai)

This is a documentation-only PR — no code changes, CI should pass immediately. The main risk is stale line numbers or incorrect model names due to code drift. All MDX validated with dprint.

…, MP3, auth.json

Co-Authored-By: bot_apk <apk@cognition.ai>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants