Skip to main content

kirocrew-claude

Re-registers KiroCrew's dormant Claude Code ACP backend, so KiroCrew agent sessions run on the real claude binary via the official claude-agent-acp adapter instead of kiro-cli.

Why this exists

KiroCrew's public edition ships kiro-cli as its only wired ACP backend, but the ACP_BACKEND_CLAUDE protocol path is still alive in acp/client.py — only the registration glue was removed when the project de-Amazoned. Upstream left the ProviderRegistry.register_acp_backends seam and a kirocrew.plugins entry-point group specifically so a companion package could re-attach it without forking KiroCrew.

This package is that companion:

  • Registers AcpProvider(acp_backend=ACP_BACKEND_CLAUDE) so sessions spawn claude-agent-acp, which in turn spawns the genuine claude CLI.
  • Re-attaches the two client-side seams the deleted glue used to own: writing a per-session .claude/settings.local.json (keeps the permission-approval flow live) and injecting the agent's MCP servers into session/new (kiro-cli gets these through --agent; the Claude adapter has no equivalent, so without this a Claude session comes up with zero KiroCrew tools).
  • Fixes a Windows-only spawn failure where Node refuses to exec the npm claude.cmd shim (EINVAL), by resolving the real claude.exe beside it.
  • Isolates each session's CLAUDE_CONFIG_DIR from your real ~/.claude, so personal plugins, the marketplace, and global MCP servers don't load (and slow down) every agent session.
  • Rebinds the dashboard's first-run readiness gate and /api/models so they probe the Claude backend instead of kiro-cli, which this edition doesn't ship.

It edits nothing inside KiroCrew itself — everything above happens through seams upstream already exposes.

Install

Requires a working Claude Code install, signed in (claude login), and KiroCrew installed separately.

pip install kirocrew-claude

Or from source:

git clone https://github.com/pravinsomula/kirocrew-claude
pip install -e ./kirocrew-claude

KiroCrew discovers the plugin automatically via the kirocrew.plugins entry point — no config changes needed. Start (or restart) the gateway and it picks up the Claude backend.

Credentials

This plugin never talks to Anthropic's API directly and never handles API keys. Every session spawns your own local claude binary, which uses whatever session you're already signed into via claude login. The only file this package touches is a per-session copy of ~/.claude/.credentials.json into an isolated config directory — it never leaves your machine and is never transmitted anywhere by this package.

Bring your own Claude Code login. This is not a hosted or multi-user service.

License

Apache-2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kirocrew_claude-0.1.0.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kirocrew_claude-0.1.0-py3-none-any.whl (26.5 kB view details)

Uploaded Python 3

File details

Details for the file kirocrew_claude-0.1.0.tar.gz.

File metadata

  • Download URL: kirocrew_claude-0.1.0.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kirocrew_claude-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3fc0d3ecccf8a16b8bb86558c089f57705c0c7d2e664808d5e2e7c7b3ac7f99a
MD5 9ae640d4a7a1f93016dc9f8a040629b8
BLAKE2b-256 126be06f61d9397394a168d3e5df8f9fbc870956848e1b9c72a241f057035162

See more details on using hashes here.

Provenance

The following attestation bundles were made for kirocrew_claude-0.1.0.tar.gz:

Publisher: publish.yml on Pravinsomula/kirocrew-claude

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file kirocrew_claude-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: kirocrew_claude-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 26.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kirocrew_claude-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 25fae68575c98df059ed41a3a35698c8d80f1566987e51c1769596581bea9c27
MD5 b8a0e172cbefe8e1a36a50da2dab9bbb
BLAKE2b-256 365b6a30ddaf7928ef0af7611e5178e383cd4c22465411e9dedc6aef43e13701

See more details on using hashes here.

Provenance

The following attestation bundles were made for kirocrew_claude-0.1.0-py3-none-any.whl:

Publisher: publish.yml on Pravinsomula/kirocrew-claude

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.1.1

2 files

This release

0.1.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page