Alexander Farber
95d3e5b744
Rename more references
2025-12-11 11:14:11 +01:00
Alexander Farber
6d3cf4cd98
Rrename Gemini references to Qwen and fix IDE connection path
2025-12-11 11:14:10 +01:00
Alexander Farber
68295d0bbf
Rename leftover Gemini references to Qwen in UI strings
2025-12-11 11:14:09 +01:00
tanzhenxin
58d3a9c253
Merge pull request #1176 from QwenLM/feat/acp-usage-metadata
...
Qwen Code CI / Lint (push) Has been cancelled
Qwen Code CI / CodeQL (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Has been cancelled
Qwen Code CI / Test (push) Has been cancelled
Qwen Code CI / Test-7 (push) Has been cancelled
Qwen Code CI / Test-8 (push) Has been cancelled
Qwen Code CI / Post Coverage Comment (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Test-1 (push) Has been cancelled
Qwen Code CI / Test-2 (push) Has been cancelled
Qwen Code CI / Test-3 (push) Has been cancelled
Qwen Code CI / Test-4 (push) Has been cancelled
Qwen Code CI / Test-5 (push) Has been cancelled
Qwen Code CI / Test-6 (push) Has been cancelled
Feat/acp usage metadata
2025-12-11 14:09:43 +08:00
TianHao Zhang
d06a6d7ef9
feat: update references from Gemini to Qwen in setup commands and gitignore handling ( #1156 )
2025-12-11 14:09:22 +08:00
pomelo
ae9753a326
Merge pull request #1189 from afarber/security-fixes
...
fix: update vulnerable dependencies (glob, jws, tar, js-yaml)
2025-12-11 09:42:30 +08:00
pomelo
a02c4b2765
Merge pull request #1059 from yiliang114/feat/jinjing/write-and-read-file-in-vscode
...
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
feat: VSCode Extension Implementation
2025-12-10 16:15:28 +08:00
pomelo
0055399cba
Merge pull request #1191 from afarber/remove-vertical-borders
...
feat(ui): remove vertical borders from input prompt for easier copy/paste
2025-12-10 16:08:04 +08:00
yiliang114
5ef3d32f16
refactor(vscode-ide-companion/qwenAgentManager): remove saveCheckpointViaCommand method
...
refactor(vscode-ide-companion/webview): improve message handling during checkpoint saves
feat(vscode-ide-companion/markdown): enhance file path link handling with line numbers support
feat(vscode-ide-companion/message): add enableFileLinks prop to MessageContent component
feat(vscode-ide-companion/user-message): disable file links in user messages
2025-12-10 01:31:39 +08:00
xuewenjie
49c032492a
fix: prefer UTF-8 encoding for shell output on Windows when detected
...
pump versionm to 0.4.1 (#1177 )
2025-12-10 01:31:32 +08:00
yiliang114
4345b9370e
feat(vscode-ide-companion): enhance panel manager group tracking and ui improvements
...
chore(vscode-ide-companion): remove unused todo comment in auth state manager
2025-12-10 01:31:27 +08:00
yiliang114
d2e2a07327
chore(vscode-ide-companion): bump version to 0.4.1 and add semver dependency and improve cli version checking with semver package
2025-12-10 01:31:09 +08:00
Alexander Farber
5b74422be6
Do not skip the tests
2025-12-09 16:46:18 +01:00
Alexander Farber
06c398a015
Remove vertical borders from input prompt for easier copy/paste
2025-12-09 16:37:32 +01:00
Alexander Farber
aec5d6463a
Update vulnerable dependencies (glob, jws, tar, js-yaml)
2025-12-09 15:14:20 +01:00
yiliang114
29032d2c6a
chore(vscode-ide-companion): bump version to 0.4.1
2025-12-09 21:48:40 +08:00
yiliang114
e91ea3ac1a
refactor(vscode-ide-companion): simplify openDiff tool implementation
...
- Remove redundant file reading logic from ide-server
- Leverage diffManager's new capability to read old content internally
- Simplify openDiff tool call site to pass only newContent
- Update comments to reflect the simplified implementation
2025-12-09 15:53:41 +08:00
yiliang114
f2a74c74b6
feat(vscode-ide-companion): enhance panel manager group tracking and cleanup
...
- Add panelGroupViewColumn tracking for precise group identification
- Implement improved tab capture mechanism with delayed execution
- Add robust group cleanup logic to close empty locked columns
- Implement focusGroupByColumn helper for reliable group focusing
- Add proper error handling and fallback mechanisms for group operations
2025-12-09 15:53:19 +08:00
yiliang114
21651410c8
feat(vscode-ide-companion): update approval mode cycling behavior
...
- Add NEXT_APPROVAL_MODE constant for cyclic mode mapping
- Remove 'plan' mode from public toggle sequence
- Simplify handleToggleEditMode implementation using NEXT_APPROVAL_MODE mapping
- Update import statements to include NEXT_APPROVAL_MODE
- Remove unused comment about plan mode in toggle sequence
2025-12-09 15:53:06 +08:00
yiliang114
09cefbcf67
feat(vscode-ide-companion): add showDiff overload and file reading capability
...
- Add overloaded showDiff method to support calling with only newContent
- Implement readOldContentFromFs helper to read existing file content
- Simplify IDE server openDiff tool to use minimal call site
- Improve diff manager documentation and code clarity
2025-12-09 15:52:52 +08:00
tanzhenxin
5fddcd509c
pump versionm to 0.4.1 ( #1177 )
Qwen Code CI / Lint (push) Has been cancelled
Qwen Code CI / CodeQL (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Test (push) Has been cancelled
Qwen Code CI / Test-1 (push) Has been cancelled
Qwen Code CI / Test-2 (push) Has been cancelled
Qwen Code CI / Test-3 (push) Has been cancelled
Qwen Code CI / Test-4 (push) Has been cancelled
Qwen Code CI / Test-5 (push) Has been cancelled
Qwen Code CI / Test-6 (push) Has been cancelled
Qwen Code CI / Test-7 (push) Has been cancelled
Qwen Code CI / Test-8 (push) Has been cancelled
Qwen Code CI / Post Coverage Comment (push) Has been cancelled
2025-12-09 10:25:07 +08:00
tanzhenxin
d7b9466516
#1129 , add usage update in ACP mode
2025-12-09 09:58:19 +08:00
yiliang114
fcd4bb9c03
style(vscode-ide-companion): adjust EmptyState component layout
...
- Remove max-width constraint from EmptyState component wrapper
- Improve responsive layout for empty state view
2025-12-09 00:15:56 +08:00
yiliang114
828b760820
refactor(vscode-ide-companion): clean up code and improve type safety
...
- Remove commented out error handling code in acpMessageHandler
- Simplify session update handler by removing redundant comments
- Clean up chat types interface definitions
- Simplify null check in MessageRouter
- Improve type safety in SettingsMessageHandler with ApprovalModeValue type
2025-12-09 00:15:44 +08:00
yiliang114
ef3d7b92d0
feat(vscode-ide-companion): improve message handling and diff auto-opening
...
- Ignore messages during checkpoint saves in WebViewProvider
- Move diff auto-opening logic from useEffect to useWebViewMessages hook
- Remove unused imports and variables in EditToolCall component
- Enhance tool call handling for edit operations with diff content
2025-12-09 00:15:30 +08:00
yiliang114
58b9e477bc
feat(vscode-ide-companion): implement session rehydration for loading past conversations
...
- Add rehydratingSessionId flag to track session loading state
- Route message chunks as discrete messages during rehydration instead of streaming
- Update session handlers to properly manage conversation switching
- Improve session manager documentation
2025-12-09 00:14:35 +08:00
yiliang114
f4edcc5cd2
fix(vscode-ide-companion): global auth state
2025-12-08 23:38:16 +08:00
yiliang114
7adb9ed7ff
refactor(vscode-ide-companion): introduce ApprovalMode enum and improve mode handling
...
- Create new approvalModeTypes.ts with ApprovalMode enum and helper functions
- Replace hardcoded string literals with ApprovalModeValue type
- Consolidate mode mapping logic using new helper functions
2025-12-08 23:12:04 +08:00
yiliang114
f146f062cb
chore(vscode-ide-companion): rm markdown code copy button
2025-12-08 21:00:29 +08:00
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
pomelo
a6a572336c
Merge pull request #1157 from QwenLM/fix/windows-shell-output-garbled
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
2025-12-08 16:45:05 +08:00
yiliang114
96cd685b1b
chore(vscode-ide-companion): rm comment about claude
2025-12-08 13:04:06 +08:00
yiliang114
e8b4ee111c
fix(vscode-ide-companion): rm useless component
2025-12-08 12:58:05 +08:00
yiliang114
ac0d5206ba
chore(vscode-ide-companion): rm useTerminal & some useless code about openDiff
2025-12-08 12:46:42 +08:00
xuewenjie
e5e1e6a3da
Merge branch 'main' of github.com:QwenLM/qwen-code into fix/windows-shell-output-garbled
2025-12-08 11:35:47 +08:00
yiliang114
6269415e7b
chore(vscode-ide-companion): reorder dlv dependency in package-lock.json
2025-12-08 11:31:58 +08:00
yiliang114
efccd44cb4
fix(vscode-ide-companion/permission-drawer): improve ref typing for input element
2025-12-08 11:31:50 +08:00
tanzhenxin
efbf50554d
Merge branch 'main' into feat/acp-usage-metadata
2025-12-08 10:27:38 +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
e47263f7c9
Merge branch 'main' of https://github.com/QwenLM/qwen-code into feat/jinjing/write-and-read-file-in-vscode
2025-12-07 23:05:36 +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
ed44520e51
fix(vscode-ide-companion): clean up deprecated permission drawer file
...
Remove obsolete PermissionDrawer.tsx file that has been replaced by the new directory structure
2025-12-06 21:46: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
ad79b9bcab
refactor(vscode-ide-companion): restructure tool call components
...
Restructure tool call components with dedicated container implementations
- Move tool call components to done subdirectory
- Implement specialized ToolCallContainer for each tool type
- Update component routing in ToolCallRouter
- Add isFirst/isLast props for better layout control
- Improve shared types and layout components
2025-12-06 21:45:51 +08:00
yiliang114
ad301963a6
feat(vscode-ide-companion): enhance session management with pagination support
...
Implement cursor-based pagination for session listing and improve session handling
- Add pagination state management in useSessionManagement hook
- Implement handleLoadMoreSessions for infinite scrolling
- Update SessionMessageHandler to support paged session requests
- Add ChatHeader component for improved UI layout
- Fix session title duplication issue
- Improve error handling in session operations
2025-12-06 21:45:36 +08:00
yiliang114
e538a3d1bf
fix(vscode-ide-companion): improve ACP connection and session management
...
Enhance session/load and session/list ACP methods with proper cwd handling and pagination support
- Add workingDir tracking in AcpConnection
- Improve parameter handling in loadSession and listSessions
- Add pagination support for session listing
- Fix null/undefined checks in message handling
2025-12-06 21:45:18 +08:00
yiliang114
413c143004
feat(vscode-ide-companion): update command identifiers to use kebab-case
...
Standardize command naming convention by changing qwenCode.* to qwen-code.* in package.json configuration
2025-12-06 21:45:04 +08:00
Mingholy
b4be2c6c7f
Merge pull request #1166 from QwenLM/mingholy/fix/unstable-e2e-test
...
Qwen Code CI / Lint (push) Has been cancelled
Qwen Code CI / CodeQL (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker-1 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none-1 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker-2 (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none-2 (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Test (push) Has been cancelled
Qwen Code CI / Test-1 (push) Has been cancelled
Qwen Code CI / Test-2 (push) Has been cancelled
Qwen Code CI / Test-3 (push) Has been cancelled
Qwen Code CI / Test-4 (push) Has been cancelled
Qwen Code CI / Test-5 (push) Has been cancelled
Qwen Code CI / Test-6 (push) Has been cancelled
Qwen Code CI / Test-7 (push) Has been cancelled
Qwen Code CI / Test-8 (push) Has been cancelled
Qwen Code CI / Post Coverage Comment (push) Has been cancelled
test: skip unstable e2e test
2025-12-06 18:42:29 +08:00