yiliang114
|
111234eb24
|
refactor(vscode-ide-companion): simplify ACP connection and cleanup configurations
- Remove .claude from .gitignore
- Update CSS file path in eslint config
- Simplify VS Code extension title
- Remove unused keybinding for openChat command
- Delete unused auth constants file
- Simplify ACP connection by removing backend parameter
- Move authMethod to acpTypes
- Restrict ACP backend to Qwen only
- Remove backend property from connection state
- Minor formatting update in webview index.tsx
|
2025-12-08 20:44:48 +08:00 |
|
yiliang114
|
be71976a1f
|
chore(vscode-ide-companion): refactor directory structure
|
2025-12-08 00:54:26 +08:00 |
|
yiliang114
|
6885138cf0
|
refactor(vscode-ide-companion): Refactoring the project structure and updating dependencies
|
2025-11-29 13:16:58 +08:00 |
|
yiliang114
|
8ac38aad92
|
chore(vscode-ide-companion): tailwind base
|
2025-11-23 17:33:10 +08:00 |
|
yiliang114
|
018990b7f6
|
build(vscode-ide-companion): 添加 SCSS 支持
- 在 esbuild.js 中添加 SCSS 文件处理逻辑
- 在 package.json 中添加 sass 依赖
- 新增代码使用 sass 编译 SCSS 文件,并将其注入到页面中
|
2025-11-19 23:34:05 +08:00 |
|
yiliang114
|
04dfad7ab5
|
docs(implementation): 更新实现总结文档
|
2025-11-19 13:50:52 +08:00 |
|
yiliang114
|
e02866d06f
|
refactor(vscode-ide-companion): 重构代码并更新文件命名
- 更新文件命名规则,使用小写字母和下划线
- 修复部分代码导入路径
- 删除未使用的 WEBVIEW_PIN_FEATURE.md 文件
|
2025-11-19 10:40:16 +08:00 |
|
yiliang114
|
732220e651
|
wip(vscode-ide-companion): 实现 quick win 功能
- 将 WebView 调整到编辑器右侧
- 添加 ChatHeader 组件,实现会话下拉菜单
- 替换模态框为紧凑型下拉菜单
- 更新会话切换逻辑,显示当前标题
- 清理旧的会话选择器样式
基于 Claude Code v2.0.43 UI 分析实现。
|
2025-11-19 00:16:45 +08:00 |
|
yiliang114
|
dc40995e70
|
feat(vscode-ide-companion): import chat chat customEditor to vscode extension folder
|
2025-11-17 18:53:00 +08:00 |
|