qwen-code/docs
tanzhenxin 5fe12d4cc0
Some checks are pending
Qwen Code CI / Classify PR (push) Waiting to run
Qwen Code CI / Lint (push) Blocked by required conditions
Qwen Code CI / Test (macos-latest, Node 22.x) (push) Blocked by required conditions
Qwen Code CI / Test (ubuntu-latest, Node 22.x) (push) Blocked by required conditions
Qwen Code CI / Test (windows-latest, Node 22.x) (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Blocked by required conditions
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
feat(core): extend cross-auth fast models to agents (#4153)
* feat(core): extend cross-auth fast models to agents

* fix(core): tighten cross-auth model resolution fallbacks

When a forked-agent caller passes a selector that cannot resolve (e.g.
`fast` with no fast model configured), fall back to the parent session
model instead of forwarding the raw selector string to the provider.
Matches the subagent path, where unresolvable selectors mean "inherit
parent".

In BaseLlmClient.createContentGeneratorForModel, do not cache the
unregistered-model fallback. getCurrentContentGenerator() reads the
runtime view from AsyncLocalStorage, which can differ between calls;
caching would pin the first call's view-bound generator under the
selector key and reuse it on later calls after that view has unwound.

* docs(core): drop stale getFastModelForSideQuery from sideQuery JSDoc

The function was removed when fast-model resolution collapsed onto getFastModel(); the JSDoc fallback chain still mentioned it.
2026-05-20 00:25:29 +08:00
..
design feat(worktree): Phase C — session persistence, hooksPath, Footer + WorktreeExitDialog, three-mode --resume restore (#4174) 2026-05-19 13:59:35 +08:00
developers feat(serve): MCP guardrail push events + hysteresis (#4175 Wave 3 PR 14b) (#4271) 2026-05-19 01:06:20 +08:00
e2e-tests feat(worktree): Phase C — session persistence, hooksPath, Footer + WorktreeExitDialog, three-mode --resume restore (#4174) 2026-05-19 13:59:35 +08:00
plans feat(cli): add structured memory diagnostics JSON (#3785) 2026-05-17 19:52:46 +08:00
superpowers/plans feat(worktree): Phase C — session persistence, hooksPath, Footer + WorktreeExitDialog, three-mode --resume restore (#4174) 2026-05-19 13:59:35 +08:00
users feat(core): extend cross-auth fast models to agents (#4153) 2026-05-20 00:25:29 +08:00
_meta.ts feat: refactor docs 2025-12-05 10:51:57 +08:00
index.md fix: lint issues 2025-12-19 15:52:11 +08:00