Release v4.3.0
Date: 2026-02-24
Commits: 90 (52 feat, 7 fix, 16 docs, 12 chore, 1 refactor, 1 test)
Breaking Changes: None
Highlights
v4.3.0 delivers 5 completed epics spanning code intelligence, token optimization, installation health, boundary mapping, and CLI visualization. This is the largest feature release since v4.0.0.
Epic: NOGIC — Code Intelligence (25 stories)
The NOGIC epic brings native code intelligence to every AIOS agent, enabling codebase-aware decisions without external tools.
Key Features
- RegistryProvider — Native T1 code intelligence provider for entity resolution
- SYNAPSE native-first migration — UAP streamlined, layers L3-L7 disabled for performance
- Agent-specific enhancements:
- QA gate with blast radius analysis and coverage tracking (NOG-4)
- Planning helper for brownfield and PRD workflows (NOG-5)
- Story creation awareness with duplicate detection (NOG-6)
- DevOps pre-push impact analysis and PR enrichment (NOG-7)
- Squad creator codebase awareness (NOG-8)
- Pipeline infrastructure:
- Session wiring, token estimation, git detection (NOG-10)
- Token usage source discovery research (NOG-11)
- SYNAPSE atomic writes and session cleanup (NOG-12)
- Git fsmonitor detection with opt-in suggestion (NOG-13)
- ADR: memory self-editing security model (NOG-14)
- Dependency classification and entity lifecycle (NOG-16B)
- Graph filtering, focus mode, lifecycle styling (NOG-16C)
- E2E pipeline audit with QA pass (NOG-17)
- Native-first migration: UAP streamlined, agent memory (NOG-18)
- Agent frontmatter validation: hooks, skills, memory sync (NOG-20)
- Native greeting migration: replace UAP/GreetingBuilder (NOG-21)
- Checklist-runner expansion to all 8 agents (NOG-22)
- Post-migration validation and benchmark: QA PASS 100/100 (NOG-23)
Epic: TOK — Token Optimization (7 stories)
Systematic reduction of token consumption across all agent sessions.
Key Features
- Unified tool registry — 34 tools, 10 profiles, 5 bindings with 3-tier mesh (TOK-1)
- Baseline metrics — Quantified token usage per agent and session type (TOK-1.5)
- Capability-aware deferred loading — 3-level fallback for tool resolution (TOK-2)
- PTC batch templates — execution_mode schema, 21-task inventory (TOK-3)
- Agent handoff context compaction — 65% reduction in SDC transitions (TOK-4A)
- Input examples registry — Client-layer injection for top-10 tools, +18pp accuracy (TOK-4B)
- Tool usage analytics — Promote/demote engine with usage tracking (TOK-5)
- Dynamic filtering engine — 3 filter types with SYNAPSE rule integration (TOK-6)
Epic: INS-4 — Installation Health (9 stories, 33 points)
Complete diagnostic and configuration system for AIOS installations.
Key Features
aios doctor — 15 modular checks with --fix, --json, --dry-run flags (INS-4.1)
- Settings.json generator — Deterministic generation from core-config boundary rules (INS-4.2)
- Artifact copy pipeline — Skills, commands, hooks, generator wiring (INS-4.3)
- CLAUDE.md template v5 — 4 new AIOS-managed sections (INS-4.4)
- IDE sync integration — Adapter pattern after artifact copy (INS-4.5)
- Entity registry bootstrap — Auto-population on install (INS-4.6)
- YAML merger strategy — Config smart merge Phase 1 (INS-4.7)
- Health-check task — 3 new checks (skills, commands, hooks) +
*health-check command (INS-4.8)
- Publish safety gate — Submodule + file count validation (INS-4.10)
Epic: BM — Boundary Mapping (6 stories)
Framework vs project boundary enforcement with deterministic rules.
Key Features
- Permission deny rules — Toggleable framework protection L1-L4 (BM-1)
- CLAUDE.md boundary section — Framework vs project ownership annotations (BM-2)
- Pre-commit framework guard — Dynamic config-driven protection (BM-3)
- Config schema enrichment — Template customization surface (BM-4)
- Entity registry layer classification — L1-L4 layer assignment (BM-5)
- Agent memory lifecycle — CLAUDE.md ownership annotations (BM-6)
Epic: GD — CLI Graph Dashboard (15 stories)
Interactive ASCII and HTML visualization of the AIOS entity graph.
Key Features
- CLI Graph Dashboard MVP — Entity stats and cache metrics ASCII view (GD-1, GD-2)
- Provider status — Output formats for graph data (GD-3)
- Live DOT watch mode — Real-time graph updates (GD-4)
- HTML web viewer — vis-network interactive visualization (GD-5)
- Tooltip redesign — Physics control panel (GD-10, GD-11)
- Multi-level depth expansion — BFS neighborhood exploration (GD-12)
- Node sizing — Degree centrality and layout switching (GD-13)
- Export — PNG/JSON export and minimap navigation (GD-14)
- Category clustering — Statistics panel (GD-15)
Other Notable Changes
Features
- GitHub Issues management — Triage and resolve tasks for @devops (GHIM-001)
- GitHub Copilot custom agents — IDE sync format implementation
Fixes
aios info path corrections and YAML parse errors (#173, #104)
- Package rename
@synkra/aios-core → aios-core across entire codebase (#159)
- Updater package name correction (#174)
- Non-existent email references removed, redirected to GitHub Issues
Infrastructure
- IDE sync for 6 IDEs: Claude Code, Codex, Gemini, Cursor, GitHub Copilot, Antigravity
- Worktree compatibility for
.claude files
- Entity registry governance and enrichment
Upgrade Guide
npm install -g aios-core@4.3.0
# or in your project:
npx aios-core install
npx aios-core doctor # Verify installation health
New CLI Commands
| Command |
Description |
aios doctor |
Run 15 modular health checks |
aios doctor --fix |
Auto-fix detected issues |
aios doctor --json |
Machine-readable output |
aios info |
System information (fixed paths) |
New Agent Commands
| Agent |
Command |
Description |
| @devops |
*health-check |
Run unified health diagnostic |
| @devops |
*triage-issues |
Analyze and prioritize GitHub issues |
| @devops |
*resolve-issue {n} |
Investigate and resolve a GitHub issue |
Full Changelog
52 features, 7 fixes, 16 docs, 12 chore, 1 refactor, 1 test
See PR #457 for the complete diff.