299 Commits

Author SHA1 Message Date
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
boob.yang
bb01d9f1fe
Merge pull request #100 from covespace/ci
Add CircleCI Configuration For Automated Build And Publish
2023-05-19 11:03:40 +08:00
Daniel Hu
1448494934 ci: Add CircleCI configuration for automated build and publish
This commit introduces a CircleCI configuration that enables automatic building of the VSCode extension on every main branch update. It also sets up automatic publishing to the VSCode Marketplace whenever a new tag is created on the main branch. This workflow significantly improves the CI/CD process of the extension development.

Signed-off-by: Daniel Hu <tao.hu@merico.dev>
2023-05-19 10:54:07 +08:00
boob.yang
3098157e85
Merge pull request #99 from covespace/update_tip_info
update tip info
2023-05-19 09:27:12 +08:00
bobo.yang
846bcecd71 update tip info 2023-05-19 09:20:48 +08:00
Rankin Zheng
a9e3a4cc32
Merge pull request #98 from covespace/improve-display
Update ChatPanel button style
2023-05-19 09:13:32 +08:00
Rankin Zheng
f7a56ba97d Update ChatPanel button style
- Add 'xs' size to the button
- Set fontSize to 'var(--vscode-editor-font-size)'
2023-05-19 09:11:41 +08:00
boob.yang
2b54124509
Merge pull request #97 from covespace/fix_bugs_0519
Remove /code_action command
2023-05-19 09:02:22 +08:00
bobo.yang
3b431c2f1a remove old files 2023-05-19 08:56:46 +08:00
bobo.yang
829be553ee remove /code_action 2023-05-19 08:56:46 +08:00
boob.yang
3ea13376cc
Merge pull request #96 from covespace/update-wording
Update package.json
2023-05-19 08:51:09 +08:00
Jinglei Ren
b31698b36c
Update package.json 2023-05-19 08:46:59 +08:00
Rankin Zheng
abdd885fd7
Merge pull request #95 from covespace/improve-display
feat(chatpanel): add default command menu icon
2023-05-19 08:15:55 +08:00
Rankin Zheng
a46b69a2ab feat(chatpanel): add default command menu icon
Add a default command menu icon for patterns other than 'code' and 'commit_message' in the ChatPanel component.
2023-05-19 08:15:24 +08:00
boob.yang
8f8cb4f367
Merge pull request #94 from covespace/update_instruction
remove $
2023-05-19 08:14:24 +08:00
bobo.yang
ac84cb4d62 remove $ 2023-05-19 08:12:01 +08:00
Rankin Zheng
3c1c0d7704
Merge pull request #93 from covespace/improve-display
Improve display
2023-05-19 07:55:30 +08:00