Commit Graph

57 Commits

Author SHA1 Message Date
Saoud Rizwan
f9b517c4d0 Adjust icon spacing 2024-08-17 12:54:22 -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
38f98951d0 Minor UI changes; update copy 2024-08-16 23:36:39 -04:00
Saoud Rizwan
ec2bfa352a Add prompt cache 2024-08-15 03:34:54 -04:00
Saoud Rizwan
7c1412aa83 Adjust icons in input field 2024-08-14 04:38:54 -04:00
Saoud Rizwan
acb3ff8ded Fix positioning of textfield icons 2024-08-13 22:38:55 -04:00
Saoud Rizwan
ecc5eb30a5 Fix OpenRouter usage with better error handling 2024-08-11 04:47:29 -04:00
Saoud Rizwan
6454163078 Remove unusable models; minor fixes 2024-08-11 03:24:10 -04:00
Saoud Rizwan
f54774b943 Add option to choose different models 2024-08-11 00:28:22 -04:00
Saoud Rizwan
71b226b5c4 Update Claude Dev's description 2024-08-10 03:22:32 -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
84f89c569a Fix effect dep array issue by using latest messages value instead of previous claudeAsk value 2024-08-05 00:49:15 -04:00
Saoud Rizwan
91eedd7097 Update text 2024-08-05 00:37:05 -04:00
Saoud Rizwan
38d461b784 Fix edge case issues when running commands with long outputs or as completion command 2024-08-04 19:32:45 -04:00
Saoud Rizwan
fa1068d92d Refactor utilities to utils for consistency 2024-08-03 15:47:41 -04:00
Saoud Rizwan
d84e6c6fb1 Remove text area height calculation 2024-08-01 01:19:39 -04:00
Saoud Rizwan
e5d86ffb8d Revert "Rollback virtualized list changes"
This reverts commit e6f6d754b2.
2024-07-30 04:22:47 -04:00
Saoud Rizwan
e6f6d754b2 Rollback virtualized list changes 2024-07-30 03:04:46 -04:00
Saoud Rizwan
fd0b3a18f7 Show progress indicator while command is executing 2024-07-29 18:46:23 -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
011d4ffbc9 Fix scrolling to bottom; update system prompt to not unnecessarily read files before editing; add gif to README 2024-07-27 16:48:23 -04:00
Saoud Rizwan
6067766eee Update text 2024-07-27 14:28:09 -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
8058d261ba Fix virtualized list viewport modification 2024-07-24 12:32:14 -04:00
Saoud Rizwan
9c85a36b2c Implement virtualized rendering of items in the chat view 2024-07-24 12:19:14 -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
9a63f4f842 Replace react-scroll with custom scroll animation 2024-07-23 07:59:22 -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
612db6d070 Fix layout of chat content when scrollbar becomes visible 2024-07-22 07:59:06 -04:00
Saoud Rizwan
c11ab41d01 Add theme based syntax highlighting for code blocks 2024-07-21 12:04:18 -04:00
Saoud Rizwan
6e96dc529b Fade out buttons without removing from dom after clicking, fixing the scroll jumping issue due to the buttons being removed and re-added 2024-07-20 17:05:21 -04:00
Saoud Rizwan
9a162e72fb Refactor ChatView component and improve textarea styling 2024-07-20 15:17:28 -04:00
Saoud Rizwan
ad4034df84 Fix bug where send button wouldnt render if textAreaHeight is unexpected type; update to version 0.0.5 2024-07-10 12:09:40 -04:00
Saoud Rizwan
e4710e8d2c Fix user_feedback word wrap issue; auto focus textarea when feedback is required 2024-07-10 07:23:44 -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
fa2669802d Prevent conditional loading of ChatView; bug fixes 2024-07-10 05:48:22 -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
c8d4e1d4e8 Add welcome text when user has to make his first input 2024-07-10 01:06:07 -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
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
037c6eb226 Make ChatRow layout look good 2024-07-09 11:39:01 -04:00