Skip to content

v0.3.0 — Conductor v4, Extension v0.2.0, Auto-Review Loop

Choose a tag to compare

@lktiep lktiep released this 31 Mar 08:15

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
  • dependsOn support: 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.data message
  • Sidebar webview: agent status, performance stats, pipeline, task feed
  • Agent rename + capability management from webview
  • Auto-execute tasks via vscode.lm Language Model API

Agent Script

  • Interactive launch wizard
  • Antigravity / Gemini as separate engines (different subscriptions)
  • Live output streaming via task.progress every 2s
  • Quick-start guide when run with no arguments

Bug Fixes

  • Token savings summary now correctly sums from enriched data
  • resolveCompletionChain called from WS task.complete (blocked tasks were stuck)
  • install.sh / install.ps1 detect 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 -d

Extension 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