Commit Graph

35 Commits

Author SHA1 Message Date
Saoud Rizwan
9d5090397f Make diff view editable 2024-08-31 05:56:38 -04:00
Saoud Rizwan
2e438e5df5 Add search_files tool 2024-08-30 01:53:31 -04:00
Saoud Rizwan
a0f89959a4 Refactor viewSourceCodeDefinitionsTopLevel to listCodeDefinitionNames 2024-08-29 20:53:11 -04:00
Saoud Rizwan
843ef29a07 Remove Kodu provider 2024-08-27 21:38:01 -04:00
Saoud Rizwan
79250e9b57 Improve Kodu promo behavior 2024-08-26 01:00:00 -04:00
Saoud Rizwan
7fa7589ed0 Refactor Kodu links 2024-08-26 01:00:00 -04:00
Saoud Rizwan
42e9d36580 Send tools as says when alwaysAllowReadOnly 2024-08-26 01:00:00 -04:00
Saoud Rizwan
12840c40ed Add 'Always allow read-only' option 2024-08-26 01:00:00 -04:00
Saoud Rizwan
0298e7af7f Add Kodu announcement 2024-08-26 01:00:00 -04:00
Saoud Rizwan
df4e8e7afc Add Kodu provider 2024-08-26 01:00:00 -04:00
Saoud Rizwan
f6fd76823b Add Maestro login button 2024-08-26 01:00:00 -04:00
Saoud Rizwan
c277f7625f Show 'Start New Task' button if user tries to resume completed task 2024-08-17 09:09:05 -04:00
Saoud Rizwan
d1437e6d2d Add task history 2024-08-17 08:29:30 -04:00
Saoud Rizwan
48d2411a11 Add option to set custom instructions 2024-08-11 17:14:05 -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
911dd159cd Add ability to attach images to messages 2024-08-08 02:44:51 -04:00
Saoud Rizwan
c09a8462d7 Add support for OpenRouter and AWS Bedrock 2024-08-03 14:24:56 -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
71a9ed1d1e Replace list_files/analyze_project with more explicit list_files_top_level, list_files_recursive, and extract_source_code_definitions_top_level 2024-07-31 09:50:07 -04:00
Saoud Rizwan
d324afdf14 Gracefully handle when user exits command early 2024-07-29 17:44:49 -04:00
Saoud Rizwan
cf2ab16538 Add support for interactive command line execution where user input is sent to stdin 2024-07-29 13:22:06 -04:00
Saoud Rizwan
303da320aa Add analyze_project tool 2024-07-26 23:56:10 -04:00
Saoud Rizwan
f4b77d5066 Add Announcement component to update users on new features 2024-07-26 13:33:58 -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
c11ab41d01 Add theme based syntax highlighting for code blocks 2024-07-21 12:04:18 -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
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
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
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