Commit Graph

110 Commits

Author SHA1 Message Date
Matt Rubens
4b74f290d4 Play sound effects for notifications and events (#38)
Co-authored-by: HeavenOSK <heavenosk@gmail.com>
2024-12-01 22:25:10 -05:00
Matt Rubens
6b8f9f7a45 Expose a list of allowed auto-execute commands (#31) 2024-12-01 15:34:36 -05:00
Matt Rubens
0346fdeecb Add a setAlwaysAllowBrowser checkbox to settings 2024-11-22 13:37:04 -05:00
John Stearns
fb222587fb Merge remote-tracking branch 'upstream/main' 2024-11-14 19:34:12 -08:00
Saoud Rizwan
39bc35eec1 Add LM Studio provider 2024-11-12 22:02:42 -05:00
John Stearns
3c8a9c09dd Add options to always approve write and execute operations 2024-11-01 13:38:47 -07:00
Saoud Rizwan
d9f9e7ba16 Add browser_action tool 2024-10-27 02:39:41 -04:00
Saoud Rizwan
5190d30ae3 Refactor commands 2024-10-09 01:49:59 -04:00
Saoud Rizwan
09001fa72a Refactor claudeMessages 2024-10-09 01:49:59 -04:00
Saoud Rizwan
7612e50a5f Refactor ClineApiReq 2024-10-09 01:49:59 -04:00
Saoud Rizwan
0932361c7d Refactor ClineSay 2024-10-09 01:49:59 -04:00
Saoud Rizwan
d5a998a23a Refactor ClineAsk 2024-10-09 01:49:59 -04:00
Saoud Rizwan
d67523596b Refactor ClineMessage 2024-10-09 01:49:59 -04:00
Saoud Rizwan
7cb0c524e5 Add OpenRouter custom model scheme 2024-10-09 01:49:57 -04:00
Saoud Rizwan
42bcc4420d Add API streaming failed error handling 2024-10-09 01:49:55 -04:00
Saoud Rizwan
9b1b9c10a1 Add Cancel button 2024-10-09 01:49:55 -04:00
Saoud Rizwan
1cc3546b7e Initial streaming refactor 2024-10-09 01:49:54 -04:00
Saoud Rizwan
d4f15de199 Add API for other extensions to interact with Claude Dev 2024-09-22 10:42:05 -04:00
Saoud Rizwan
f7d12a3e02 Add inspect_site tool 2024-09-21 10:54:20 -04:00
Saoud Rizwan
f4c401343f Retrieve workspace filepaths for context menu 2024-09-17 17:02:13 -04:00
Saoud Rizwan
4edffb0d6d Add shell integration warning; reuse terminals when possible 2024-09-09 07:40:03 -04:00
Saoud Rizwan
ea14481771 Replace react-syntax-highlighter with rehype-highlight to reduce memory footprint when scrolling code blocks 2024-09-06 21:06:36 -04:00
Saoud Rizwan
9eaf753000 Add ollama models polling 2024-09-06 04:51:17 -04:00
Saoud Rizwan
7801f02d97 Add mistake tracking to prevent indefinitely running loops 2024-09-03 06:12:30 -04:00
Saoud Rizwan
ba4caf4f00 Remove max requests per task settings option 2024-09-01 01:41:43 -04:00
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