Skip to content

v5.5.0

Latest

Choose a tag to compare

@Riko5652 Riko5652 released this 30 Mar 20:16

OCD (Omni Coder Dashboard) v5.5.0

Install via npm (recommended)

npm install -g omni-coder-dashboard
ocd

Or run without installing:

npx omni-coder-dashboard

Install from GitHub Packages

npm install -g @riko5652/ocd --registry=https://npm.pkg.github.com

Standalone binaries (experimental)

If available, download the binary for your platform below — no Node.js required.

Platform File
Linux (x64) ai-dashboard-linux-x64
macOS (Apple Silicon) ai-dashboard-macos-arm64
Windows ai-dashboard-win.exe

What's Changed

  • review: MCP orchestration audit — fix gaps, add tests, improve onboarding by @Riko5652 in #35
  • deps(deps): bump recharts from 2.15.4 to 3.8.0 by @dependabot[bot] in #34
  • deps(deps-dev): bump @eslint/js from 9.39.4 to 10.0.1 by @dependabot[bot] in #28
  • deps(deps): bump better-sqlite3 from 11.10.0 to 12.8.0 by @dependabot[bot] in #27
  • ci: bump actions/checkout from 4 to 6 by @dependabot[bot] in #23
  • deps(deps): bump zod from 3.25.76 to 4.3.6 by @dependabot[bot] in #31
  • ci: bump actions/stale from 9 to 10 by @dependabot[bot] in #24
  • ci: bump github/codeql-action from 3 to 4 by @dependabot[bot] in #20
  • ci: bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #21
  • ci: bump actions/setup-node from 4 to 6 by @dependabot[bot] in #22
  • deps(deps-dev): bump the dev-dependencies group with 3 updates by @dependabot[bot] in #25
  • deps(deps-dev): bump eslint from 9.39.4 to 10.1.0 by @dependabot[bot] in #26
  • deps(deps-dev): bump vitest from 2.1.9 to 4.1.0 by @dependabot[bot] in #33
  • deps(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 6.0.1 by @dependabot[bot] in #29
  • feat: OCD Gatekeeper — MCP tools for task focus & scope management by @Riko5652 in #36
  • Fix/ocd session digest and runtime by @Riko5652 in #38
  • Fix/ocd session digest and runtime by @Riko5652 in #50

New Contributors

Full Changelog: v5.4.0...v5.5.0