Skip to content

v0.3.0 — Agent Dashboard & Parallel Agents

Choose a tag to compare

@JubaKitiashvili JubaKitiashvili released this 11 Mar 09:26
· 231 commits to main since this release

What's New

Agent Dashboard

Real-time pixel-art dashboard that visualizes all 10 agents working in an animated office environment.

erne dashboard              # Start on port 3333, open browser
erne dashboard --port 4000  # Custom port
erne start                  # Init project + launch dashboard
  • Pixel-art office canvas with 4 rooms
  • Procedural agent sprites with idle/working/done animations
  • WebSocket real-time state sync with exponential backoff reconnect
  • Sidebar status panel with agent list and status badges
  • Claude Code hook integration for automatic agent event tracking

New Agents

  • senior-developer — Experienced developer agent for complex implementation tasks
  • feature-builder — Parallel feature implementation with architecture awareness

ClickUp Integration

  • Automated daily news scanners syncing to ClickUp issues
  • GitHub Actions workflows for RN/Expo and AI agent news

Other Changes

  • Token efficiency documentation and dashboard showcase in README
  • Comprehensive contribution guide, issue templates, and partnership program
  • Security fix: execFileSync to prevent shell injection in dashboard
  • Keyword-based filtering replacing Claude API in news scanners

Install / Upgrade

npx erne-universal init

Full Changelog: v0.2.0...v0.3.0