multica/packages/core/src/agent
Jiayuan Zhang afe51d325d fix(core): rebuild system prompt after provider switch
setProvider() updated the resolved provider and model but did not
rebuild the system prompt, so the runtime info line still showed the
old provider/model (e.g. claude-code/claude-opus-4-6) after switching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 00:12:08 +08:00
..
auth-profiles refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
cli refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
context-window refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
profile refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
providers fix(core): fix OpenRouter model resolution and add fallback for custom models 2026-02-10 23:40:31 +08:00
session fix(agent): sanitize invalid tool call ids in context 2026-02-10 19:33:44 +08:00
skills refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
subagent feat(subagent): integrate command queue and configurable timeout 2026-02-10 19:27:26 +08:00
system-prompt refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
tools feat(subagent): integrate command queue and configurable timeout 2026-02-10 19:27:26 +08:00
async-agent.test.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
async-agent.ts feat(core): add testProvider method to AsyncAgent 2026-02-10 23:02:39 +08:00
channel.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
credentials-cli.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
credentials.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
events.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
extract-text.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
index.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
message-timestamp.test.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
message-timestamp.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
runner.ts fix(core): rebuild system prompt after provider switch 2026-02-11 00:12:08 +08:00
sync-agent.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
tools.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
types.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00