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