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
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
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
c11ab41d01
Add theme based syntax highlighting for code blocks
2024-07-21 12:04:18 -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
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
fc8e0fc5f9
Fix system prompt and tool param descriptions conflicts
2024-07-10 10:33:39 -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
cb985f3ce8
Add user_feedback message type; update README; fix colors on other themes
2024-07-10 07:11:06 -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
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
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
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
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
Saoud Rizwan
62e6ad0a78
Refactor webviewState to just state
2024-07-07 21:19:16 -04:00
Saoud Rizwan
8ba1be1167
Add secret and global state management + messaging between web and extension; persist API key and max num requests; add Welcome screen
2024-07-07 11:22:16 -04:00
Saoud Rizwan
991ea6bd4e
Get communication working between extension and webview; add shared data types
2024-07-07 06:22:00 -04:00
Saoud Rizwan
08effc4799
Make react build task; add react-textarea-autosize; add settings button; add settings page; get basic chat interface working
2024-07-07 05:05:28 -04:00
Saoud Rizwan
b0f93bffe9
Add codicon; add basic chat sidebar with a ResizingTextArea component
2024-07-06 19:29:48 -04:00
Saoud Rizwan
2feedd766b
Update view names
2024-07-06 03:25:34 -04:00
Saoud Rizwan
4916b2c28d
Remove previous webview since we use react app now
2024-07-06 02:54:27 -04:00
Saoud Rizwan
cd8bbc5c7f
Update extension to use react app
2024-07-06 02:05:43 -04:00
Saoud Rizwan
fd750864db
Add sidebar code
2024-07-06 01:31:16 -04:00
Saoud Rizwan
0ede211d4f
Add vscode-webview-ui-toolkit and follow tutorial to get started
2024-07-06 00:40:50 -04:00
Saoud Rizwan
9f169b7e4b
Initial commit
2024-07-05 20:51:41 -04:00