Commit Graph

68 Commits

Author SHA1 Message Date
Saoud Rizwan
6e96dc529b Fade out buttons without removing from dom after clicking, fixing the scroll jumping issue due to the buttons being removed and re-added 2024-07-20 17:05:21 -04:00
Saoud Rizwan
aa310366ad Fix 'cannot read split of undefined' error 2024-07-20 16:17:43 -04:00
Saoud Rizwan
01205ed622 Fix system prompt; set max tokens to beta 8192 2024-07-20 16:06:52 -04:00
Saoud Rizwan
9a162e72fb Refactor ChatView component and improve textarea styling 2024-07-20 15:17:28 -04:00
Saoud Rizwan
fafdfe30a4 Add .nvmrc, .prettierignore, icon; Remove vsc quickstart guide 2024-07-20 14:43:38 -04:00
Saoud Rizwan
62e72b9da4 Update package.json 2024-07-19 02:08:18 -04:00
Saoud Rizwan
81a7dc7acc Fix Welcome screen spacing 2024-07-19 01:55:53 -04:00
Saoud Rizwan
a5898d8903 Fix text on Settings screen; update version to 0.0.6 2024-07-10 12:32:09 -04:00
Saoud Rizwan
ad4034df84 Fix bug where send button wouldnt render if textAreaHeight is unexpected type; update to version 0.0.5 2024-07-10 12:09:40 -04:00
Saoud Rizwan
46f14f32d1 Fix issue where file diff could fail; minor style changes; update README; update version to 0.0.4 2024-07-10 11:15:25 -04:00
Saoud Rizwan
2f64a82abb Update version to 0.0.3 2024-07-10 10:34:04 -04:00
Saoud Rizwan
fc8e0fc5f9 Fix system prompt and tool param descriptions conflicts 2024-07-10 10:33:39 -04:00
Saoud Rizwan
8270a96b93 Update version to 0.0.2 2024-07-10 09:52:57 -04:00
Saoud Rizwan
cd5c135157 Adjust system and user prompts to prefer building projects in currently open workspace 2024-07-10 09:51:15 -04:00
Saoud Rizwan
1c6e838681 Fix missing icons in production build bug 2024-07-10 09:47:31 -04:00
Saoud Rizwan
30102f67fb Update package script; add vscode extension link to README 2024-07-10 08:21:06 -04:00
Saoud Rizwan
e4710e8d2c Fix user_feedback word wrap issue; auto focus textarea when feedback is required 2024-07-10 07:23:44 -04:00
Saoud Rizwan
cb985f3ce8 Add user_feedback message type; update README; fix colors on other themes 2024-07-10 07:11:06 -04:00
Saoud Rizwan
7d9d2199d2 Update package.json 2024-07-10 06:00:47 -04:00
Saoud Rizwan
fa2669802d Prevent conditional loading of ChatView; bug fixes 2024-07-10 05:48:22 -04:00
Saoud Rizwan
fc9b1435fd Update README and package.json 2024-07-10 05:20:07 -04:00
Saoud Rizwan
94f74ec8e5 Remove images 2024-07-10 04:41:45 -04:00
Saoud Rizwan
d56269d750 Fix README images and add package category 2024-07-10 04:33:01 -04:00
Saoud Rizwan
8da0fcd2eb Clean up welcome view 2024-07-10 04:12:09 -04:00
Saoud Rizwan
3d7abe4ba6 Add in permissions logic for tools; Update README with permissions section 2024-07-10 04:01:07 -04:00
Saoud Rizwan
88e520ede7 Start README; fix prompt 2024-07-10 03:04:07 -04:00
Saoud Rizwan
691d4d6d59 Create LICENSE 2024-07-10 01:47:54 -04:00
Saoud Rizwan
2ed5045f35 Fix list_files prompt logic around handling root dir 2024-07-10 01:37:31 -04:00
Saoud Rizwan
c8d4e1d4e8 Add welcome text when user has to make his first input 2024-07-10 01:06:07 -04:00
Saoud Rizwan
bd35b18fd0 Use vscode visible text editors in context; Fix prompts and some verbiage 2024-07-10 00:10:29 -04:00
Saoud Rizwan
7170d2a2e8 Fixed garbage collection of aborted tasks; handle if run from root directory then don’t read/write; fixed scroll to bottom; fix other small bugs 2024-07-09 23:44:20 -04:00
Saoud Rizwan
9867a6a597 Fix CodeBlock diffs 2024-07-09 21:47:12 -04:00
Saoud Rizwan
c0420b3e90 Add mock messages; fix CodeBlock ellipses bug 2024-07-09 21:34:07 -04:00
Saoud Rizwan
97faff3ba5 Add CodeBlock component 2024-07-09 20:17:07 -04:00
Saoud Rizwan
6f5b0565e0 Add logic for handling different ask states in the webview 2024-07-09 17:03:24 -04:00
Saoud Rizwan
caca0ca606 Change resetTask to clearTask 2024-07-09 15:11:53 -04:00
Saoud Rizwan
4310d82d27 Add abortTask handler in extension 2024-07-09 15:09:28 -04:00
Saoud Rizwan
d63aef015a Add tool message types; show tool specific information in webview; separate command from output; add abort button to task card 2024-07-09 15:05:29 -04:00
Saoud Rizwan
771c612d8a Focus textarea when webview becomes visible; add getApiMetrics 2024-07-09 12:35:46 -04:00
Saoud Rizwan
037c6eb226 Make ChatRow layout look good 2024-07-09 11:39:01 -04:00
Saoud Rizwan
661d019bf1 Add primary and secondary buttons with state to show as needed 2024-07-09 09:55:19 -04:00
Saoud Rizwan
a360d1007e Use vscode scrollbar style; add TaskHeader 2024-07-09 08:57:39 -04:00
Saoud Rizwan
391614968c Take out recursive file listing; add command param to completion tool; add vscode active editor to context 2024-07-09 06:37:54 -04:00
Saoud Rizwan
a0a533d72e Add combineCommandSequences and combineApiRequests to group certain message types 2024-07-08 17:09:56 -04:00
Saoud Rizwan
2ab7873e9c Add ChatRow and handle different message types 2024-07-08 15:37:50 -04:00
Saoud Rizwan
e713212e8c Prevent listFiles being called in root to read entire system 2024-07-08 13:33:30 -04:00
Saoud Rizwan
6cace99030 Fix state management when starting new task with menu button 2024-07-08 13:20:34 -04:00
Saoud Rizwan
4da785b822 Implement bidirectional extension webview messaging system; extension holds claude messages state to keep webview stateless 2024-07-08 12:58:05 -04:00
Saoud Rizwan
09559c314b Improve system prompt 2024-07-08 09:09:38 -04:00
Saoud Rizwan
9e74123064 Add ClaudeDev and related packages; refactor sidebar utils 2024-07-08 08:56:32 -04:00