Changelog

New features, improvements, and fixes — updated with each release.

v0.4.0Jan 2026

Unified dev environment manager, two-tier memory for agents, and incremental QA builds.

  • NewDev environment manager — start, stop, and restart all services with a single command
  • NewTwo-tier agent memory: working memory for the current session, persistent fact sheet across sessions
  • NewIncremental builds in QA runner — skips up-to-date packages, down from 10 min to ~15s
  • NewJSON output mode for all dev tooling, enabling AI agent integration
  • ImprovedQA history tracking and regression detection with trend reports
  • ImprovedMulti-tenancy primitives: rate limiting and quota enforcement via State Broker
v0.3.0Nov 2025

Adaptive search weights in Mind RAG and native tool calling for agents.

  • NewAdaptive search weights per query intent — lookup, concept, and architecture queries now use different BM25/vector ratios
  • NewNative tool calling for agents using OpenAI Function Calling API — no more fragile text parsing
  • NewAnti-hallucination verification layer in Mind RAG
  • ImprovedAgent query orchestration with automatic mode selection (instant / auto / thinking)
  • ImprovedMind RAG average confidence score improved to 7.0/10 across all query types
  • FixedTool name sanitization for colons and hyphens in OpenAI-compatible function names
v0.2.0Oct 2025

Plugin system v3 with eliminated circular dependencies and the new DevKit suite.

  • NewPlugin execution factory — extracted from core-runtime to break circular dependency chain
  • NewDevKit suite: 18 tools for monorepo health, import analysis, build ordering, and type auditing
  • NewBaseline quality gate — enforces "don't make it worse" policy across build, types, lint, and tests
  • ImprovedPlugin runtime bootstrap uses dynamic import for lazy-loading core to prevent compile-time cycles
  • ImprovedTypeScript type coverage tracking with per-package metrics and impact analysis
v0.1.0Sep 2025

Initial release. Workflow engine, CLI, plugin system, and Mind RAG.

  • NewWorkflow engine with YAML-defined workflows and job execution
  • Newkb-create CLI launcher for project bootstrapping
  • NewPlugin system with manifest-based discovery and execution backends
  • NewMind RAG — semantic code search with hybrid BM25 + vector retrieval
  • NewStudio web interface for visual workflow management
  • NewState Broker for distributed state management without Redis dependency