v0.8.2
v0.8.2 — Quality Release
All known issues fixed. Tested end-to-end with real Ollama.
Thinking Suppression
- Ollama thinking/reasoning disabled by default (
think: false). Clean output with no reasoning leak in chat or team execution. - Uses Ollama-native
GenerateContentConfigwithNumPredictfor max tokens.
Session Cleanup
- Stale sessions (>24h) automatically marked as completed on daemon startup.
Streaming Performance
- Cached glamour markdown renderer — no longer creates a new renderer per token (was O(n²), now O(n)).
Debug Mode
ratchet daemon start --background --debugenables request/response logging to~/.ratchet/debug.log.
Verified End-to-End
- Chat: clean output, no thinking
- Teams: agents message each other, produce correct code, no reasoning leak
- Sessions: cleanup working (19 stale sessions cleared)
- All 33+ E2E tests + 5 CLI integration tests pass