1803 Commits

Author SHA1 Message Date
boob.yang
3de48c5c75
Merge pull request #607 from devchat-ai/update_gui_module_250224
feat: update gui module
2025-02-24 14:32:49 +08:00
bobo.yang
c6a6dab20e update gui module 2025-02-24 14:28:25 +08:00
boob.yang
68b3ca3957
Merge pull request #606 from devchat-ai/update_circle_yaml_2
ci: Update CircleCI config and add Deepseek model keywords
2025-02-21 15:04:13 +08:00
bobo.yang
f16b8e8b79 feat: Add Deepseek model keywords to package.json
- 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
2025-02-21 15:01:02 +08:00
bobo.yang
caff987b34 ci: Remove package step from CircleCI config
- Remove yarn package command from CircleCI build process
- Clean up redundant comments in config.yml
- Streamline CI/CD pipeline configuration
2025-02-21 14:47:53 +08:00
bobo.yang
46e761b033 ci: Add dist directory creation step in CircleCI config
- Add mkdir command to create dist directory before build process
- Ensure required directory structure exists for build artifacts
- Add Chinese comments explaining directory creation purpose
2025-02-21 14:31:11 +08:00
bobo.yang
44a18b9ab4 ci: Update CircleCI config to use yarn consistently
- 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.
2025-02-21 14:18:40 +08:00
boob.yang
206bb6b53a
Merge pull request #604 from devchat-ai/update_circle_yaml
update config
2025-02-13 19:00:52 +08:00
bobo.yang
8251de7f48 update config 2025-02-13 19:00:13 +08:00
boob.yang
d797f4ec66
Merge pull request #603 from devchat-ai/feat/add-open-link-handler
feat: Add external link handler and update GUI submodule
2024-12-30 08:58:29 +08:00
bobo.yang
e11d47a3cc update gui submodule 2024-12-29 20:29:52 +08:00
bobo.yang
5f12c02c89 feat: Add external link handler
- Add new openLink handler to manage external URL navigation
- Register openLink handler in message handler system
- Implement URL opening functionality using vscode.env.openExternal
2024-12-29 20:29:37 +08:00
boob.yang
81d0f5d5aa
Merge pull request #602 from devchat-ai/bugfix/service-port-error
fix: Refactor service port handling in DevChatClient
2024-12-29 19:40:42 +08:00
bobo.yang
ff717fe55d fix: Refactor service port handling in DevChatClient
- 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
2024-12-29 19:32:25 +08:00
boob.yang
341380c8c4
Merge pull request #601 from devchat-ai/feat/add-plugin-version-service
feat: Add extension version retrieval endpoint and update GUI submodule
2024-12-26 17:53:30 +08:00
bobo.yang
010301432d update gui submodule 2024-12-26 17:18:49 +08:00
bobo.yang
34a0e2ea1d feat: Add extension version retrieval endpoint
- 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
2024-12-26 17:18:31 +08:00
boob.yang
53d764c184
Merge pull request #600 from devchat-ai/chore/cleanup-merico-workflow-dir
chore: Add cleanup for existing Merico workflow directory
2024-12-18 10:43:47 +08:00
bobo.yang
cf4193c352 chore: Add cleanup for existing Merico workflow directory
- 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
2024-12-18 10:43:07 +08:00
boob.yang
6ac60e7b31
Merge pull request #599 from devchat-ai/optimize
Refactor and improve file path handling
2024-12-02 15:14:40 +08:00
bobo.yang
825e8c7b53 update submodules 2024-12-02 14:40:40 +08:00
bobo.yang
fd7c2edbbc refactor: Optimize workflow update and command list process
- Introduce copiedDirectory flag to track directory creation
- Restructure conditional logic for better flow control
- Improve error handling and logging for directory operations
2024-12-02 14:40:19 +08:00
bobo.yang
54b49389c5 feat: Improve file path handling in contextFileSelected
- Add fallback for relative path calculation
- Handle cases where workspaceDir is undefined
- Ensure fileSelected is always used as a fallback
2024-12-02 14:39:50 +08:00
bobo.yang
c25ef505b0 feat: Improve file path handling in contextCodeSelected
- Add fallback for relative path calculation
- Handle cases where workspaceDir is undefined
- Ensure fileSelected is used when no workspace folder exists
2024-12-02 14:39:13 +08:00
bobo.yang
32f078bac2 style: Add semicolons and improve code formatting
- Add missing semicolons to all statements in prebuild.js
- Adjust indentation and spacing for consistency
- Remove trailing whitespace at end of file
2024-12-02 14:38:39 +08:00
boob.yang
8ffad3b7db
Merge pull request #598 from devchat-ai/feat/auto-open-plugin-window
feat: Add auto-activation of chat panel
2024-11-28 13:16:05 +08:00
bobo.yang
e8b0909c3f feat: Add auto-activation of chat panel
- Implement ensureChatPanel function call in command
- Enhance user experience by automatically opening plugin window
- Improve workflow efficiency for DevChat interactions
2024-11-28 13:12:11 +08:00
boob.yang
17f7a28f35
Merge pull request #597 from devchat-ai/feat/add-logging-for-local-service-port
feat: Add logging for local service port
2024-11-26 14:01:43 +08:00
bobo.yang
fca2800097 feat: Add logging for local service port
- 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
2024-11-26 14:01:07 +08:00
boob.yang
d60291e476
Merge pull request #596 from devchat-ai/chore/optimize-log-implementation
chore: Update submodules and optimize code completion
2024-11-26 09:52:37 +08:00
bobo.yang
5b186d6232 update submodules 2024-11-26 09:43:24 +08:00
bobo.yang
5aefba5941 chore: Optimize code completion and logging
- Refactor code completion event logging
- Add manual trigger flag to log events
- Implement message logging for code completion
- Update public workflow installation process
2024-11-26 09:42:35 +08:00
boob.yang
ee55a20459
Merge pull request #595 from devchat-ai/shortcut_code_completion
Update packages, add features, and improve logging
2024-11-05 11:39:29 +08:00
bobo.yang
d76a15f73b update packages lock 2024-11-05 11:36:36 +08:00
bobo.yang
f96bdda896 update submodules 2024-11-05 11:35:14 +08:00
bobo.yang
5d345ea2f2 add command to trigger code completion by shortcut 2024-11-05 11:32:28 +08:00
bobo.yang
dc16a78beb replace fetch with node-fetch 2024-11-05 11:29:53 +08:00
bobo.yang
dab5b2a530 update install commands logs 2024-11-05 11:28:51 +08:00
bobo.yang
a998b11f1e add log for update slash commands 2024-11-05 11:27:30 +08:00
bobo.yang
a3b0078a1c add startup log 2024-11-05 11:27:06 +08:00
bobo.yang
0d23a3cc31 update keybindings 2024-10-30 21:13:16 +08:00
bobo.yang
affbb5e37b test 2024-10-30 19:45:14 +08:00
bobo.yang
6cd09cd264 add chinese menu 2024-10-30 19:40:44 +08:00
bobo.yang
bf04eb8b75 update commands 2024-10-30 16:38:34 +08:00
boob.yang
4f172116ff
Merge pull request #594 from devchat-ai/update_tools_240923
chore: Update subproject commit reference in tools
2024-09-23 15:42:11 +08:00
bobo.yang
fd9c102dac chore: Update subproject commit reference in tools 2024-09-23 15:38:55 +08:00
Tim
4e5283556c
Merge pull request #593 from devchat-ai/config_conda_forge
feat: Add configurable conda-forge URL for Python installation
2024-09-20 16:56:35 +08:00
bobo.yang
429f52357d feat: Add configurable conda-forge URL for Python installation
- Implement getCondaForgeUrl function to fetch URL from config
- Use configurable URL in Python installation process
- Add error handling and fallback to default URL if needed
2024-09-20 15:45:41 +08:00
Rankin Zheng
d2b6ff42ae
Merge pull request #592 from devchat-ai/fix_workflow_missed
fix: Correct workflow directory path
2024-09-10 11:43:44 +08:00
bobo.yang
3851448ec0 fix: Correct workflow directory path
- Added missing directory path for Merico scripts
- Updated directory existence check to use the new path
- Ensured workflow commands are correctly installed
2024-09-10 11:32:23 +08:00