docs: add agent workspace user guide#95
Conversation
…rations, desktop-electron, docs index) - Add docs/getting-started.md with four self-contained install paths: desktop app, GPU server, mock mode, and contribute - Add docs/environment.md with ~50 env vars across 8 concern groups - Add docs/operations.md covering setup, deployment, daemon mode, remote deploy, desktop app, health checks, and troubleshooting - Add docs/desktop-electron.md for Electron build/install/dev workflow - Add docs/README.md as a top-level docs index - Fix README.md: stale v1.13.0 release notes replaced with CHANGELOG link, wrong Docker command fixed to match docker-compose.yml, add getting-started link to Docs and Setup guide sections All six cross-referenced doc links now resolve — zero dead links.
- Replace <repo-url> placeholders with actual repo URL - Fix GPU server path: add VLLM_STUDIO_HOST=0.0.0.0 for remote access - Rewrite desktop-electron.md Quick Start with first-time guidance - Add [Back to docs index] nav links to all four docs
- Add docs/recipes.md covering: creating recipes, all six backends, model weight sources, launch flow, multi-GPU, quantization, custom Python paths, mock mode, and launch troubleshooting - Add recipes.md to docs/README.md index - Add 'Next: set up a model' link from getting-started.md
- Fix bogus LIFECYCLE_READY_TIMEOUT_MS reference (hardcoded constant) - Add agent-workspace link to next steps - Add back-to-index nav link
- Add docs/agent-workspace.md covering: projects, sessions, panes, composer (@mentions, \$mentions, file attachments), right panel (Browser, Filesystem, Git, Terminal, Canvas), settings, and an end-to-end workflow example - Add agent-workspace.md to docs/README.md index
- Add 'Before you start' with link to recipes.md - Add back-to-index nav link
10e9e3e to
b41cd08
Compare
|
This is the doc users will lean on most, so accuracy matters double — and the workspace shifted a lot since May. The composer section is the biggest issue: |
Hey — after the onboarding docs (#93) and recipes guide (#94), this covers the main surface users spend their time in: the agent workspace.
What's here
`docs/agent-workspace.md` — a user-facing guide to the `/agent` surface:
Also wired into `docs/README.md`.
Built from a survey of the frontend agent surface — projects, sessions, panes, composer, tools catalogue, browser panel, and settings. Docs-only, no code touched.