Getting Started
Installation
The thesis CLI is shipped by the @thesis/core package (see core/package.json).
npm install -g @thesis/core
Verify installation
thesis --version
If no command is specified, thesis shows help:
thesis
Quick Start
Start the local Core API + Jupyter (foreground):
thesis server start
Start the local Core API + Jupyter (background):
thesis server start --detach
Launch the Thesis App UI (starts a local proxy server and opens your browser by default):
thesis app
If you don’t want the browser to open automatically:
thesis app --no-open
Run the terminal agent non-interactively (requires an active session):
thesis code --exec "Summarize this repository and suggest 3 improvements."
Next Steps
- Read the Commands index for the full CLI surface
- Learn about local paths and defaults in Configuration
- If you hit “No active session found”, see Authentication