Skip to content

Releases: vcoderun/acpkit

v0.6.0_2026-04-11

11 Apr 19:56

Choose a tag to compare

v0.5.0_2026-04-10

10 Apr 16:52

Choose a tag to compare

Changelog since v0.4.2

SDK / runtime

  • Added native ACP thinking capability with session-local effort selection
  • Added slash commands for dynamic mode switching and thinking effort control
  • Added dynamic mode-derived slash commands instead of hard-coded ask/plan/agent commands
  • Added reserved mode-id validation to prevent collisions with built-in slash commands
  • Added real ACP run cancellation with preserved transcript/state on stop
  • Added native plan persistence hooks and automatic plan-state syncing
  • Separated native plan mode from agent-mode plan progress tooling
  • Improved runtime internals with dedicated agent/session/prompt runtime modules
  • Added bridge model-settings support and a new ThinkingBridge
  • Added HookBridge hide-all mode for quiet integrations

Pydantic ACP examples

  • Simplified strong agent examples and reduced unnecessary hook/projection noise
  • Fixed workspace path handling so session cwd is authoritative
  • Removed agent-managed plan file writing from example tool surfaces
  • Hid .acpkit plan storage from normal repo search/read flows
  • Restricted plan mode so shell/write surfaces are not exposed

Docs

  • Reworked docs into a fuller production-grade docs site with better structure and styling
  • Added getting started, adapter config, runtime controls, plans/thinking/approvals, providers, bridges, host backends, helpers, testing, and example guides
  • Added API reference pages and maintained example walkthroughs
  • Added/updated llms.txt and llms-full.txt with published docs URLs
  • Added a Pydantic ACP overview page and fixed strict MkDocs nav/link issues
  • Improved README and skill guidance around ACP Kit’s role as an SDK for exposing existing agent surfaces through ACP

Skills

  • Added packaged .agents/skills/acpkit-sdk skill structure
  • Split lightweight orchestration skill from longform root SKILL.md reference
  • Added skill resources, references, helper scripts, and published llms links

Tooling / quality

  • Added save-coverage and check-coverage flows plus COVERAGE summary generation
  • Added coverage threshold enforcement (line and branch)
  • Reworked pre-commit so heavy gates run only for major changes
  • Fixed docs workflow/build setup and tightened MkDocs config
  • Removed stale mypy-specific config and cleaned pyright/type-ignore handling

v0.4.2_2026-04-07

07 Apr 19:26
c30944f

Choose a tag to compare

v0.4.1_2026-04-07

07 Apr 02:00

Choose a tag to compare

v0.4.0_2026-04-07

07 Apr 01:49

Choose a tag to compare

v0.3.0_2026-04-06

05 Apr 22:50

Choose a tag to compare

v0.2.0_2026-04-05

05 Apr 20:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/vcoderun/acpkit/commits/v0.2.0_2026-04-05