claudestream v0.14.2 /claudestream repl

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

Flags
NameShortTypeDefaultEnvDescription
--model-mstrClaude model identifier to use for this session (e.g. sonnet)
--cwdstrWorking directory for the Claude Code subprocess to operate in
--skip-permissionsboolBypass all tool permission prompts via --dangerously-skip-permissions
--profilestrName of the claudewheel profile to use for authentication
--footerboolTrueDisplay cost and timing summary on stderr after completion
--system-prompt-sstrCustom system prompt text to prepend to the Claude session
--colorboolTrueEnable ANSI colored output for terminal display and formatting
--resumestrResume a previously started Claude session by its unique session ID
--from-prstrLoad context from a GitHub pull request identifier to resume
Search