v0.4.5 — connection wizard on welcome, credential management, slash suggestions

Your files.
Your terminal.
Your agent.

Bolt Cowork is an open-source, terminal-native file agent. Give it a task in plain language — it plans, asks for approval, and works inside a trusted workspace.

↓ Download GitHub Docs ->
bolt-cowork
> bolt-cowork --dir ./my-project "Summarize all markdown files"
provider anthropic (claude-sonnet-4-6)
workspace trusted: ./my-project
 
setup API key stored in system keyring
plan 1. List all .md files in directory
2. Read each file content
3. Write SUMMARY.md
 
approve? [revise/approve all/reject] approve all
 
read README.md
read CHANGELOG.md
write SUMMARY.md
 
done 3 files processed in 4.2s
🔒

sandboxed

Operates inside trusted directories with exact-match trust and expanded denied patterns for sensitive files.

🔑

keyring setup

First-run setup stores API keys in the system keyring, not in configuration files.

🔌

connection wizard

Connect Anthropic, OpenAI, Gemini, OpenRouter, DeepSeek, Mistral, Groq, or local Ollama/LM Studio models with guided key entry and verification — from the welcome screen or mid-session. Replace or remove a stored key anytime from the command palette.

🧩

skill system

Extend behavior with custom SKILL.md files. Global or project-local, keyword-matched automatically.

🔗

MCP client

Connects to external tools via Model Context Protocol with approval gates and permission profiles.

🖥

terminal UI

Full TUI with modal approvals, a command palette reachable by Ctrl+P or live slash-suggestions as you type, live status, streaming cursor, and chat scrolling.