Skip to content

v0.8.2

Choose a tag to compare

@intel352 intel352 released this 07 Apr 06:12
· 188 commits to master since this release

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 GenerateContentConfig with NumPredict for 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 --debug enables 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

Full Changelog

v0.8.1...v0.8.2