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
Conversation
…, MP3, auth.json Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 thex-char-taskheader andModelResolverabstraction. GithubCode references updated fromconfig.rstomodel.rs.Crate extraction path fixes (
faq/10.ai-models-and-privacy.mdx,pro/1.better-transcription.mdx): All<GithubCode>URLs migrated fromplugins/listener/src/actors/→crates/listener-core/src/actors/to reflect the listener-core crate extraction. Also updates recorder path fromrecorder.rstorecorder/mod.rs.Smaller updates:
developers/12.analytics.mdx: Addedoption_selectednotification event; added$ai_taskproperty to$ai_generationdevelopers/16.local-models.mdx: Added Cactus custom vocabulary sectionfaq/3.technical.mdx: Added CLI app and MP3 recording FAQsfaq/10.ai-models-and-privacy.mdx: Split auth tokens fromstore.jsoninto dedicatedauth.json; added listener-core crate to open source linksReview & Testing Checklist for Human
<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 themodel.rs#L46-L91andhandler/mod.rs#L179-L193references.CharTaskenum hasChat,Enhance,Titlebut 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.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 againstcrates/llm-proxy/src/model.rsto confirm accuracy.charwithauthandtuisubcommands. Quick check: doesapps/cli/Cargo.tomlconfirm 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.