qwen-code/packages/core/src
tanzhenxin 5a1c427d6a
feat(subagents): use fastModel for Explore subagent (#4086)
Adds a "fast" keyword to the subagent model selector. When set, the
runtime resolves it via Config.getFastModel() under the parent authType,
falling back to inheriting the parent model when fastModel is unset or
invalid for the current authType. The built-in Explore subagent opts in,
so a configured fastModel automatically powers codebase searches without
affecting other subagents or the main session.
2026-05-13 16:27:25 +08:00
..
__mocks__/fs
agents refactor(core): route side-query LLM calls through runSideQuery chokepoint (#3775) 2026-05-11 19:03:14 +08:00
config refactor(telemetry): remove dead useCollector setting and unreachable TelemetryTarget.QWEN (#4061) 2026-05-11 23:22:53 +08:00
confirmation-bus test: add tests for confirmation-bus, prompt-registry, and cli/core modules (#2272) 2026-04-09 13:54:59 +08:00
core fix(cli): auto-restore prompt and preserve queue on cancel (#4023) 2026-05-13 12:08:16 +08:00
extension feat(core): support QWEN_HOME env var to customize config directory (#2953) 2026-05-09 15:51:52 +08:00
followup refactor(core): route side-query LLM calls through runSideQuery chokepoint (#3775) 2026-05-11 19:03:14 +08:00
hooks feat(core): support QWEN_HOME env var to customize config directory (#2953) 2026-05-09 15:51:52 +08:00
ide refactor(ide): optimize connection config lookup and remove time-based lock cleanup 2026-03-10 14:54:37 +08:00
lsp fix(lsp): 修复 LSP 文档、isPathSafe 限制,并提升 LSP 工具调用率 (#3615) 2026-04-30 15:24:18 +08:00
mcp feat(core): support QWEN_HOME env var to customize config directory (#2953) 2026-05-09 15:51:52 +08:00
memory refactor(core): route side-query LLM calls through runSideQuery chokepoint (#3775) 2026-05-11 19:03:14 +08:00
mocks
models refactor(cli): provider-first auth registry with unified install pipeline (#3864) 2026-05-08 12:19:28 +08:00
output chore(core): drop tool token usage tracking (#3727) 2026-04-30 15:35:01 +08:00
permissions feat(cli): add --json-schema for structured output in headless mode (#3598) 2026-05-11 14:21:55 +08:00
prompts test: add tests for confirmation-bus, prompt-registry, and cli/core modules (#2272) 2026-04-09 13:54:59 +08:00
qwen feat(core): support QWEN_HOME env var to customize config directory (#2953) 2026-05-09 15:51:52 +08:00
services feat(cli): support batch deletion of sessions in /delete (#3733) 2026-05-13 14:34:39 +08:00
skills feat(core): support QWEN_HOME env var to customize config directory (#2953) 2026-05-09 15:51:52 +08:00
subagents feat(subagents): use fastModel for Explore subagent (#4086) 2026-05-13 16:27:25 +08:00
telemetry feat(telemetry): add hierarchical session tracing spans (#4071) 2026-05-13 00:03:31 +08:00
test-utils feat(tools): add ToolSearch for on-demand loading of deferred tool schemas (#3589) 2026-05-10 14:29:25 +08:00
tools feat(tools): keep ask_user_question always-visible to surface clarification UX (#4041) 2026-05-11 19:06:03 +08:00
utils fix(core): tag subagent OpenAI JSON logs (#4099) 2026-05-13 16:26:38 +08:00
index.test.ts
index.ts chore(core): runtime.json sidecar follow-ups from PR #3714 review (#4030) 2026-05-12 06:55:52 +08:00