qwen-code/packages/core
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
..
scripts
src feat(subagents): use fastModel for Explore subagent (#4086) 2026-05-13 16:27:25 +08:00
vendor feat test tool permissions 2026-03-10 16:30:22 +08:00
index.ts fix: Remove remaining ClearcutLogger export from packages/core/index.ts 2026-02-01 14:52:14 +08:00
package.json chore(deps): upgrade ink 6.2.3 → 7.0.2 + bump Node engine to 22 (#3860) 2026-05-11 17:29:50 +08:00
test-setup.ts feat(memory): managed auto-memory and auto-dream system (#3087) 2026-04-16 20:05:45 +08:00
tsconfig.json fix: upgrade @lydell/node-pty to 1.2.0-beta.10 to fix PTY FD leak 2026-04-01 07:55:56 +08:00
vitest.config.ts