Saoud Rizwan
1ff481468c
Fix paragraph word wrap
2024-07-26 14:00:11 -04:00
Saoud Rizwan
f4b77d5066
Add Announcement component to update users on new features
2024-07-26 13:33:58 -04:00
Saoud Rizwan
c1e9ceccb9
Fix diff issues and code block style
2024-07-25 21:22:03 -04:00
Saoud Rizwan
44a4140486
Add memory optimizations, retry failed requests, markdown support
...
- Move isExpanded state up into ChatView to fix issue where virtualized list would reset ChatRow state
- Add ability to retry failed requests
- Add markdown rendering
2024-07-25 08:54:29 -04:00
Saoud Rizwan
8058d261ba
Fix virtualized list viewport modification
2024-07-24 12:32:14 -04:00
Saoud Rizwan
9c85a36b2c
Implement virtualized rendering of items in the chat view
2024-07-24 12:19:14 -04:00
Saoud Rizwan
6649f8f495
Cache webview messages and API conversation history in state to reduce memory footprint
2024-07-24 09:52:36 -04:00
Saoud Rizwan
7118883971
Add 'Open In New Tab' command pallete option
2024-07-24 08:54:17 -04:00
Saoud Rizwan
89e8edc942
Update filename
2024-07-24 08:26:01 -04:00
Saoud Rizwan
42b560f283
Rename SidebarProvider to ClaudeDevProvider
2024-07-24 08:24:39 -04:00
Saoud Rizwan
97f740b089
Clean up disposables when panel is closed
2024-07-24 08:15:48 -04:00
Saoud Rizwan
b19ae3038d
Add popout button to open instance in editor
2024-07-23 12:04:58 -04:00
Saoud Rizwan
b8f1e8f2c5
Enable retainContextWhenHidden to keep webview from having to be reloaded everytime it's closed; fix issues with text input focusing
2024-07-23 08:43:39 -04:00
Saoud Rizwan
9a63f4f842
Replace react-scroll with custom scroll animation
2024-07-23 07:59:22 -04:00
Saoud Rizwan
5c283bc711
Minor refactoring
2024-07-23 06:38:34 -04:00
Saoud Rizwan
9e5a475a2a
Replace event listeners with react-use useEvent; fix bugs with task text truncation, stale effects, and 'visible' extension TypeError
2024-07-23 06:29:37 -04:00
Saoud Rizwan
30b39d6d76
Allow feedback to tool or command use
2024-07-22 08:39:09 -04:00
Saoud Rizwan
612db6d070
Fix layout of chat content when scrollbar becomes visible
2024-07-22 07:59:06 -04:00
Saoud Rizwan
c11ab41d01
Add theme based syntax highlighting for code blocks
2024-07-21 12:04:18 -04:00
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