Skip to content

fix(cli): load Atomic Chat as bundled plugin - #11291

Merged
markijbema merged 2 commits into
mainfrom
mark/fix-atomic-chat-plugin-loading
Jun 16, 2026
Merged

fix(cli): load Atomic Chat as bundled plugin#11291
markijbema merged 2 commits into
mainfrom
mark/fix-atomic-chat-plugin-loading

Conversation

@markijbema

Copy link
Copy Markdown
Contributor

Summary

Load the Atomic Chat integration through the CLI's internal plugin lifecycle and keep its configuration marker out of external plugin origins. This prevents bundled CLI builds from falling back to the unpublished @kilocode/plugin-atomic-chat@latest npm package.

Atomic Chat package identifiers, versions, and npm aliases are recognized as the bundled integration, while similarly named file plugins and reverse aliases remain external. This preserves explicit plugin configuration without duplicate initialization or network installation.

Fixes #11256.

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
@markijbema markijbema self-assigned this Jun 16, 2026
@kilo-code-bot

kilo-code-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (7 files)
  • .changeset/load-bundled-atomic-chat.md
  • packages/opencode/src/kilocode/atomic-chat-feature.ts
  • packages/opencode/src/kilocode/config/default-plugins.ts
  • packages/opencode/src/plugin/index.ts
  • packages/opencode/test/config/config.test.ts
  • packages/opencode/test/kilocode/config/atomic-chat-default-plugin.test.ts
  • packages/plugin-atomic-chat/src/plugin/index.ts
Previous Review Summary (commit 4436139)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit 4436139)

Status: No Issues Found | Recommendation: Merge

Files Reviewed (5 files)
  • .changeset/load-bundled-atomic-chat.md
  • packages/opencode/src/kilocode/atomic-chat-feature.ts
  • packages/opencode/src/kilocode/config/default-plugins.ts
  • packages/opencode/src/plugin/index.ts
  • packages/opencode/test/kilocode/config/atomic-chat-default-plugin.test.ts

Reviewed by deepseek-v4-pro-20260423 · 144,493 tokens

Review guidance: REVIEW.md from base branch main

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
@markijbema
markijbema merged commit cae7cd9 into main Jun 16, 2026
21 checks passed
@markijbema
markijbema deleted the mark/fix-atomic-chat-plugin-loading branch June 16, 2026 09:57
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
…plugin-loading

fix(cli): load Atomic Chat as bundled plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed to install plugin @kilocode/plugin-atomic-chat@latest

2 participants