Skip to content

Changelog

Notable changes to AIOS, newest first. Dates are ISO-8601.

  • Individual maturityaios analyze builds 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-readinessaios assess-codebase scores a repo’s agent-readiness (L0–L5) against the shared rubric; --push records the scan in the brain. A scanner-side Python scorer applies the same rubric on the ingestion path.
  • New endpoints (additive — the sync contract stays v1): POST /api/v1/codebases (codebase scan ingest) and POST /api/v1/metrics (AEM individual daily aggregate). Both are team-tier only — an external-tier key gets 403 forbidden_tier, and the metrics endpoint persists aggregates only (never raw session text).
  • aios relay — an automated Opus ↔ Cursor plan/review loop: Opus plans, Cursor executes, Opus reviews, repeating for N rounds (default 3).
  • 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.
  • Marketplace tier — install first-party Anthropic skills from claude-plugins-official via fetch-on-install with byte-diff authenticity (alongside the official and community tiers).
  • 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.

  • 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.
  • 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.
  • Draft your profile from a link — paste a URL and the agent reads it with Firecrawl, then drafts .claude/CLAUDE.md for you to confirm before it’s written.