Skip to content

v2.8.0 — Interactive TUI Dashboard + Declarative Plugin Hooks

Choose a tag to compare

@rizvee rizvee released this 15 Jun 20:59
· 103 commits to main since this release

Added

  • Interactive TUI Dashboard: Added dashboard/ui command launching a zero-dependency keyboard-interactive command center built with Node's native readline module.
  • Declarative Plugin Hooks: Added plugin command suite (list, show, validate, install, status) and JSON schema to securely extend workspace templates, workflows, and skills.
  • Secure Plugin Installer: Supports --approved execution gate, path whitelisting to .ai/ and adapters/ directories, and automatic conflict .bak backups.
  • Headless Fallback: Automatically degrades to listing CLI commands in non-TTY/CI environments.

Changed

  • Improved YAML parser helper in bin/multimodel-dev-os.js to strip quotes from array items.
  • Added comprehensive documentation pages: dashboard.md, plugin-hooks.md, plugin-authoring.md, tui-safety.md.
  • Updated all existing documentation portals, config sidebars, sitemaps, and LLM assistant discovery files for v2.8.0 compatibility.