class

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))
Source

Class methods

start(args : Array(String))
Source

Instance methods