v0.16.0 April 2026 LATEST
Typed RPC + Hardening
- Typed RPC router — Proxy-based core, every subsystem registers typed handlers with zod validation at the boundary
- Renderer calls via auto-typed rpc.* proxies — no more string-indexed IPC channels
- Playwright E2E scaffold with 9 flow specs (sign-in, new session, checkpoint approve, handoff, team invite, orchestration plan, SSH, skills, automations)
- Dev-only test-seams RPC router for flaky-free setup/teardown in E2E runs
- Perf budget enforcer in CI — file-size, component-size, and bundle caps with per-file thresholds
- Opt-in telemetry — consent store + Sentry adapter + no-op reporter when consent is denied or env-disabled
- Husky + lint-staged pre-commit (prettier + eslint --fix) with commit-msg hook for conventional commits
- File-based DB migrator — numbered SQL files resolved across dev and packaged builds
v0.15.0 April 2026 DESIGN
Editorial Redesign
- Shared editorial primitives across desktop and web: EditorialHero, SectionHeader, Kicker, StatValue, EmptyState, DashDivider
- Motion tokens (PAGE_STAGGER, HERO_STAGGER, GRID_STAGGER) with staggerDelay helpers for consistent page reveals
- Zero chromatic classes in app UI — fully neutral palette with semantic emerald / amber / red reserved for status only
- Outfit display + Instrument Serif italic accent + JetBrains Mono kickers on every major surface
- Session Overview tab rebuilt as an editorial magazine layout with fused hero, activity heatmap, and mission control sections
- Auth pages on web match desktop split layout with editorial hero + border-only auth card
- Replaced every native <select> with Radix (desktop) and Base UI (web) — editorial trigger, mono uppercase, dashed hairlines
- Dashboard cards and navigation spines use left-indicator active states and dashed section separators throughout
v0.14.0 April 2026 INTEGRATIONS
Integrations + PR Drafts
- Linear, GitHub, and Jira issue import with shared issue schema
- IssueImporter fan-out with per-source failure isolation — one dead source doesn’t break the others
- IssuePicker wired into the New Session dialog — pick an issue, seed a session with full context
- PR draft generator — heuristic body from session traces: files grouped by section, decisions → rationale, TODOs → follow-ups
- Integration accounts with per-provider credential storage via keytar
- Linked issues table with sync columns for cross-device visibility
v0.13.0 April 2026 EXTENSIBILITY
Extensibility — MCP, Skills, Automations
- MCP Hub — install MCP servers once, propagate configuration to every agent profile (Claude Code / Cursor / Gemini / Aider)
- First-write confirmation dialog before MCP Hub writes to per-adapter config files
- Skills — skill manifest parser + installer, per-agent profile binding, RPC-bound CRUD, Settings UI
- Automations engine — cron + template + trigger scheduling with pluggable ActionRegistry adapters
- HMAC-verified webhook receivers for GitHub and Linear — failed signature = 401, no silent drops
- Automation Settings UI with per-automation status, last-run timestamp, and dry-run preview
v0.12.0 April 2026 WORKTREES
Worktrees + SSH
- Worktree Orchestrator with 4 modes: in-repo, new-worktree, pooled (warm pool), and remote (via SSH)
- Pool warmth query surfaced in the New Session dialog — know whether a worktree is hot before you pick
- Default-preservation cleanup and reclaim-on-archive — worktrees don’t leak
- SSH Remote Sessions — PTY over SSH via RemoteSessionBridge, drops remote output into the same EventBus as local
- Remote git (clone / fetch / worktree add / commit) over SSH — used when mode: 'remote'
- SSH connection pool with DB-backed credential store and injectable ssh2 factory for testability
- WorktreeModeSelector in the New Session dialog with per-mode config inputs and pool warmth indicator
- Settings UI for SSH host CRUD — add, test, remove hosts with credentials stored via keytar
v0.11.0 April 2026 INTELLIGENCE
Intelligence + Replay
- Session DNA — personal coding intelligence dashboard with peak hours, failure modes, and prompt quality insights
- Pre-flight intelligence — complexity assessment, risk signals, and codebase alerts before you start
- AI Session Replay — interactive playback with scrubber, speed control, and code/conversation toggle
- Replay sharing with redaction controls and configurable link expiry
- Autonomous orchestration — decompose goals into subtasks and recommend tools per task type
- Prompt copilot — quality scoring and improvement suggestions built from your session history
- Prediction engine — success probability and failure mode prediction per checkpoint
- Memory conflict resolution with full audit trail and merge visualization
- Memory relevance scoring for smarter, context-aware injection at session start
- Memory timeline visualization across sessions and projects
- Auto AGENTS.md generation on session end — captures decisions, patterns, and project context
v0.10.0 April 2026 HARNESS
Operon Harness
- Scope boundary enforcement — define allowed and blocked file patterns per session
- Checkpoint gates — approve each plan step before the agent continues with named git snapshots
- PTY pause/resume via SIGTSTP/SIGCONT signals for real-time agent control
- Git-based revert and rollback at each checkpoint — undo any step safely
- Intent drift detection with real-time alerts when the agent pivots from your stated goal
- Confidence scoring — 6-factor risk assessment per checkpoint (files, deps, scope, context, history, complexity)
- Failure pattern recognition with auto-scope suggestions to prevent repeat mistakes
- Session end detection for external sessions via compound silence and verification signals
- Cross-tool context bridge — seamless context handoff when switching between tools mid-task
- Auto-dismiss with persistence for context bridge panel — stays until acknowledged
v0.9.0 April 2026 TERMINAL
Terminal Engineering
- Persistent terminal daemon with per-PTY process isolation — sessions survive app restarts
- Headless emulator with history persistence and snapshot-based attach for instant resume
- Session auto-naming derived from git branch and project context — no more Session #042
- Port detection in terminal output with one-click open in browser
- Clickable file links in terminal output jump directly to editor
- Output buffering while terminal is hidden — nothing lost when switching views
- New layout: dedicated session list sidebar with horizontal tab bar per session
- Session end and rename UX with confirmation flows and undo window
v0.8.0 March 2026 INTELLIGENCE
Cross-Session Intelligence
- Cross-session pattern detection — Operon notices when you keep solving the same problem
- Developer insights surfaced automatically: velocity trends, rabbit holes, cost spikes
- Smart session start injects relevant context from prior sessions automatically
- Proactive context bridge auto-surfaces a panel when a session ends with open threads
- Persistent context layer — project memory that lives across all sessions
- Insight cards in the Dashboard sidebar with one-click drill-down to source sessions
v0.7.0 March 2026 OPERATIONS
Admin & Operations
- Superadmin web app with full user management — search, suspend, impersonate, audit
- Feature flags management screen with per-user, per-team, and global toggles
- Cross-project global analytics dashboard aggregates cost and velocity across all users
- Flight plan manual step management — drag, reorder, and mark steps from the UI
- Terminal integration for flight plan steps — run a step as a shell command directly
- Audit log viewer with full event stream, filterable by actor, resource, and time range
v0.6.0 February 2026 ADAPTERS
Universal Adapters
- 5 tool adapters shipped: Claude Code, Codex, Cursor, Gemini CLI, and Aider — one wrapper for all
- 3 data tracks: Hooks/HTTP (premium, structured), PTY regex (universal), Stream JSON (structured output)
- EventPipeline unified trace builder — any adapter feeds the same Trace model
- HealthMonitor with 10 periodic checks: hook receiver, auth, binaries, DB, API key, port conflicts, disk
- Hook scope management — configure hooks globally or per-project from Settings
- Daemon-Electron sync bridge imports sessions from the standalone daemon's SQLite DB via WAL watching
- Session resume reattaches shell, adapters, and all engines to historical or daemon-imported sessions
v0.5.0 January 2026 TEAMS
Agency & Teams
- PM Dashboard with real-time team activity — see every developer's active session and progress
- Client report generation: one-click export of session activity, decisions, and deliverables
- Developer handoff — attach context snapshots and decision history to a new team member
- Project management with member assignment, role scoping, and per-project visibility controls
- Budget management with per-developer cost attribution and spend alerts
- Tier enforcement and budget alerts prevent runaway cost on shared team accounts
v0.4.0 December 2025 FOUNDATION
Foundation
- Session lifecycle with full state persistence — events, tasks, plans, context snapshots, shell history
- Context tracker with relevance decay — file references scored and expired automatically
- Task extractor via Claude Haiku with auto-completion detection from conversation output
- Plan detector parses AI output into structured steps with auto-completion from trace matching
- Analytics: cost intelligence, productivity velocity, code impact heatmap, session quality KPIs
- Decision memory with full-text search across all sessions — find any architectural choice instantly
- Terminal with xterm.js, shell history replay for historical sessions, and link detection