bobo.yang
dc1cab2bac
Fix function name and API key prefix check
...
- Rename checkOpenAIKey to checkOpenaiKey in contributes/commands.ts.
- Update apiKey.startsWith condition to check for "DC." instead of "dc-" in toolwrapper/devchat.ts.
2023-05-28 13:45:29 +08:00
bobo.yang
f86992aec1
set default devchat proxy url
2023-05-28 13:28:41 +08:00
bobo.yang
934bae9cc0
Update package.json and devchat.ts
...
- Add @types/uuid dependency to package-lock.json.
- Update API key description in package.json.
- Rename API_BASE to API_ENDPOINT in package.json and devchat.ts.
2023-05-28 13:28:41 +08:00
bobo.yang
67ce9a91bd
update setting item name
2023-05-28 13:28:41 +08:00
boob.yang
23277e2b85
Merge pull request #118 from covespace/Change-access-key-prefix-'dc-'-to-'DC.'
...
Change access key prefix 'dc ' to 'dc.'
2023-05-28 13:13:30 +08:00
bobo.yang
15230c80a3
Refactor messageHandler to check OpenAI API key
...
- Import checkOpenaiApiKey function from contributes/commands.
- Update sendMessage condition to include checkOpenaiApiKey.
2023-05-28 13:12:05 +08:00
boob.yang
84e41ab54f
Merge pull request #119 from covespace/fix_devchat_install_error
...
Improve secretStorage usage and pipx installation
2023-05-28 10:11:19 +08:00
bobo.yang
a9fa1c7abb
Improve secretStorage usage and pipx installation
...
- Add await keyword to secretStorage.store call in extension.ts.
- Set statusBarItem.command to undefined instead of an empty string.
- Force pipx installation in install.py by adding --force flag.
2023-05-28 09:58:53 +08:00
Jinglei Ren
50b8ae8185
Unify naming convension ('openai'/'Openai', no 'openAi'/'openAI')
2023-05-28 08:32:12 +08:00
Jinglei Ren
fdc65c998c
Refine comments
2023-05-28 08:18:14 +08:00
Jinglei Ren
6ccfa14824
Rename 'Setted' to 'Set'
2023-05-28 07:54:53 +08:00
Jinglei Ren
5f438c0b6c
Replace 'dc-' with 'DC.' in historyMessages.ts
...
Update related message text as well.
2023-05-28 07:43:41 +08:00
boob.yang
88b16d53c3
Merge pull request #114 from covespace/add_path_property
...
Improve showDiff.ts functionality and readability
2023-05-25 14:19:27 +08:00
bobo.yang
dbc0b46bd1
Improve showDiff.ts functionality and readability
...
- Add fs and util imports for file handling.
- Refactor diffView function to support tarFile parameter.
- Implement getFileContent function for reading file content.
- Update getNewCode function to handle message.fileName.
- Adjust showDiff and blockApply functions to use message.fileName.
2023-05-25 14:13:30 +08:00
boob.yang
16c9e2ae26
Merge pull request #112 from covespace/support_multi_topic
...
Add topic management features to DevChat extension
2023-05-24 13:12:23 +08:00
bobo.yang
08d4eedaa9
Add topic management features to DevChat extension
...
- Implement Topic and TopicManager classes.
- Add TopicTreeDataProvider and TopicTreeItem classes.
- Register new commands for topic management.
- Update package.json with new commands and dependencies.
2023-05-24 13:04:15 +08:00
Jinglei Ren
bab7594eab
Update README.md
2023-05-23 23:59:36 +08:00
Jinglei Ren
145b65f47b
Update README.md
2023-05-23 23:56:25 +08:00
Rankin Zheng
97ad0dc5a4
Merge pull request #111 from covespace/regeneration
...
Add error handling and regeneration button to ChatPanel
2023-05-23 21:14:25 +08:00
Rankin Zheng
022218d425
Add error handling and regeneration button to ChatPanel
...
- Import IconRotateDot from @tabler/icons-react
- Add hasError state to track if an error occurred
- Update receiveMessage handler to set hasError state if message.isError is true
- Add regeneration button with IconRotateDot when hasError is true
- Add onClick handler for regeneration button to clear error and request regeneration
2023-05-23 21:13:49 +08:00
boob.yang
5dfc11dba9
Merge pull request #110 from covespace/support_regeneration
...
Support regeneration
2023-05-23 11:21:27 +08:00
bobo.yang
daf106c629
add regeneration message
2023-05-23 11:20:23 +08:00
bobo.yang
42fec8a6cc
update handler to user stop message
2023-05-23 11:20:17 +08:00
boob.yang
6d7bd793da
Merge pull request #108 from covespace/refactor_code
...
Refactor code
2023-05-23 10:58:21 +08:00
bobo.yang
a3ee988167
add modify_actions command to test diff
2023-05-23 10:55:53 +08:00
bobo.yang
25915cec29
update apply diff logic
2023-05-23 08:59:42 +08:00
boob.yang
1ea353cfd9
Merge pull request #107 from covespace/replace_dtm_with_git
...
replace dtm with git
2023-05-22 13:18:35 +08:00
bobo.yang
58b5e2f45b
replace dtm with git
2023-05-22 13:14:51 +08:00
boob.yang
ccddfbe82e
Merge pull request #106 from covespace/ci
...
Fix The Publish Workflow
2023-05-21 22:58:02 +08:00
Daniel Hu
fb5a17b888
skip confirm step in publish process
2023-05-21 22:44:01 +08:00
Daniel Hu
c8223faa51
fix npm dependency error
2023-05-21 22:18:19 +08:00
Daniel Hu
7539780245
fix publish ci workflow
2023-05-21 22:01:04 +08:00
Jinglei Ren
5e6797f3df
Add an image to README.md
2023-05-21 19:51:19 +08:00
Jinglei Ren
d40a46218a
Replace emoji in README.md
2023-05-21 16:53:17 +08:00
Jinglei Ren
099ae49a85
Replace video with gifs in README.md
2023-05-21 16:30:20 +08:00
Jinglei Ren
3ec7c20cdc
Update README.md
2023-05-19 23:16:35 +08:00
boob.yang
dcdd7048ad
Merge pull request #105 from covespace/update-readme
...
Update readme
2023-05-19 20:22:09 +08:00
Jinglei Ren
ecbbba65a2
Update README.md
2023-05-19 20:13:13 +08:00
boob.yang
cfa6e337a6
Merge pull request #104 from covespace/new_devchat_update_logic
...
update devchat while vscode update
2023-05-19 20:11:02 +08:00
Jinglei Ren
064b618804
Update README.md
2023-05-19 20:10:22 +08:00
bobo.yang
a1294110f0
update devchat while vscode update
2023-05-19 20:07:34 +08:00
Jinglei Ren
58d9e137c9
Update README.md
2023-05-19 19:31:05 +08:00
Jinglei Ren
0a7703e999
Update README.md
2023-05-19 17:21:15 +08:00
Jinglei Ren
52fe5fb5b9
Update README.md
2023-05-19 16:50:30 +08:00
boob.yang
0b0945cf3d
Merge pull request #103 from covespace/support_pipx_devchat
...
Fix devchat not found error
2023-05-19 16:44:59 +08:00
Jinglei Ren
2a0c0579a9
Merge pull request #102 from covespace/readme-update
...
Add some badges to README
2023-05-19 16:41:55 +08:00
Jinglei Ren
8677088225
Merge pull request #101 from covespace/update-readme
...
Update README.md
2023-05-19 16:40:56 +08:00
Jinglei Ren
c27d5f2e03
Update README.md
2023-05-19 16:37:17 +08:00
bobo.yang
8dcc4e4a6e
handle devchat not found error
2023-05-19 16:12:22 +08:00
bobo.yang
94413e6f1f
install by pipx
2023-05-19 13:09:58 +08:00