- Add new keywords: deepseek, deepseek-r1, deepseek-v3 to package metadata
- Update package.json to include additional model identifiers
- Enhance searchability with new AI model references
- Replace npm install with yarn install at root level
- Add descriptive comments in Chinese for build steps
- Streamline dependency installation process in gui directory
The commit message reflects the changes to the CircleCI configuration file, where the main changes involve standardizing the use of yarn for package management and adding clarity through comments. Since no specific issue number was provided in the input, I've excluded the "Closes #" reference.
- Add new openLink handler to manage external URL navigation
- Register openLink handler in message handler system
- Implement URL opening functionality using vscode.env.openExternal
- Remove redundant baseURL checks in _get, _post, and chat methods
- Simplify port initialization logic for HTTP requests
- Consolidate error handling for missing service port configuration
- Add new endpoint /get_extension_version to services registry
- Implement version fetch from package.json using vscode API
- Return undefined if extension is not found
- Add safety check to remove existing workflow directory if present
- Ensure clean installation by removing old files before copying
- Prevent potential conflicts during version updates
- Introduce copiedDirectory flag to track directory creation
- Restructure conditional logic for better flow control
- Improve error handling and logging for directory operations
- Add fallback for relative path calculation
- Handle cases where workspaceDir is undefined
- Ensure fileSelected is used when no workspace folder exists
- Implement ensureChatPanel function call in command
- Enhance user experience by automatically opening plugin window
- Improve workflow efficiency for DevChat interactions
- Add trace logging for local service port in DevChatClient
- Implement logging in three methods: constructor, reset, and
setLocalServicePort
- Enhance debugging capabilities for local service connections