Skip to content

Conversation

@trmquang93
Copy link
Collaborator

Summary

  • Release version 0.1.6 with official Claude Code extension integration
  • Added smart fallback strategy and enhanced terminal management
  • Updated changelog and version numbers

Key Features

  • Official Claude Code Extension Integration: NEW feature to detect and use the official Claude Code extension (anthropic.claude-code) when available
  • Smart Fallback Strategy: Zero breaking changes - existing terminal functionality preserved as fallback
  • Enhanced Terminal Management: Intelligent terminal connection and resource management
  • Improved Error Handling: More robust error handling throughout the extension

Test Plan

  • Linting passed successfully
  • Extension builds and packages correctly
  • Version updated to 0.1.6
  • Changelog updated with release notes
  • Git tag v0.1.6 created and pushed
  • Manual testing in clean VSCode environment (post-merge)

Release Artifacts

  • Extension package: claude-code-extension-0.1.6.vsix (54MB)
  • Git tag: v0.1.6

🤖 Generated with Claude Code

Quang Tran Minh and others added 5 commits June 8, 2025 18:53
- Add new command 'claude-code-extension.focusInput' in package.json
- Register command handler in extension.ts with proper error handling
- Implement focusInput method in claudeTerminalInputProvider.ts
- Enhanced webview focus handling with multiple attempts and scroll-into-view
- Command now available in Command Palette as 'Focus on Claude Code Input'
- Improves accessibility and user experience for keyboard navigation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
feat: add 'Focus on Claude Code Input' command
Add comprehensive right-click context menu integration for AI-powered code explanations:

• Editor context menus:
  - 'Explain Selection with Claude Code' (when text is selected)
  - 'Explain File with Claude Code' (when no text is selected)

• Explorer context menus:
  - 'Explain with Claude Code' (for files)
  - 'Explain Folder with Claude Code' (for folders)

Features:
- Smart workspace-relative path resolution
- Automatic terminal startup when needed
- Line range detection for code selections (@file.js#L10-15)
- Proper error handling with user-friendly messages
- File/folder existence validation
- Grouped menu items in 'claude' section for better UX

Technical improvements:
- Added space after terminal text input for better interaction
- Leverages existing terminal management and detection infrastructure
- Maintains focus on input panel after sending commands
- Shows terminal in background without stealing focus
feat: add 'Explain with Claude Code' context menu actions
@trmquang93 trmquang93 merged commit 51abe62 into main Jun 9, 2025
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.

2 participants