83 Commits

Author SHA1 Message Date
Update-Packages Action
bafa2b83bc Sync up site-packages to devchat[main](695dd9b2) 2024-05-07 06:41:42 +00:00
boob.yang
a2cd34022a
Merge pull request #35 from devchat-ai/update-packages-20240428-145651
Sync up site-packages to devchat[main](57de3f72) 20240428-145651
2024-04-28 22:59:02 +08:00
Update-Packages Action
4e22077e90 Sync up site-packages to devchat[main](57de3f72) 2024-04-28 14:56:52 +00:00
boob.yang
ef0225bc95
Merge pull request #31 from devchat-ai/update-packages-20240422-014630
Sync up site-packages to devchat[main](6402c9a2) 20240422-014630
2024-04-22 09:52:14 +08:00
Update-Packages Action
5792027c3d Sync up site-packages to devchat[main](6402c9a2) 2024-04-22 01:46:31 +00:00
boob.yang
fd1822cfe3
Merge pull request #29 from devchat-ai/update-packages-20240417-133134
Sync up site-packages to devchat[main](28074a03) 20240417-133134
2024-04-17 22:31:06 +08:00
Update-Packages Action
985b954d92 Sync up site-packages to devchat[main](28074a03) 2024-04-17 13:31:35 +00:00
kagami
12d17cf644
Merge pull request #24 from devchat-ai/pydantic-version
Set pydantic version to 1.10.14
2024-04-17 16:36:03 +08:00
kagami
1f1e09380b Set pydantic version to 1.10.14 2024-04-17 16:31:44 +08:00
kagami
dd739a0642
Merge pull request #18 from devchat-ai/improve-sync-ci
Improve sync-up action
2024-04-16 17:48:32 +08:00
kagami
6291d518eb Optimize the order of steps 2024-04-16 17:46:12 +08:00
kagami
5239494d39 Get devchat branch from input 2024-04-16 17:15:18 +08:00
kagami
d085ab6e76 Add actor info 2024-04-16 17:14:32 +08:00
kagami
8d46415849
Merge pull request #13 from devchat-ai/ci
Add Github Action to sync up site-packages with devchat
2024-04-16 16:37:44 +08:00
kagami
584c9358f0 Make the workflow to be triggered manually 2024-04-16 16:29:36 +08:00
kagami
3528d6ae9c Optimize script 2024-04-16 16:19:28 +08:00
kagami
471d5867ba Create PR 2024-04-16 15:18:35 +08:00
kagami
67943102a7 Commit site-packages changes 2024-04-16 15:18:35 +08:00
kagami
ebbc905e03 Make changes to site-packages 2024-04-16 15:18:35 +08:00
kagami
cfc0c46c75 Clone devchat & install dependencies 2024-04-16 15:18:35 +08:00
kagami
910dc7d8f3 Setup micromamba 2024-04-16 15:18:14 +08:00
kagami
09ba772eb8 Update trigger for dev 2024-04-16 15:17:57 +08:00
kagami
a2d55f4d7a Init sync-devchat ci 2024-04-12 17:07:35 +08:00
bobo.yang
f8310ce7be Refactor CommandRunner and IDEService classes, remove unused code, fix model mismatch error handling, and add new dependencies 2024-04-11 17:32:53 +08:00
bobo.yang
ecb74d49bd Add tree-sitter queries for Dart, Kotlin, and Swift functions and variables 2024-04-11 16:48:38 +08:00
bobo.yang
490dcffe01 wasm files for web-tree-sitter 2024-04-08 21:57:32 +08:00
bobo.yang
4689c94ab1 tree-sitter queries to find function calls and variables 2024-04-08 21:56:50 +08:00
bobo.yang
86dbd6509e Refactor CommandRunner class to handle readme files in command execution 2024-04-02 14:20:34 +08:00
bobo.yang
fe503333d8 Refactor IDEService and CommandRunner classes 2024-04-02 13:50:08 +08:00
bobo.yang
2233ec64ae Remove unused code related to hidden workflows 2024-03-26 17:25:34 +08:00
bobo.yang
261e83943a Fix model mismatch error handling 2024-02-26 15:31:12 +08:00
bobo.yang
cfcc678430 sync devchat update from remote repo 2024-02-26 13:57:37 +08:00
bobo.yang
8259ed8100 sync update from devchat repo 2024-02-22 14:42:55 +08:00
bobo.yang
982bbe2e12 Add new dependencies 2024-02-08 13:19:24 +08:00
boob.yang
88c824843b
Merge pull request #3 from devchat-ai/feature/improve-llm-error-display-#241
Improve Error Messaging for LLM Server in VS Code Extension
2024-02-05 12:18:43 +08:00
bobo.yang
1ddc4c31f7 Add .vscode/settings.json to .gitignore 2024-02-05 12:16:50 +08:00
bobo.yang
28b6270c1e feat: Improve error messaging in CLI tool
- Catch and handle specific openai.APIError exceptions
- Log the exception and output detailed error description
- Exit the CLI tool with a non-zero status on APIError
2024-02-05 12:16:04 +08:00
boob.yang
aa808a8efc
Merge pull request #2 from devchat-ai/feature/command-recommendations-dir-aware-#236
Implement directory-aware command recommendations on the welcome page
2024-02-03 16:05:59 +08:00
bobo.yang
ddf50b20e8 feat: Implement dir-aware command recommendations
- Parameter check added to ensure necessary arguments are present
- Missing input is handled by returning the command's README.md content
- Detailed error messages are provided for missing arguments
2024-02-03 16:03:29 +08:00
bobo.yang
f1bb61e797 feat: Include path info in command data
- Added 'path' field to Command model in command_parser.py
- Included command 'path' in JSON response for CLI run.py
2024-02-03 15:31:47 +08:00
bobo.yang
44325ab185 remove minimax model support 2024-01-31 13:01:24 +08:00
bobo.yang
9fdaf4c1db fix openai error with stream is false 2024-01-29 10:31:49 +08:00
bobo.yang
1d15de31dc fix tiktoken special char 2024-01-29 10:28:12 +08:00
bobo.yang
736e8e6846 fix minimax llm api 2024-01-21 17:39:40 +08:00
bobo.yang
981d069067 set timeout to 180s 2024-01-20 12:07:19 +08:00
bobo.yang
e48c73ba9a fix minimax error 2024-01-18 17:32:06 +08:00
bobo.yang
d5af7d4969 replace dict with Dict type 2024-01-18 08:57:20 +08:00
bobo.yang
85acd9ca9e add importlib-resources module 2024-01-18 08:56:03 +08:00
bobo.yang
51546b4fdb support python 3.8 2024-01-18 08:32:48 +08:00
bobo.yang
60533d7cd5 add minimax provider 2024-01-17 21:36:13 +08:00