yiliang114
ac0d5206ba
chore(vscode-ide-companion): rm useTerminal & some useless code about openDiff
2025-12-08 12:46:42 +08:00
yiliang114
63e4794633
chore(vscode-ide-companion): temporarily annotate some logic to suppress showDiff
2025-12-08 10:18:55 +08:00
yiliang114
be71976a1f
chore(vscode-ide-companion): refactor directory structure
2025-12-08 00:54:26 +08:00
yiliang114
51b4de0c23
fix(vscode-ide-companion): resolve ESLint errors and improve code quality
...
- Fix unused variable issues by removing unused variables and renaming caught errors to match ESLint rules
- Fix TypeScript type mismatches in mode handling
- Add missing curly braces to if statements to comply with ESLint rules
- Resolve missing dependency warnings in React hooks
- Clean up empty catch blocks by adding appropriate comments
- Remove unused _lastEditorState variables that were declared but never read
These changes ensure the codebase passes ESLint checks and follows best practices for code quality.
2025-12-07 16:57:40 +08:00
yiliang114
67eee14ca9
style(vscode-ide-companion): adjust chat session initialization logic and optimize tool invocation component style
2025-12-06 22:44:31 +08:00
yiliang114
7cd26f728d
feat(vscode-ide-companion): implement session message handling and UI improvements
...
Complete session message handling with JSONL support and UI enhancements
- Add JSONL session file reading capability
- Improve error handling and authentication flows
- Update UI components for better user experience
- Fix command identifier references
- Enhance MarkdownRenderer with copy functionality
- Update Tailwind configuration for better component coverage
2025-12-06 21:46:14 +08:00
yiliang114
57a684ad97
WIP: All changes including session and toolcall improvements
2025-12-06 16:53:40 +08:00
yiliang114
541d0b22e5
chore(vscode-ide-companion): code style & command register bugfix
2025-12-06 01:32:52 +08:00
yiliang114
96b275a756
fix(vscode-ide-companion): fix bugs & support terminal mode operation
2025-12-06 00:30:22 +08:00
yiliang114
ed0d5f67db
style(vscode-ide-companion): form component style opt
2025-12-01 00:15:18 +08:00