chimera chat
Interactive multi-turn chat — your terminal right-hand. Requires a key. The conversation is saved after every turn, under ``<home>/sessions``, and picked up again on the next run. It is the same store the desktop app reads, so a thread started here can be continued there and the other way round.
Options
--model, -mstrOverride the model slug.
--max-stepsintdefault:6Max tool-calling steps per message.
--workspace, -wstrdefault:'.'Workspace root for tools.
--fusebooleanRoute deep-reasoning turns through fusion.
--cascadebooleanTiered routing: weak -> gate -> mid -> gate -> fusion (cheap by default).
--no-memorybooleanDon't recall long-term memory.
--session, -sstrResume a specific session id (see 'chimera sessions').
--newbooleanStart a fresh session instead of resuming.