Smith::CLI
Inherits Reference < Object
Constants
KNOWN_COMMANDS = ["run", "chat", "interactive", "resume", "continue", "sessions", "list", "checkpoints", "rewind", "rename", "fork", "context", "mcp"] of ::String
REPLAYED_MESSAGES = 6
How much of a resumed transcript is replayed into the UI: enough to see where the session left off, not enough to bury the prompt.
Constructors
new(args : Array(String))
SourceClass methods
start(args : Array(String))
SourceInstance methods
run
Source