multica/src/agent/cli
yushen 8fe2b5f010 fix(agent): resolve reasoningMode from profile config and session meta
- Read reasoningMode from profile config and storedMeta when not
  explicitly set via options (matching thinkingLevel pattern)
- Skip extractThinking() call when reasoningMode is "off"
- Clean up redundant ?? undefined casts in CLI entry points

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 16:00:53 +08:00
..
commands fix(agent): resolve reasoningMode from profile config and session meta 2026-02-04 16:00:53 +08:00
autocomplete.ts fix(autocomplete): improve terminal compatibility and CJK support 2026-02-02 14:11:36 +08:00
colors.ts feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00
index.ts refactor(cli): unify CLI with multica command and subcommands 2026-02-01 23:09:44 +08:00
interactive.ts fix(agent): resolve reasoningMode from profile config and session meta 2026-02-04 16:00:53 +08:00
non-interactive.ts fix(agent): resolve reasoningMode from profile config and session meta 2026-02-04 16:00:53 +08:00
output.test.ts fix(agent): soften tool errors 2026-02-02 15:17:17 +08:00
output.ts fix(agent): resolve reasoningMode from profile config and session meta 2026-02-04 16:00:53 +08:00
profile.ts refactor(profile): simplify profile structure by removing identity and bootstrap 2026-02-01 23:49:37 +08:00
skills.ts feat(credentials): add JSON5 credential system 2026-02-01 02:28:27 +08:00
tools.ts feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00