Skip to content

feat: Kiro bridge support + fix 'Using unknown' display#69

Open
logich wants to merge 1 commit intopablodelucca:mainfrom
logich:feature/kiro-bridge
Open

feat: Kiro bridge support + fix 'Using unknown' display#69
logich wants to merge 1 commit intopablodelucca:mainfrom
logich:feature/kiro-bridge

Conversation

@logich
Copy link

@logich logich commented Mar 4, 2026

I use Amazon Kiro instead of Claude cli and wanted the same fun displays. This is my approach to add the features needed.

  • Add Kiro bridge script and 4 lifecycle hooks (promptSubmit, preToolUse, postToolUse, agentStop) that write Claude-Code-compatible JSONL
  • Add terminal-less agent support (terminalRef: null) for agents without a backing VS Code terminal
  • Add tool name mapping from Kiro tools to Claude Code equivalents
  • Fix 'Using unknown' display: show 'Working' when tool name is unknown (affects Kiro agents where runCommand hooks can't pass tool context)
  • Add Setup/Remove Kiro Bridge commands to command palette
  • Add .gitignore entries for license-restricted office tileset assets
  • Update README, KIRO.md, CHANGELOG, package.json description for Kiro
  • Add property tests and shell tests for bridge correctness

- Add Kiro bridge script and 4 lifecycle hooks (promptSubmit, preToolUse,
  postToolUse, agentStop) that write Claude-Code-compatible JSONL
- Add terminal-less agent support (terminalRef: null) for agents without
  a backing VS Code terminal
- Add tool name mapping from Kiro tools to Claude Code equivalents
- Fix 'Using unknown' display: show 'Working' when tool name is unknown
  (affects Kiro agents where runCommand hooks can't pass tool context)
- Add Setup/Remove Kiro Bridge commands to command palette
- Add .gitignore entries for license-restricted office tileset assets
- Update README, KIRO.md, CHANGELOG, package.json description for Kiro
- Add property tests and shell tests for bridge correctness
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.

1 participant