1784 Commits

Author SHA1 Message Date
bobo.yang
f553719ba2 support user definded instructions 2023-05-04 11:50:45 +08:00
boob.yang
bffc69ed55
Merge pull request #10 from covespace/handle_commit_action
add doCommit message
2023-05-04 08:22:13 +08:00
bobo.yang
8366a8eea6 add doCommit message 2023-05-04 08:20:19 +08:00
boob.yang
a4e96e1d57
Merge pull request #9 from covespace/support_commitmsg_block
support commitmsg code block
2023-05-04 07:28:58 +08:00
bobo.yang
ef8f2a461e support commitmsg code block 2023-05-04 07:27:26 +08:00
boob.yang
7667ab9431
Merge pull request #8 from covespace/command_commit_message
Command commit message
2023-05-03 23:28:23 +08:00
bobo.yang
6ba0e00294 add commit message command 2023-05-03 23:21:46 +08:00
Rankin Zheng
cad699681b feat: Add auto-resizing functionality to message input
This commit adds the ability for the message input to automatically resize based on the number of lines of text entered. The input container will also resize accordingly. The function `autoResizeTextarea()` is called on input and sets the height of the message input and input container based on the number of lines of text entered. The default height is set to 16.
2023-05-03 22:42:18 +08:00
Rankin Zheng
0445ae7931 feat: add support for sending messages with Ctrl+Enter
This commit modifies the `initInputContainer` function to add support for sending messages with Ctrl+Enter. If the user presses Ctrl+Enter, the message is sent without adding a new line. If the user presses Enter without Ctrl or Shift, a new line is added to the input field. The commit also removes unnecessary whitespace.
2023-05-03 22:36:59 +08:00
bobo.yang
50c375bd90 update devchat options 2023-05-03 21:19:02 +08:00
boob.yang
99e75d8f46
Merge pull request #6 from covespace/support_prompt_template
Support commands extension
2023-05-03 19:36:38 +08:00
bobo.yang
9abcf1f28a Support commands extension 2023-05-03 19:27:06 +08:00
boob.yang
3085450815
Merge pull request #5 from covespace/commit_message_command
Commit message command
2023-05-03 09:47:46 +08:00
bobo.yang
8347f19f64 fix action errors on edit 2023-05-03 09:46:38 +08:00
bobo.yang
b7f1d456e4 save work 2023-05-02 19:58:32 +08:00
boob.yang
523b0fb35c
Merge pull request #4 from covespace/replace_gpt_with_devchat
Replace gpt with devchat
2023-04-28 13:29:00 +08:00
bobo.yang
7135d8a3f2 keep user input in markdown 2023-04-27 17:28:48 +08:00
bobo.yang
5f154777f6 release 0.0.1 2023-04-27 14:07:46 +08:00
bobo.yang
ce4634767c replace GTP call with devchat 2023-04-26 06:48:39 +08:00
boob.yang
3b619f06b2
Merge pull request #3 from covespace/multi_session_by_name
Multi session by name
2023-04-25 08:25:08 +08:00
bobo.yang
f03b2574d1 update chat style, and support edit history msg 2023-04-25 08:08:40 +08:00
bobo.yang
1cf84e5f71 handle different panel with unique name 2023-04-22 21:15:08 +08:00
boob.yang
8157bd81cb
Merge pull request #2 from covespace/chat_with_bot
Updated the ChatPanel class, connected to the GPT model using the ope…
2023-04-22 08:43:49 +08:00
bobo.yang
3a3d6ee400 store api key in .env 2023-04-22 08:37:27 +08:00
bobo.yang
0ba5c6c377 Updated the ChatPanel class, connected to the GPT model using the openai package, and modified the chatWithGPT function to accept conversation history and user roles for better context-aware responses. 2023-04-22 07:53:20 +08:00
boob.yang
7d7cf673e5
Merge pull request #1 from covespace/chat_ui
Implement chat UI in VSCode extension with improved styling
2023-04-21 18:01:54 +08:00
admin
4075819c79 Implement chat UI in VSCode extension with improved styling 2023-04-21 06:51:57 +08:00
Jinglei Ren
8603ebcef3
Update README.md 2023-04-17 15:57:58 +08:00
Jinglei Ren
7356be808f Add repo URLs to package.json 2023-04-17 15:49:16 +08:00
Jinglei Ren
55edd3d88b
Update README.md
Change the project name from "bay" to "cove".
2023-04-14 10:12:05 +08:00
Jinglei Ren
0d15c4550c Add prompt command 2023-04-14 09:29:10 +08:00
Jinglei Ren
561ec4b505 Scaffold the VS Code extension 2023-04-14 08:11:05 +08:00
Jinglei Ren
7235804a29
Update README.md
Link to git and bayspace.
2023-04-13 23:55:58 +08:00
Jinglei Ren
b55144ea4f
Initial commit 2023-04-13 16:57:28 +08:00