Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: codeaholicguy/ai-devkit

[email protected]

Choose a tag to compare

@codeaholicguy codeaholicguy released this 14 Sep 16:11

Publish @ai-devkit/task-manager 0.4.0 — first publish since 0.3.0 (2026-07-03); 0.4.0 was version-bumped on main by f5771ec but never released because no publish workflow existed for this package (this release adds one). Changes since 0.3.0: 0f2d731 fix(db) WAL setup made concurrency-safe across packages (#206), plus oxfmt/oxlint tooling chores. Version kept at the maintainer's committed 0.4.0 (minor) since the WAL fix changes cross-process database behavior.

[email protected]

Choose a tag to compare

@codeaholicguy codeaholicguy released this 14 Sep 16:26

Publish @ai-devkit/pi-session-tracker 0.1.1 — patch: no functional changes since 0.1.0 (published 2026-06-10); unreleased commits are ab88047 (package repository metadata, landed after the 0.1.0 publish) and fc09960 (repo-wide oxfmt formatting), hence patch. Adds the missing publish workflow for this package and aligns npm with main.

[email protected]

Choose a tag to compare

@codeaholicguy codeaholicguy released this 14 Sep 15:59

Publish @ai-devkit/memory 0.20.1 — patch: no functional changes since 0.20.0; the only unreleased commits touching this package are tooling chores (fc09960 repo-wide oxfmt source reformat, 6c51ae5 oxlint migration removing eslint config), hence patch. Released to keep the registry tarball in parity with main; consumer pins (cli, memory-dashboard) re-pinned to 0.20.1 in the same commit per the workspace-pin rule.

[email protected]

Choose a tag to compare

@codeaholicguy codeaholicguy released this 14 Sep 16:18

Publish @ai-devkit/memory-dashboard 0.1.3 — 0.1.2 and 0.1.3 were version-bumped on main (b953d12, 454d885) but never published because this package had no publish workflow; this release adds one. No functional dashboard changes since published 0.1.1 (2026-06-17): repo-wide oxfmt/oxlint tooling chores, and the @ai-devkit/memory dependency pin advanced to 0.20.1 (verified building/testing against workspace memory in the same tree). Released at the committed 0.1.3 to align npm with main. The previous stale tag (created 2026-09-01 at 454d885, never released) was replaced by this release's tag on main so the publish workflow can fire.

[email protected]

Choose a tag to compare

@codeaholicguy codeaholicguy released this 14 Sep 16:04

Publish @ai-devkit/channel-connector 0.13.4 — patch: no functional changes since 0.13.3; only unreleased commits are tooling chores (fc09960 oxfmt source reformat, 6c51ae5 oxlint migration), hence patch. Registry-parity release; CLI dependency pin re-pinned to 0.13.4 in the same commit per the workspace-pin rule.

[email protected]

Choose a tag to compare

@codeaholicguy codeaholicguy released this 14 Sep 15:49

Publish @ai-devkit/agent-manager 0.33.1 — patch: two fixes since 0.33.0 (7af9864 preserve registry routing on refresh; 1a3a002 clean up opencode process listeners) plus internal refactors moving the copilot and gemini adapters into the provider structure (df1e3f3, 2e8193c) with no public API changes, so patch rather than minor. Ships with the CLI dependency pin re-pinned to 0.33.1 in the same commit (workspace-pin rule from the 0.62.0 incident).

[email protected]

Choose a tag to compare

@codeaholicguy codeaholicguy released this 11 Sep 11:50

Publish @ai-devkit/agent-manager 0.33.0 — exports AGENT_RUNTIME_PROVIDERS, provider-runtime API (Herdr, #232) required by ai-devkit 0.62.1. Re-released against d0121b7 where the CLI dependency pin matches, fixing the CI workspace-link mismatch of the first attempt.

0.61.0

Choose a tag to compare

@codeaholicguy codeaholicguy released this 05 Sep 15:55
  • 7ad2afb Show tmux guidance after setup output as next steps.
  • 1547913 Fetch the built-in skills list from a remote manifest so new built-ins can ship without a CLI release, with an embedded fallback for offline use.

0.60.0

Choose a tag to compare

@codeaholicguy codeaholicguy released this 03 Sep 06:41

What's Changed

  • Reduced hybrid semantic noise with a 0.50 cosine floor for semantic-only results and a tighter RRF constant (60 to 10), preserving the full recall gain: judged irrelevant top-3 results fell from 4.7% to 2.5%, known-bad results from 6 to 3, and hit@3 remained 97%. (#212)

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/[email protected]@0.60.0

[email protected]

Choose a tag to compare

@codeaholicguy codeaholicguy released this 02 Sep 14:20

memory 0.19.0 — package layer reorganization (#209).