Skip to content

v0.4.9

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 18:52

ControlKeel v0.4.9

Install

  • Homebrew: brew tap aryaminus/controlkeel && brew install controlkeel
  • npm bootstrap: npm i -g @aryaminus/controlkeel
  • Unix installer: curl -fsSL https://github.com/aryaminus/controlkeel/releases/latest/download/install.sh | sh
  • Raw GitHub shell installer: curl -fsSL https://raw.githubusercontent.com/aryaminus/controlkeel/main/scripts/install.sh | sh
  • PowerShell installer: irm https://github.com/aryaminus/controlkeel/releases/latest/download/install.ps1 | iex
  • Raw GitHub PowerShell installer: irm https://raw.githubusercontent.com/aryaminus/controlkeel/main/scripts/install.ps1 | iex

Adapter Artifacts

  • Claude plugin bundle: controlkeel-claude-plugin.tar.gz
  • Copilot plugin bundle: controlkeel-copilot-plugin.tar.gz
  • Augment bundles: controlkeel-augment-native.tar.gz and controlkeel-augment-plugin.tar.gz
  • OpenCode bundle: controlkeel-opencode-native.tar.gz and controlkeel-opencode-native.tgz
  • Pi bundle: controlkeel-pi-native.tar.gz and controlkeel-pi-native.tgz
  • VS Code companion: controlkeel-vscode-companion.vsix

Direct Host Installs

  • OpenCode npm plugin: add "plugin": ["@aryaminus/controlkeel-opencode"] to opencode.json
  • Pi npm extension: pi install npm:@aryaminus/controlkeel-pi-extension
  • Pi short form: pi -e npm:@aryaminus/controlkeel-pi-extension
  • VS Code companion: code --install-extension controlkeel-vscode-companion.vsix
  • Augment host CLI: npm install -g @augmentcode/auggie
  • Augment local plugin dir: auggie --plugin-dir ./controlkeel/dist/augment-plugin
  • Claude local plugin dir: claude --plugin-dir ./controlkeel/dist/claude-plugin
  • Copilot local plugin bundle: controlkeel plugin install copilot
  • Codex local plugin bundle: controlkeel plugin install codex

Changelog

v0.4.9 — 2026-09-08

What's changed

  • Merge pull request #156 from aryaminus/refactor/skills-web
  • refactor/skills-web: wrap bundle pill class string interpolation in tuple for correct HEEx attribute rendering
  • refactor/skills-web: implement web-based skills health diagnostics, duplicate pruning, and token auditing in the Skills Studio
  • refactor/skills-web: validate skill target in download-bundle endpoint and add corresponding error handling test
  • refactor/skills-web: implement project bootstrapping, export bundle downloads, and dynamic scope selection in Skills UI
  • refactor/skills-web: implement web-based token audit API and UI for analyzing project rule files, skills, and tools
  • refactor/skills-web: move skill pruning logic to dedicated Pruner module and expose via API and CLI
  • refactor/skills-web: expand skill diagnostic reporting in UI