Skip to content

v3.1.13 - DCP TUI panel

Latest

Choose a tag to compare

@Tarquinen Tarquinen released this 16 Jun 16:39
74f9049

What's Changed

  • Added a DCP TUI panel at /dcp with context, stats, and manual-mode controls.
  • Moved prompt-triggered manual compression to /dcp-compress [focus].
  • Replaced chat-style status command output with TUI modals.
  • Persisted manual-mode state so the TUI toggle affects server compression behavior.
  • Added TUI plugin packaging support and package verification for the raw tui.tsx export.
  • Updated README guidance to point new users toward Sleev.
  • Fixed npm trusted publishing metadata and audit overrides.

Upgrade Note

DCP 3.1.13 adds a TUI plugin entrypoint. For the new /dcp panel to appear, OpenCode must load DCP in the TUI plugin config. Add @tarquinen/opencode-dcp@latest to your tui.json, or run:

opencode plugin @tarquinen/opencode-dcp@latest --global

Full Changelog: v3.1.12...v3.1.13