Changelog

What we have been building

A record of new features, improvements, and fixes shipped to the platform.

v2
April 2026
Platform v2 -- Engineering Operations
Complete platform redesign. Repositioned from AI plugin to full engineering operations platform with 7-phase pipeline, team management, and enterprise-grade reporting.
new admin portal backend api
  • 7-phase pipeline: Scope, Planning, Designing, Implementing, Reviewing, Testing (CI), Distribution (CD)
  • Visual canvas designer with 7 swim lanes and 20+ node types
  • Kanban board with 9 columns (7 phases + Done + Failed) and list view toggle
  • Flow unit detail view with timeline, comments, permissions, node summaries, audit events
  • 5 team roles (PM, Engineer, Senior Engineer, Tech Lead, Principal) with module masking
  • 3 report dashboards: velocity, engineer performance, LLM costs
  • New flow unit creation with ticket picker (Jira, Linear, Notion, Sentry, Crashlytics, manual)
  • 8-step onboarding wizard for account-wide integration setup
  • Settings page with profile, security, notifications, appearance, danger zone
  • Shared sidebar component across 18+ pages with dark/light theme toggle
  • 5 themed modal types replacing all system dialogs
  • Reusable UI components: TagInput, ThemedSelect, SearchInput, ComboSelect
AP
April 2026
Backend API v2
New Express + TypeScript + Prisma backend with PostgreSQL 16. 18 database models, role-based middleware, and Stripe billing integration.
new backend database
  • 18 Prisma models covering accounts, teams, flow templates, flow units, comments, events, reports
  • Flow template CRUD with team role enforcement
  • Flow unit CRUD with permissions, comments, events, node summaries, and clone
  • Reports endpoints: velocity, engineer performance, LLM costs, standup
  • Team management with invite/remove and role checks
  • Stripe billing: checkout, subscriptions, invoices, webhooks
  • JWT authentication with bcrypt password hashing and token refresh
  • Activity feed endpoint for dashboard
PR
April 2026
Pricing model finalized
Single-product pricing with free trial and flow unit packs as add-ons. Designed around team adoption cycle.
new pricing
  • Free Trial: 1 month, no credit card, 50 flow units, full access to everything
  • After trial: $9/seat/month (monthly) or $8.10/seat/month (annual, save 10%)
  • Cancel anytime -- no long-term contracts
  • Flow unit packs: Starter ($14/50), Builder ($39/200), Scale ($79/500), Mega ($129/1000)
  • Pack units roll over indefinitely. Monthly included FU reset each cycle.
v1
March 2026
IntelliJ Plugin v1
Android Studio plugin with 7-layer architecture, 8 LLM providers, and full AI pipeline for Android and KMP development.
new plugin
  • 7 architecture layers: Infrastructure, Delivery, Verification, Integration, Intelligence, Application, Presentation
  • FlownexCredentialStore with OS keychain and 21 ProviderKeys
  • PiiScanner for email, phone, API key detection and redaction
  • GitOperations: branch, patch, push, rollback
  • PRCreator for GitHub and GitLab
  • GradleExecutor with ProcessBuilder and explicit arg arrays
  • JiraClient (REST v3 + ADF), LinearClient (GraphQL), FigmaClient
  • LLMConnector interface with OpenAICompatible and AnthropicConnector
  • LLMConnectorFactory supporting 8 providers
  • PlannerAI, BuilderAI (dual system prompts for Android/KMP), CriticAI (retry loop)
  • WorkUnitStateMachine: full lifecycle PENDING to DONE
  • ScopeResolver: deterministic scope manifest
  • ConflictDetector: pre-execution safety gate
  • 7-step onboarding wizard with LoginStep
  • 227+ tests passing