Changelog

What's new in Nuaneo

Follow our journey from first commit to launch. Every feature, every milestone, documented as it happens.

18 Feb 2026

Marketing site & public launch prep

Nuaneo gets a public face. Marketing site, pricing plans, free trial program. We're getting ready to open the doors.

  • Marketing site with Next.js
  • Solo ($19/mo) and Team ($49/mo) plans
  • Long-time free trial program
  • Download page with launch notification

14 Feb 2026

Unified execution & LLM cost tracking

All tool execution—whether triggered by an agent or through the API—now goes through a single entry point. Plus, every LLM call gets its cost calculated and persisted in daily aggregates.

  • executeTool unified entry point
  • Per-model pricing with daily cost aggregation
  • Cost dashboard per provider and per agent
  • Event emission toggles per tool

12 Feb 2026

Competence system & tool configuration

Agents gain competences—groups of tools they can use. Each tool is individually configurable per role and per agent, with a clean 3-level inheritance system.

  • Competence-based tool grouping
  • Root → Role → Agent config inheritance
  • Credential binding per tool
  • Drill-down settings UI

04 Feb 2026

Task management & Kanban

A full Kanban board to manage tasks across agents. Assign tasks to agents, track progress through statuses, and let agents update their own task states as they work.

  • Kanban columns with drag-and-drop
  • Agent task assignment and auto-pickup
  • Priority levels and markdown task content

01 Feb 2026

Event Hub & subscriptions

Agents can now emit and subscribe to events. A task gets created? The right agent picks it up. A document changes? Interested agents get notified. Full observability with human-in-the-loop approval.

  • Event types: project.*, document.*, task.*, agent.*
  • Pattern-based subscriptions
  • Per-agent inbox with need_feedback flag

29 Jan 2026

Multi-agent conversations

Chat with multiple agents in a single conversation. Mention agents with @ to direct messages, or broadcast to all participants.

  • Conversation system with multi-agent support
  • Real-time agent output streaming via WebSocket
  • Monaco editor integration for code blocks

27 Jan 2026

Project kickoff

Nuaneo is born. First commit, first architecture decisions. We chose Bun + Elysia for the backend and React + Vite for the frontend. The goal: a local-first cockpit to orchestrate multiple AI coding agents.

  • Monorepo structure (client / server)
  • SQLite database with initial schema
  • Basic agent CRUD and process management
Changelog | Nuaneo