bobo.yang
7586f26ad3
chore: Update submodules and workflow commands
2024-05-16 10:02:20 +08:00
boob.yang
f7f0c6f4a4
Merge pull request #520 from devchat-ai/bugfix/api-base-illegal-error-#386
...
Fix custom API Base URL causing illegal errors
2024-05-15 13:54:58 +08:00
bobo.yang
214976d4e9
fix: Resolve illegal API base error for custom devchat API base
...
- Fix devchat API base URL to prevent illegal API base error
- Set default API base URL to https://api.devchat.ai/v1
- Call fixDevChatApiBase function in activate method
2024-05-15 13:49:17 +08:00
boob.yang
94274fae74
Merge pull request #504 from devchat-ai/new-wf
...
[dev] Support workflow engine 2.0
2024-05-13 21:51:35 +08:00
bobo.yang
6db623bed8
Refactor workflow base directory name
2024-05-13 21:47:54 +08:00
bobo.yang
0939dcd52f
Update MAMBA_BIN_PATH in DevChat class
2024-05-13 21:46:35 +08:00
bobo.yang
60d2c5b808
Update submodules and workflow commands
2024-05-13 21:43:06 +08:00
bobo.yang
dd4afea7ea
add DEVCHAT_PROXY env for decvhat commands
2024-05-13 12:46:48 +08:00
bobo.yang
7e4bc4913c
update workflow commands
2024-05-13 12:44:08 +08:00
bobo.yang
4b4a575c96
update comments
2024-05-13 12:43:46 +08:00
bobo.yang
0c41673afb
remove workspace workflows dir
2024-05-13 12:43:29 +08:00
bobo.yang
34da79b945
copy workflow commands to ~/.chat/scripts
2024-05-13 12:42:26 +08:00
bobo.yang
78ffcea307
remove registerTryWF
2024-05-13 12:41:43 +08:00
kagami
28504933be
Update workflow base dir name
2024-05-10 10:53:02 +08:00
kagami
4549fadd98
Add workflow base into default PYTHONPATH for win32
2024-05-09 20:35:57 +08:00
kagami
bbc6c1e4e6
Use a temp command to trigger updating workflows
2024-05-09 20:35:57 +08:00
kagami
66da2dfc80
Add an entrypoint for workflow cli for dev
2024-05-09 20:35:55 +08:00
kagami
4196d902a4
Pass mamba bin path in env var
2024-05-09 20:35:05 +08:00
boob.yang
952344675b
Merge pull request #519 from devchat-ai/update_tools_submodule_240508
...
Update tools submodule to latest commit
2024-05-08 21:41:18 +08:00
bobo.yang
0dfd444855
Update tools submodule commit hash
2024-05-08 21:32:58 +08:00
boob.yang
c999272e39
Merge pull request #518 from devchat-ai/fix_code_completion_newline
...
Update tools submodule to latest commit
2024-05-08 20:42:08 +08:00
bobo.yang
a4482e0644
Update tools submodule commit hash
2024-05-08 20:37:12 +08:00
boob.yang
6db14beeb3
Merge pull request #517 from devchat-ai/update_gui_commit_240508
...
Update GUI submodule to latest commit
2024-05-08 18:40:58 +08:00
bobo.yang
d96f40cc2c
Update GUI submodule commit hash
2024-05-08 18:38:27 +08:00
boob.yang
fc04521c75
Merge pull request #516 from devchat-ai/add_devchat_proxy_config
...
Update DevChat configuration and GUI submodule
2024-05-08 15:49:19 +08:00
bobo.yang
be6f8cc888
Update DevChat configuration and GUI submodule commit hash
2024-05-08 15:35:32 +08:00
boob.yang
560a91b53d
Merge pull request #515 from devchat-ai/remove_devchat_commands_install
...
Update GUI Submodule and Remove Unused DevChat Install Commands
2024-05-07 18:07:42 +08:00
bobo.yang
cfc0bcb8c3
Update GUI submodule commit hash
2024-05-07 18:04:45 +08:00
bobo.yang
470beacf89
fix: Remove DevChat install commands
...
- Removed DevChat.InstallCommandPython from package.json commands array
- Commented out DevChat.InstallCommandPython execution in statusBarView.ts
- No longer triggers Python command installation in statusBarItem creation
2024-05-07 18:04:23 +08:00
boob.yang
48ddd6aead
Merge pull request #514 from devchat-ai/update_submodule_commit_0507
...
Update submodules to latest commits
2024-05-07 18:02:57 +08:00
bobo.yang
a221e9536d
Update submodules to latest commits
2024-05-07 15:58:28 +08:00
boob.yang
140f4cdc5e
Merge pull request #513 from devchat-ai/feature/add-source-info-to-logs-#369
...
Enhance Code Completion Context Clarity with Specific Source Information
2024-05-06 14:40:26 +08:00
bobo.yang
3f4ff189dd
feat: Update model reference and enhance context clarity
...
- Updated the language model in code completion to starcoder2:15b for improved performance.
- Overhauled prompt creation to include 'recent edit documents', 'task', 'call function define', 'similar blocks', and 'symbol defines' for better context recognition in logs.
- Ensured fallback to 'nvidia/starcoder2:15b' if no model is specified, enhancing reliability.
2024-05-06 14:03:13 +08:00
boob.yang
21e14b054c
Merge pull request #512 from devchat-ai/bugfix/nvidia-parsing-under-poor-connection-#367
...
Improve NVIDIA Message Parsing Resilience in Poor Network Conditions
2024-04-29 17:08:46 +08:00
bobo.yang
a28132f252
fix: Improve NVIDIA parsing under poor connections
...
- Enhanced parsing logic to handle multiple messages in one go
- Added splitting of incoming data chunks before processing
- Implemented more robust error handling for JSON parsing
2024-04-29 16:36:37 +08:00
boob.yang
6f5a56ae6b
Merge pull request #511 from devchat-ai/update_gui_commit_240429
...
Update GUI Submodule Commit Hash
2024-04-29 12:52:33 +08:00
bobo.yang
fe3540ab57
Update gui submodule commit hash
2024-04-29 12:51:04 +08:00
boob.yang
32ac9aef53
Merge pull request #510 from devchat-ai/optimization/speedup-devchat-init-#366
...
Refactor: Eliminate installation check from devchat-commands
2024-04-29 00:02:59 +08:00
bobo.yang
13eaac2953
refactor: Remove installation check process from devchat-commands
...
- Remove unnecessary installation check codes from devchat-commands
- Streamline setup process for new users
- Maintain application functionality and stability
2024-04-28 23:49:04 +08:00
boob.yang
63ae50a819
Merge pull request #509 from devchat-ai/feature/optimize-code-completion-devchat-#365
...
Optimize devchat code completion to automatically use configured server
2024-04-28 23:27:27 +08:00
bobo.yang
81e819255e
Update tools submodule commit hash
2024-04-28 23:23:58 +08:00
bobo.yang
b17883c0c5
feat: Optimize devchat code completion config
...
- Refactor devchat API configuration for clarity and consistency
- Ensure code completion fallbacks to devchat when configured
- Streamline the process for activating devchat server code completion
2024-04-28 23:21:57 +08:00
Rankin Zheng
f95d0c6c5b
update gui version
2024-04-28 22:36:54 +08:00
Rankin Zheng
1307b5ef90
feat: merge creation file feature
2024-04-28 22:36:28 +08:00
Rankin Zheng
2f03088214
Update gui version
2024-04-28 22:34:35 +08:00
Rankin Zheng
a6e6400ca5
Update gui version
2024-04-28 22:34:35 +08:00
boob.yang
3e1085d73d
Merge pull request #506 from devchat-ai/fix/screen-flicker-autocomplete-#362
...
Fix Screen Flickering Issue During Code Autocompletion
2024-04-28 16:30:26 +08:00
bobo.yang
0f63d2771f
fix: Optimize autocomplete to prevent screen flicker
...
- Added a preCompletionItem to hold the current autocomplete item
- Refactored how autocomplete items are returned to prevent flickering
- Improved logic to combine current line prefix and response code effectively
2024-04-28 16:27:52 +08:00
boob.yang
ddc4396f39
Merge pull request #505 from devchat-ai/feature/ai-code-completion-devchat-#358
...
Feat: Introduce DevChat API Integration for Enhanced Code Completion
2024-04-23 18:14:02 +08:00
bobo.yang
e33559e9a2
feat: Integrate DevChat API for code completion
...
- Add support for DevChat API as a code completion source
- Implement dynamic model selection for code completions
- Introduce error handling and logging for DevChat API requests
2024-04-23 18:05:20 +08:00