Commit 51abe62
Release v0.1.6 (#31)
* feat: add 'Focus on Claude Code Input' command
- 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 <noreply@anthropic.com>
* feat: add 'Explain with Claude Code' context menu actions
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
* chore: bump version to 0.1.6
---------
Co-authored-by: Quang Tran Minh <quang.tranminh@hanoi.git>
Co-authored-by: Claude <noreply@anthropic.com>1 parent e30bafe commit 51abe62
File tree
6 files changed
+620
-7
lines changed- media
- src
- ui
6 files changed
+620
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
7 | 28 | | |
8 | 29 | | |
9 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1002 | 1002 | | |
1003 | 1003 | | |
1004 | 1004 | | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
1005 | 1011 | | |
1006 | 1012 | | |
1007 | 1013 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments