Przejdź do treści

All commands

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, -mstr

    Override the model slug.

  • --max-stepsintdefault: 6

    Max tool-calling steps per message.

  • --workspace, -wstrdefault: '.'

    Workspace root for tools.

  • --fuseboolean

    Route deep-reasoning turns through fusion.

  • --cascadeboolean

    Tiered routing: weak -> gate -> mid -> gate -> fusion (cheap by default).

  • --no-memoryboolean

    Don't recall long-term memory.

  • --session, -sstr

    Resume a specific session id (see 'chimera sessions').

  • --newboolean

    Start a fresh session instead of resuming.