Skip to content

Release v0.2.9

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Sep 23:58
· 1 commit to main since this release

πŸŽ‰ Kiro for Claude Code v0.2.9

πŸ› Bug Fixes

  • Fix path normalization for custom specs directory

    • Improve handling of user-configured specs directories
    • Ensure proper path resolution across different operating systems
  • Fix missing "Start Task" button when specs directory is configured

    • Resolve issue where CodeLens would not appear with custom specs paths
    • Improve task button visibility detection
  • Translate Chinese text to English in spec agents and CodeLens

    • Complete internationalization of spec agent prompts
    • Ensure consistent English language in CodeLens UI elements
    • Improve accessibility for international users

Installation

From Extension Marketplace:

# VSCode (from VSCode Marketplace)
code --install-extension heisebaiyun.kiro-for-cc

# Cursor (from OpenVSX)
cursor --install-extension heisebaiyun.kiro-for-cc

From VSIX file:
Download the .vsix file from assets below and install:

# VSCode
code --install-extension kiro-for-cc-0.2.9.vsix

# Cursor
cursor --install-extension kiro-for-cc-0.2.9.vsix

Links


See below for auto-generated release notes.

What's Changed

  • fix: no "Start Task" when config specs dir by @yourtion in #33

New Contributors

Full Changelog: v0.2.8...v0.2.9