docs: add coding agent section to README and docs index

This commit is contained in:
2026-03-24 13:02:16 +00:00
parent 789a08a353
commit 7f5c27a868
2 changed files with 12 additions and 0 deletions

View File

@@ -157,6 +157,17 @@ sunbeam check # Run all functional probes
sunbeam check devtools # Scoped to namespace
```
### Coding Agent
```bash
sunbeam code # Terminal coding agent (connects to Sol via gRPC)
sunbeam code start --model devstral-small # Override model
sunbeam code demo # Demo TUI without Sol connection
sunbeam reindex-code --org studio # Index repos into Sol's code search
```
See [docs/sol-code.md](docs/sol-code.md) for full documentation.
### Passthrough
```bash

View File

@@ -57,6 +57,7 @@ sunbeam logs ory/kratos
## Documentation Structure
- **[CLI Reference](cli-reference)**: Complete command reference
- **[Sol Code](sol-code)**: Terminal coding agent powered by Sol
- **[Core Modules](core-modules)**: Detailed module documentation
- **[Architecture](architecture)**: System architecture and design
- **[Usage Examples](usage-examples)**: Practical usage scenarios