Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 20:43
· 1068 commits to main since this release
Immutable release. Only release title and notes can be modified.
4eec852

What's Changed

Bug Fixes

  • fix(streaming): resolve text duplication after tool calls (17f19d2)
  • fix(chat): prevent message bleeding between sessions (8a50899)
  • fix(chat): use effectiveSessionKey for session comparison (90cbe01)
  • fix(csp): remove header-only directives from meta tag (6a857fa)
  • fix(csp): add worker-src directive for blob workers (39cfde1)
  • fix(auth): persist credentials in localStorage when rememberMe is enabled (72e5b60)
  • fix(mobile): numerous mobile UX improvements

Features

  • feat(chat): use assistant stream events for faster text updates (0294c92)
  • feat(chat): persist input drafts across navigation (2661ed3)
  • feat(mobile): edge swipe to open/close sidebar (9f9a147)
  • feat(pwa): add manifest and iOS web app meta tags (a68809e)
  • feat(channels): add BlueBubbles icon (f84fbf7)
  • feat(cron): mobile-friendly card layout (1b7c113)
  • feat(sessions): mobile-friendly card layout (7ea3e44)
  • feat(ui): add ListCard component (8f0a35c)
  • feat(build): add CSP extension via env vars (6442c74)

Refactors

  • refactor(ui): extract ModalFooter components (01c997c)
  • refactor(sessions): extract SessionActions, add comments (309076c)
  • refactor: extract cron state/actions to useCronJobs hook (86cf8c9)

Full Changelog: v1.0.2...v1.1.0


Installation

npm:

npx @maudecode/cove

Docker:

docker run -d -p 8080:8080 ghcr.io/maudecode/cove:v1.1.0

Static files: Download cove-dist.zip or cove-dist.tar.gz below.

📦 npm · 🐳 Docker · 📖 Docs