Skip to Content
DocsChangelog

v0.2.0 — Feature Expansion

March 2026

New Features

  • Workspace — Shared file storage for agents and humans with default folders (Documents, Templates, Knowledge Base, Assets, Exports), upload/download, and activity tracking
  • Skills Marketplace — Browse, install, and manage AI agent skills from the skills.sh ecosystem with 12 curated skills, custom skill creation, and per-project configuration
  • MCP Server Manager — Browse, install, configure, and manage 12 curated MCP servers (Filesystem, GitHub, PostgreSQL, Slack, etc.) with one-click install, health monitoring, real-time logs, and config export/import
  • Scheduled Tasks — Built-in cron-like task scheduler for shell commands, agent prompts, git operations, and custom scripts with visual cron builder, run history, and desktop notifications
  • Token Tracking — AI token usage and cost monitoring across 6 providers (Anthropic, OpenAI, Google, Mistral, Groq, Local) with cost charts, budget alerts, and CSV/JSON export
  • Multi-Pane Chat — Fullscreen chat workspace with 1–4 simultaneous chat panes, tab-based session management, agent spawning, model selection, and file attachments

Improvements

  • AI Tool Logging — Color-coded token usage tracking across all AI providers
  • Activity System — Enhanced activity page with detail views and expandable logs
  • Workspace Integration — Agents can read/write shared workspace files during sessions
  • Multi-provider Support — Unified AI runtime supporting Claude CLI, Codex CLI, Anthropic API, and OpenAI API

v0.1.0 — Initial Release

March 2025

Features

  • Kanban Board — 5-column workflow (Backlog → Plan → In Progress → Review → Done)
  • AI Project Analysis — Scan and analyze any codebase with Claude AI
  • Story Chat — Per-story AI chat with planning and agent modes
  • Orchestrator — Project-wide AI coordination with sub-agent spawning
  • Git Automation — Automatic branch creation, worktrees, and commit tracking
  • GitHub Integration — OAuth connection, repository cloning, and automatic PR creation
  • Custom Agents — Named AI personas with dedicated workspaces
  • Multi-Agent Coordination — File locking, broadcasts, and API contracts
  • Local-First Architecture — SQLite database, no server required

Tech Stack

  • Electron 33, React 19, Vite 6, TypeScript 5.7
  • Prisma 6 with SQLite
  • Tailwind CSS 4, Framer Motion 12
  • Claude CLI for AI operations