Skip to content

v0.1.10

Choose a tag to compare

@Daniel-Robbins Daniel-Robbins released this 13 Feb 06:37
· 143 commits to main since this release

What's Changed

Bug Fixes

  • fix(thread): inject parent message content into thread conversation context — When starting a thread, the parent message (the message the thread originated from) was not included in the AI's context. Now ConnectionDO fetches the parent message from D1 and attaches it; the plugin decrypts (if E2E encrypted) and injects it as GroupSystemPrompt so the agent knows what the thread is about.
  • fix(connection-do): handle stale WebSocket connections during authentication — Properly detect and clean up stale WebSocket connections to prevent auth failures.

Features

  • feat(chat): add stop streaming functionality and session history management — Users can now stop an in-progress streaming response; improved session history handling.

Other

  • refactor: update WebSocket client to use a function for token retrieval — Token is now fetched lazily via a getter function instead of a static value.

Full Changelog: v0.1.9...v0.1.10