Skip to content

Releases: pacphi/agentic-kit

v4.0.0-alpha.23

v4.0.0-alpha.23 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 20:10

What's Changed

  • fix: health ring never fakes a learning backslide across projects by @pacphi in #53

Full Changelog: v4.0.0-alpha.22...v4.0.0-alpha.23

v4.0.0-alpha.22

v4.0.0-alpha.22 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 19:19

What's Changed

  • feat: local dashboard, health-history, brain row, agentdb fold-in + real harvest by @pacphi in #32
  • feat: ruvnet-brain release-pinned installs, single-owner updates, one drift story across status/statusline/dashboard by @pacphi in #33
  • fix(rvf): version-gate + pid-guard the corrupt-lock detector (retires on aqe 3.12.3) by @pacphi in #31
  • feat: sync UX + statusline/RVF root-cause fixes, full-codebase hardening, docs audit by @pacphi in #35
  • feat(provider): surface dual-host role delegation + qe-court routing awareness by @pacphi in #38
  • chore(deps-dev): bump markdownlint-cli2 from 0.23.0 to 0.23.1 in the npm group by @dependabot[bot] in #37
  • feat(routing): dual-host per-activity LLM routing (Claude + Codex) by @pacphi in #39
  • feat(status): surface codex MCP registration + close #36 Phase 4 by @pacphi in #40
  • feat(hosts): ambidextrous dual-host experience (Claude + Codex parity) by @pacphi in #41
  • docs(upgrading): add UPGRADING.md — sync vs provider pick lifecycle by @pacphi in #42
  • docs(providers): clarify ruflo & agentic-qe use separate config stores by @pacphi in #43
  • feat: Apple-style tabbed dashboard + local-artifact drift nudge by @pacphi in #44
  • chore(release): auto-create GitHub Release on tag publish by @pacphi in #46
  • feat: ak admin — maintainer-only local telemetry admin (ADR-0007) by @pacphi in #47
  • fix: truthful natives across the whole ruflo tree by @pacphi in #48
  • feat: machine-scoped guidance blocks go user-level — ~/.codex/AGENTS.md target (ADR-0008) by @pacphi in #50
  • feat: admin adopts the dashboard's segmented tabs — five views, no scroll by @pacphi in #51
  • feat: claude-opus-5 joins the model catalog as the reasoning default by @pacphi in #52

Full Changelog: v4.0.0-alpha.13...v4.0.0-alpha.22

v4.0.0-alpha.21

v4.0.0-alpha.21 Pre-release
Pre-release

Choose a tag to compare

@pacphi pacphi released this 24 Jul 15:58

What's Changed

  • docs(upgrading): add UPGRADING.md — sync vs provider pick lifecycle by @pacphi in #42
  • docs(providers): clarify ruflo & agentic-qe use separate config stores by @pacphi in #43
  • feat: Apple-style tabbed dashboard + local-artifact drift nudge by @pacphi in #44

Full Changelog: v4.0.0-alpha.20...v4.0.0-alpha.21

v4.0.0-alpha.20

v4.0.0-alpha.20 Pre-release
Pre-release

Choose a tag to compare

@pacphi pacphi released this 24 Jul 03:10

What's Changed

  • feat(provider): surface dual-host role delegation + qe-court routing awareness by @pacphi in #38
  • chore(deps-dev): bump markdownlint-cli2 from 0.23.0 to 0.23.1 in the npm group by @dependabot[bot] in #37
  • feat(routing): dual-host per-activity LLM routing (Claude + Codex) by @pacphi in #39
  • feat(status): surface codex MCP registration + close #36 Phase 4 by @pacphi in #40
  • feat(hosts): ambidextrous dual-host experience (Claude + Codex parity) by @pacphi in #41

Full Changelog: v4.0.0-alpha.19...v4.0.0-alpha.20

v4.0.0-alpha.19

v4.0.0-alpha.19 Pre-release
Pre-release

Choose a tag to compare

@pacphi pacphi released this 24 Jul 15:58

What's Changed

  • fix(rvf): version-gate + pid-guard the corrupt-lock detector (retires on aqe 3.12.3) by @pacphi in #31
  • feat: sync UX + statusline/RVF root-cause fixes, full-codebase hardening, docs audit by @pacphi in #35

Full Changelog: v4.0.0-alpha.18...v4.0.0-alpha.19

v4.0.0-alpha.18

v4.0.0-alpha.18 Pre-release
Pre-release

Choose a tag to compare

@pacphi pacphi released this 24 Jul 15:58
43c12a4

What's Changed

  • feat: ruvnet-brain release-pinned installs, single-owner updates, one drift story across status/statusline/dashboard by @pacphi in #33

Full Changelog: v4.0.0-alpha.17...v4.0.0-alpha.18

v4.0.0-alpha.17

v4.0.0-alpha.17 Pre-release
Pre-release

Choose a tag to compare

@pacphi pacphi released this 17 Jul 17:58

Prerelease on the next npm dist-tag — published with provenance.

npm install -g @pacphi/agentic-kit@next

The local dashboard is now a first-class, discoverable command

  • ak dashboard is now a top-level (porcelain) command — no more ak x. It serves the read-only dashboard at http://127.0.0.1:7431 (local, self-contained, offline) and auto-opens your browser. --no-open for headless; --port N to change the port. Still reachable as ak x dashboard.
  • ak setup and ak sync now end with a pointer: 📊 dashboard: run 'ak dashboard' → http://127.0.0.1:7431.
  • Bare ak (status hint) mentions it too.

So the default experience is: run ak setup / ak sync, and the terminal tells you the one command that opens your local dashboard — nothing else to discover, no claude.ai anywhere.

Full changes: v4.0.0-alpha.16...v4.0.0-alpha.17

v4.0.0-alpha.16

v4.0.0-alpha.16 Pre-release
Pre-release

Choose a tag to compare

@pacphi pacphi released this 17 Jul 17:44

Prerelease on the next npm dist-tag — published with provenance.

npm install -g @pacphi/agentic-kit@next

Fix: statusline RuvNet Brain version now matches ak status

The 🧿 RuvNet Brain segment in the activation footer was showing the plugin semver (e.g. V0.5.0-dev) while ak status shows the GitHub release tag (e.g. 3.3.1) — two different version namespaces for the same install, which was confusing. The footer now reads the same release tag ak status uses (from kit.json), falling back to the plugin semver only when ak has no recorded release. Renders 🧿 RuvNet Brain V3.3.1 — consistent with status.

Full changes: v4.0.0-alpha.15...v4.0.0-alpha.16

v4.0.0-alpha.15

v4.0.0-alpha.15 Pre-release
Pre-release

Choose a tag to compare

@pacphi pacphi released this 17 Jul 17:35

Prerelease on the next npm dist-tag — published with provenance.

npm install -g @pacphi/agentic-kit@next

ak x dashboard now opens the local page automatically

ak x dashboard serves the read-only dashboard at http://127.0.0.1:7431 — fully local, self-contained, offline, no external hosts — and now auto-opens it in your default browser (macOS open / Windows start / Linux xdg-open, best-effort). Pass --no-open for headless/SSH use to just print the URL.

Full changes: v4.0.0-alpha.14...v4.0.0-alpha.15

v4.0.0-alpha.14

v4.0.0-alpha.14 Pre-release
Pre-release

Choose a tag to compare

@pacphi pacphi released this 17 Jul 17:07

Prerelease on the next npm dist-tag — published with provenance.

npm install -g @pacphi/agentic-kit@next

Highlights (from #32)

🖥️ ak x dashboard — local web dashboard
Read-only, 127.0.0.1 only, never detaches. Self-contained/offline (no external fetches). Renders the ak status view grouped one card per subsystem with severity triage (attention-first, healthy recessed), a theme icon-toggle (persisted), and SVG learning-over-time sparklines.

🧩 agentdb — folded in as a managed subsystem
setup/sync now install and manage the standalone agentdb CLI, pinned to ruflo's bundled version via a coherence guard so the shared cognitive store never skews on the core version (the FsyncFailed/brain.rvf corruption class). Surfaced in status + the dashboard.

🌱 ak x harvest — opt-in learning-write (no mocks)
Records the session outcome and consolidates episodes into durable skills via the real ruflo hooks post-task / agentdb skill consolidate verbs, reporting the actual skills created/updated. Default-off, --dry-run-safe, no daemon. ak x verify harvest proves the whole path end-to-end against real CLIs (seed episodes → consolidate a real skill → read it back).

📈 health-history ring
sync appends a post-heal snapshot; status flags regressions since the last sync (learning shrank, native slots dropped, drift/security backslid).

🧿 statusline brain row
Honesty-gated RuvNet-Brain segment (KB presence/size) in the activation footer.

Hardening

  • Wired the 5 new suites into the pnpm test gate — verified green across the full 3 OS × 3 Node (22/24/26) CI matrix.

Full changes: v4.0.0-alpha.13...v4.0.0-alpha.14