multica/src/agent/cli
Naiyuan Qing 7122b12ad5
Merge pull request #61 from multica-ai/feat/text-stream
feat: streaming AI message rendering
2026-02-02 17:45:30 +08:00
..
commands feat(cli): add /model command for switching models within provider 2026-02-02 17:35:40 +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 feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00
non-interactive.ts feat(agent): enhance interactive CLI with colors, spinner, and status bar (#43) 2026-01-31 21:07:07 +08:00
output.test.ts test(cli): add comprehensive tests for output formatting functions 2026-02-01 02:53:23 +08:00
output.ts feat(agent): add streaming support for AI message generation 2026-02-02 17:18:10 +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