Lampson

Reference

Commands and flags

Launch§

lampson                       # terminal, on the current folder
lampson --web                 # browser, http://127.0.0.1:8080
lampson --workspace ~/other   # a project without cd
lampson --agent plan          # start read-only
lampson --yolo | --strict | --ask
lampson --hub start|stop|status|logs|restart
lampson --daemon start        # the resident process for scheduled tasks
lampson --install             # keep the hub alive across logins
lampson --update              # git install: pull · npm: tells you the command
lampson --help

Slash commands§

command
/model [provider] [model] (also /provider, /setup)provider → model (listed from the API) → key if missing, with arrow keys; saved for next time
/agent <build|plan|review|explore>switch profile
/ask · /yolo · /strictpermission mode
/new · /sessions · /resume <id> · /delete <id>sessions
/trace [n] · /tokens · /out [n] · /verbosewhat happened, how much it cost, full tool outputs
/files · /memory [name] · /todothe project tree, the agent's notes, the session's todo list
/procs · /logs <name> · /stop <name> · /kill <pid>servers the agent started
`/plugins [onoffrunremove] …`plugins
/mcp [add|remove] … · /lsp [add|remove] …MCP and language servers
/skillsskills the agent can see
/agentssub-agents
/schedule [add|list|remove] … · /approvescheduled tasks and pending approvals
/image <path> · /pasteattach an image to the next message
/config · /flagscurrent settings
/update · /help · /exit

!command runs a command yourself in a real terminal; its output enters the conversation.

Keys§

key
/command menu (recent first, filter as you type)
Tabcomplete the command, then its arguments
history, or move in a menu
Alt+Enternew line
Ctrl+Olast tool result in full
Ctrl+U / Ctrl+Wclear line / word
Escclose the menu
p / d (or arrows)allow / deny an approval

View as Markdown