Marketplace versions
Marketplace versions
Section titled “Marketplace versions”Marketplace: eigenwise-toolshed
Version: 3.207.0
| Plugin | Version | Description |
|---|---|---|
| workbench | 0.63.11 | Set up and maintain a Claude Code workspace: initialize project-side configuration, check and update Toolshed plugins, diagnose local health, and run retrospectives. |
| codex-gateway | 0.33.9 | Your ChatGPT/Codex subscription models in Claude Code’s /model picker. A local gateway routes claude-codex-* models to OpenAI’s Codex backend (via claude-code-proxy) and everything else to api.anthropic.com, so you switch between Claude and GPT-5.x mid-session like any other model. No OpenAI API key. |
| sidequest | 3.6.48 | The Toolshed’s core work board and orchestration loop for Claude Code. Tickets are classified into categories that route each one to a concrete model and effort, then dispatched to token-gated executors; side issues you mention mid-task get captured on the spot, and a live, self-hosted Kanban dashboard spans every project you work in. |
| codebase-mapper | 2.11.2 | A self-maintaining codebase map: atomic docs Claude loads at the start of each session and keeps in sync as the code changes. Any stack; greenfield or existing. |
| live-rules | 2.7.1 | Project rules in a Markdown file that Claude re-injects right when they apply: every prompt, or just before it edits a matching file. Edits apply on the next prompt, no restart. A SessionStart hook injects the always-on rules once as a fallback, and it’s a way to tell whether per-prompt injection is actually wired. |