v0.3.0 — Conductor v4, Extension v0.2.0, Auto-Review Loop
Cortex Hub v0.3.0
Highlights
- Conductor v4: capability-based delegation, pipeline view, CSS-drawn connectors, animated UI
- Cortex Agent Extension v0.2.0: VS Code / Antigravity extension with real-time task feed via WebSocket
- Auto-Review Loop: completed tasks auto-trigger codex review → rejected → auto-fix → loop
- Settings Page: hub config, notifications, system info (full stack)
- Release Pipeline:
./scripts/release.sh [patch|minor|major]
Conductor Orchestration
- WS capabilities validated against
capability-templates.json - Auto-delegation: splits task across agents when no single agent has all capabilities
dependsOnsupport: blocked tasks auto-unblock when dependencies complete- Pipeline view with parent→subtask tree, status-colored CSS connectors
- Agent cards: IDE-colored icons, capability badges, hover animations
Extension (cortex-agent-0.2.0.vsix)
- Auto-detect API key from MCP configs (Claude, Cursor, Windsurf, Antigravity)
- WS connect with auto-reconnect, data fetching via
request.datamessage - Sidebar webview: agent status, performance stats, pipeline, task feed
- Agent rename + capability management from webview
- Auto-execute tasks via
vscode.lmLanguage Model API
Agent Script
- Interactive
launchwizard - Antigravity / Gemini as separate engines (different subscriptions)
- Live output streaming via
task.progressevery 2s - Quick-start guide when run with no arguments
Bug Fixes
- Token savings summary now correctly sums from enriched data
resolveCompletionChaincalled from WStask.complete(blocked tasks were stuck)install.sh/install.ps1detect MCP config across all IDEs- Unicode rendering in pipeline view
Install / Upgrade
One command deploy:
cd cortex-hub && git pull && docker compose -f infra/docker-compose.yml build --no-cache && docker compose -f infra/docker-compose.yml up -dExtension install:
Download cortex-agent-0.2.0.vsix below → Cmd+Shift+P → "Extensions: Install from VSIX..."
New install:
curl -fsSL "https://raw.githubusercontent.com/lktiep/cortex-hub/master/scripts/install.sh" | bash