Changelog
Notable changes to AIOS, newest first. Dates are ISO-8601.
v0.5.0 — 2026-06-19
Section titled “v0.5.0 — 2026-06-19”Agentic Engineering Maturity (AEM)
Section titled “Agentic Engineering Maturity (AEM)”- Individual maturity —
aios analyzebuilds an AEM report from your local agent-session logs (Claude/Codex/Cursor) and, with--push, sends a daily aggregate to the brain. Only ratios and counts cross the boundary — raw session content never leaves your machine; the brain recomputes the canonical Spine/axes so team rollups have one authority. - Codebase agent-readiness —
aios assess-codebasescores a repo’s agent-readiness (L0–L5) against the shared rubric;--pushrecords the scan in the brain. A scanner-side Python scorer applies the same rubric on the ingestion path.
Team Brain
Section titled “Team Brain”- New endpoints (additive — the sync contract stays v1):
POST /api/v1/codebases(codebase scan ingest) andPOST /api/v1/metrics(AEM individual daily aggregate). Both are team-tier only — anexternal-tier key gets403 forbidden_tier, and the metrics endpoint persists aggregates only (never raw session text).
Tooling
Section titled “Tooling”aios relay— an automated Opus ↔ Cursor plan/review loop: Opus plans, Cursor executes, Opus reviews, repeating for N rounds (default 3).
v0.4.0 — 2026-06-17
Section titled “v0.4.0 — 2026-06-17”Onboarding & memory
Section titled “Onboarding & memory”- Onboarding from a link now drafts into two-axis durable memory
(
.claude/memory/USER.md+WORKSPACE.md) — confirm before write. - Suggested integrations — after a link-draft, the agent matches detected tools to connectable integrations and offers to connect them (advisory; never auto-connects).
- Update memory on request (“remember that …”, “update my tooling”) and an opt-out background memory reviewer that conservatively saves durable facts with undo.
Skills
Section titled “Skills”- Marketplace tier — install first-party Anthropic skills from
claude-plugins-officialvia fetch-on-install with byte-diff authenticity (alongside the official and community tiers).
Runtimes & security
Section titled “Runtimes & security”- BYOA: OpenClaw on the ACP adapter (hardened stdout) + recorded-transcript CI gates.
- Encrypted
.env— connector secrets are encrypted at rest via dotenvx.
The Team Brain sync contract is unchanged (still v1).
v0.3.0 — 2026-06-17 — The cockpit overhaul
Section titled “v0.3.0 — 2026-06-17 — The cockpit overhaul”The local cockpit (npm run gui) becomes a real workspace cockpit. No change to
the spine, validators, guard, harnesses, or the Team Brain sync contract.
Cockpit chat
Section titled “Cockpit chat”- Model picker — choose Sonnet 4.6 (default) or Opus 4.8 and switch
mid-session with no reconnect; the choice persists to
aios.yaml. - Resumable chats — a sidebar of saved conversations; reopen one to resume the same session, or start a new one.
- Context (est.) meter — an approximate read of how much of the model’s window the last turn used.
- Markdown rendering — assistant replies render as GitHub-flavored markdown.
- Personality presets — AIOS, Analyst, Coach, Operator. A style layer only; it
never overrides your rules,
CLAUDE.md, or skills.
Skills library
Section titled “Skills library”- One-click install of official Anthropic skills, vendored from
anthropics/skills, hash-locked, all Apache-2.0: skill-creator, mcp-builder, web-artifacts-builder, claude-api, frontend-design. - Document skills (Word, Excel, PowerPoint, PDF) are Anthropic-hosted pointers — Enable in Claude — not copied into your repo.
- Community installs, scanned — install skills beyond the official library behind a static safety scan and a consent gate. The scanner flags bundled code (including extensionless shebang scripts), network calls, secret reads, external URLs, and prompt-injection; a high-risk skill requires a typed confirm. Scanning is advisory — official skills stay one-click.
Onboarding
Section titled “Onboarding”- Draft your profile from a link — paste a URL and the agent reads it with
Firecrawl, then drafts
.claude/CLAUDE.mdfor you to confirm before it’s written.