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

v2026.2.13

Choose a tag to compare

@github-actions github-actions released this 14 Feb 05:21
· 241 commits to main since this release

πŸ€– Agents Management

A complete redesign of the Workspace page into a full-featured Agents view:

  • Overview tab β€” See agent identity, avatar, workspace path, and model at a glance
  • Files tab β€” Browse and edit workspace files (AGENTS.md, SOUL.md, etc.) with token counts
  • Tools tab β€” Configure tool access with profile presets and per-tool toggles
  • Skills tab β€” Enable/disable skills per-agent with allowlist management
  • CRUD support β€” Create new agents, update settings, or delete agents directly from the UI

πŸ’­ Thinking Blocks

Extended thinking is now visible in chat history as collapsible blocks:

  • Collapsed by default β€” Keep the chat clean while preserving thinking context
  • Click to expand β€” Review the model's reasoning process when needed
  • Token summary β€” See thinking token count without expanding

πŸ“Š Compaction Indicator

Visual feedback when context overflow triggers compaction:

  • Inline divider β€” Shows exactly where old messages were summarized
  • Subtle styling β€” Doesn't disrupt reading flow
  • Anchored position β€” Stays in place even when new messages arrive

Installation

npm:

npx @maudecode/cove

Docker:

docker run -d -p 8080:8080 ghcr.io/maudecode/cove:v2026.2.13

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

πŸ“¦ npm Β· 🐳 Docker Β· πŸ“– Docs


Changelog

Bug Fixes

  • chat: address code review issues for thinking blocks (451f96e)
  • config: standardize page width to 5xl (b85d8c0)
  • docs: correct screenshot paths in README (99a9249)
  • identity: resolve relative avatar URLs to absolute (7b236d2)
  • logs: standardize page width to 5xl (4a588ea)
  • prioritize displayName over label and escape raw HTML (48e60c3)
  • sanitize: allow data URIs in img tags for markdown images (57c43e8)
  • views: standardize page widths to 5xl (0737389)

Features

  • chat: add collapsible thinking blocks in history (1e78d47)
  • chat: compaction divider with structural detection and dedup (5e3f1b3)
  • chat: inline compaction UX with ghost run fix and anchored divider (4e68c0c)
  • locales: add agents management translations (9d8f024)
  • ui: add AgentAvatar component (a3cca5b)
  • ui: add PageLayout and TabNav components (e44c2d0)