docs: add interactive session example to quick start

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Gaurav-x111
2026-06-06 22:25:55 +05:45
parent 3acb677d70
commit db9ff49256

View File

@@ -134,6 +134,9 @@ export ANTHROPIC_API_KEY="sk-ant-..."
# 4. Run a prompt
./target/debug/claw prompt "say hello"
# 5. Start an interactive session
./target/debug/claw
```
> [!NOTE]