This commit is contained in:
Michael Neale
2025-10-29 14:47:25 +11:00
parent aa4a0267ea
commit 63c2aff7ba
3 changed files with 12 additions and 114 deletions

View File

@@ -191,9 +191,12 @@ g3 --quiet
### Disable Accumulative Mode
To use the traditional interactive chat mode:
To use the traditional chat mode (without automatic autonomous runs):
```bash
g3 --chat
# Alternative: legacy flag also works
g3 --accumulative
```