Updated
Reference for the claudestream repl command — usage, flags, arguments, and examples for the repl subcommand of the claudestream CLI.
#claudestream repl
Start an interactive multi-turn read-eval-print loop session with Claude
Effect: mutating
#Flags
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--model | -m | str | Claude model identifier to use for this session (e.g. sonnet) | ||
--cwd | str | Working directory for the Claude Code subprocess to operate in | |||
--skip-permissions | bool | Bypass all tool permission prompts via --dangerously-skip-permissions | |||
--profile | str | Name of the claudewheel profile to use for authentication | |||
--footer | bool | True | Display cost and timing summary on stderr after completion | ||
--system-prompt | -s | str | Custom system prompt text to prepend to the Claude session | ||
--color | bool | True | Enable ANSI colored output for terminal display and formatting | ||
--resume | str | Resume a previously started Claude session by its unique session ID | |||
--from-pr | str | Load context from a GitHub pull request identifier to resume |