Commit Graph

46 Commits

Author SHA1 Message Date
Saoud Rizwan
f54774b943 Add option to choose different models 2024-08-11 00:28:22 -04:00
Saoud Rizwan
9f7d6d428b Gracefully terminate running subprocess if user cancels task in the middle of a command 2024-08-10 03:41:47 -04:00
Saoud Rizwan
c1012dcd99 Clean up util functions 2024-08-10 03:28:52 -04:00
Saoud Rizwan
7e17ad53ed Add version state; update README and Announcement with new image feature 2024-08-10 03:13:20 -04:00
Saoud Rizwan
60ca8baecb Allow messages with images and no text 2024-08-10 02:17:43 -04:00
Saoud Rizwan
b6a8c03317 Remove sharp processing and use original images in requests 2024-08-08 07:15:14 -04:00
Saoud Rizwan
911dd159cd Add ability to attach images to messages 2024-08-08 02:44:51 -04:00
Saoud Rizwan
7989410696 Remove secrets if we pass undefined to storeSecret 2024-08-03 14:38:23 -04:00
Saoud Rizwan
c09a8462d7 Add support for OpenRouter and AWS Bedrock 2024-08-03 14:24:56 -04:00
Saoud Rizwan
89c242d966 Refactor apiConversationHistory and claudeMessages to be local to ClaudeDev instance to avoid polluting storage unnecessarily 2024-08-02 14:59:33 -04:00
Saoud Rizwan
07f50e63a3 Persist API conversation history locally instead of in state as there seems to be an issue with some messages not being stringifyable 2024-08-01 15:18:29 -04:00
Saoud Rizwan
1a4bae7f0d Revert announcement ID 2024-07-31 11:53:11 -04:00
Saoud Rizwan
838a3ae10f Rename extract_source_code_definitions_top_level to view_source_code_definitions_top_level and update Announcement 2024-07-31 10:10:04 -04:00
Saoud Rizwan
ace755c1d0 Update Announcement 2024-07-29 21:39:00 -04:00
Saoud Rizwan
43d23adc34 Open markdown export after saving 2024-07-29 20:56:37 -04:00
Saoud Rizwan
b23ecca086 Add ability to export tasks as markdown 2024-07-29 20:48:26 -04:00
Saoud Rizwan
890d340d7f Update view IDs and add comment about vscode caching behavior 2024-07-28 11:50:31 -04:00
Saoud Rizwan
a007537767 Add output logging to better debug extension outside of development 2024-07-27 20:07:32 -04:00
Saoud Rizwan
c8369e5a91 Revert provider id to resolve vscode view caching issues 2024-07-27 19:33:14 -04:00
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
6649f8f495 Cache webview messages and API conversation history in state to reduce memory footprint 2024-07-24 09:52:36 -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
c11ab41d01 Add theme based syntax highlighting for code blocks 2024-07-21 12:04:18 -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
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
771c612d8a Focus textarea when webview becomes visible; add getApiMetrics 2024-07-09 12:35:46 -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
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
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