Skip to content

Releases: ownpilot/OwnPilot

v0.3.2

02 Apr 20:02

Choose a tag to compare

What's New in v0.3.2

Features

  • Provider Billing Types — pay-per-use, subscription, and free classifications with billing overview analytics dashboard
  • Tool Name Aliases — automatic LLM hallucination recovery when models use wrong tool names
  • Artifacts Detail Modal — expanded view with improved grid layout
  • Skip Home Preference — configurable across all pages via PageHomeTab
  • 30+ New AI Models — across 12+ providers with updated context windows
  • Channel Setup Modal — redesigned clean UI

Bug Fixes

  • Comprehensive Codebase Audit — 36 bugs fixed, 17 dependency vulnerabilities patched
  • Zod Validation — added to 3 previously unvalidated API endpoints
  • WhatsApp State Machine — proper connection management with manual reconnect support
  • Telegram 409 Recovery — automatic reconnection with longer conflict delays
  • Channel Hub — TypeScript errors resolved

Performance

  • 10 Database Indexes — added to frequently queried columns
  • Memory Query Cap — unbounded memory query now has proper limits

Refactoring

  • Background Agents Removed — replaced by Fleet claw worker for cleaner task execution architecture

Full Changelog: v0.3.1...v0.3.2

v0.3.1

20 Mar 09:47

Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Mar 19:50

Choose a tag to compare

Full Changelog: v0.2.9...v0.3.0

v0.2.9

16 Mar 10:10

Choose a tag to compare

Full Changelog: v0.1.10...v0.2.9

v0.1.10

14 Mar 19:24

Choose a tag to compare

Full Changelog: v0.1.9...v0.1.10

v0.1.9

14 Mar 15:24

Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9

v0.1.8

14 Mar 13:08

Choose a tag to compare

What's Changed

  • ♻️ refactor: comprehensive complexity reduction across codebase by @ersinkoc in #17

Full Changelog: v0.1.7...v0.1.8

v0.1.7

10 Mar 22:47

Choose a tag to compare

Full Changelog: v0.1.6...v0.1.7

v0.1.6

06 Mar 10:40

Choose a tag to compare

Full Changelog: v0.1.5...v0.1.6

Full Changelog: v0.1.5...v0.1.6

v0.1.5 — Soul Agents, Autonomous Hub, AI Agent Creator

02 Mar 19:32

Choose a tag to compare

Highlights

Soul Agent System

Rich agent identity framework with personality, mission, role, relationships, heartbeat-driven lifecycle, evolution tracking, and boot sequences. Agents run autonomously on cron schedules with cost budgets and self-healing.

Autonomous Hub

Unified command center consolidating soul agents, background agents, crews, messaging, and activity into a single tabbed dashboard with real-time WebSocket status, search, and filters.

AI Agent Creator

Conversational agent creation via SSE streaming chat. Describe what you need in plain language, refine through conversation, preview the JSON config, and create in one click. Uses a dedicated designer agent to avoid generic chatbot behavior.

Crew System & Agent Communication

Multi-agent crews with role assignments and delegation protocols. Inter-agent messaging with inbox, compose, and message history.


What's New

Added

  • Soul Agent System — Rich identity, heartbeat lifecycle, crews, evolution, boot sequences
  • Autonomous Hub — Unified command center (agents, crews, messages, activity tabs)
  • AI Agent Creator — Conversational creation with dedicated designer agent
  • Crew System — Multi-agent crews with role assignments and templates
  • Agent Communication — Inter-agent messaging with CommsPanel
  • Activity Feed — Unified timeline with stats (success rate, duration, cost)
  • 16+ Agent Templates — Morning Briefer, News Monitor, Code Reviewer, Budget Tracker, etc.
  • Agent Profile Page — Detailed view with soul editor, heartbeat config, actions
  • Global Status Bar — Live agent count, status breakdown, WebSocket state
  • 77 new AI providers — Updated provider model data

Fixed

  • AI Creator chatbot behavior — No longer acts as generic OwnPilot chatbot
  • 15+ bug fixes — Modal backgrounds, WebSocket status, accessibility, type safety, error handling
  • Structured logging — Template-literal errors converted to structured context
  • Fetch security — Timeout and download size limits added
  • 12 bugs from BUGS.md — P0-P3 + SEC-001

Changed

  • Provider model data updated (77 providers)
  • Soul tools registered in gateway providers
  • Cleaned up unused imports, dead code, and repo artifacts

Full Changelog: v0.1.4...v0.1.5

Full Changelog: v0.1.4...v0.1.5