Saoud Rizwan
a6ff000ac8
Fix markdown spacing
2024-09-14 06:26:03 -04:00
Saoud Rizwan
3b004aed37
Fix gemini message conversion
2024-09-12 11:49:32 -04:00
Saoud Rizwan
caab575b14
Improve padding
2024-09-12 04:21:04 -04:00
Saoud Rizwan
0522a26fd9
Open read files in editor instead of code accordian
2024-09-11 16:38:33 -04:00
Saoud Rizwan
a5d446d544
Add shell integration troubleshooting link
2024-09-11 13:51:18 -04:00
Saoud Rizwan
bc61c5b06f
Fix codeblock colors
2024-09-10 20:00:09 -04:00
Saoud Rizwan
3a4e8b8d96
Cosmetic updates
2024-09-10 16:25:38 -04:00
Saoud Rizwan
891ffe6f83
Refactor potentially relevant details; fix terminal output processing
2024-09-09 11:23:14 -04:00
Saoud Rizwan
4edffb0d6d
Add shell integration warning; reuse terminals when possible
2024-09-09 07:40:03 -04:00
Saoud Rizwan
a6c64bea8f
Add terminal output and diagnostics to relevant details
2024-09-08 18:06:52 -04:00
Saoud Rizwan
2c91bafe1e
Add new vscode shell integration to run commands right in terminal
2024-09-08 10:30:50 -04:00
Saoud Rizwan
715db7129d
Deep compare chatrow props to update when message changes
2024-09-07 04:57:38 -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
428d3c39b5
Performance optimizations with memoization and useCallbacks
2024-09-06 14:35:02 -04:00
Saoud Rizwan
cceebdc04c
Bug fixes for openai provider
2024-09-03 19:22:52 -04:00
Saoud Rizwan
7801f02d97
Add mistake tracking to prevent indefinitely running loops
2024-09-03 06:12:30 -04:00
Saoud Rizwan
c9e417939b
Fix command output trim
2024-09-02 04:58:47 -04:00
Saoud Rizwan
4237d6c250
Strip ansi from output
2024-09-02 03:12:33 -04:00
Saoud Rizwan
492ffeb5b1
Hide caret when the command is not executing
2024-09-02 00:38:26 -04:00
Saoud Rizwan
3a37421ffd
Add terminal emulator for better command interactivity; add python env to system information
2024-09-02 00:15:57 -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
5acbbc89a5
Fix green color on light themes
2024-08-31 03:41:02 -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
3b5e018a60
Refactor extension state into ExtensionStateContext
2024-08-27 04:44:36 -04:00
Saoud Rizwan
cfb3c20afa
Show Kodu error message if API request fails
2024-08-26 01:00:00 -04:00
Saoud Rizwan
288cc49dbc
Update UI for automatic reads
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
26fb2780b5
Fix TypeError
2024-08-17 11:07:31 -04:00
Saoud Rizwan
d1437e6d2d
Add task history
2024-08-17 08:29:30 -04:00
Saoud Rizwan
f54774b943
Add option to choose different models
2024-08-11 00:28:22 -04:00
Saoud Rizwan
911dd159cd
Add ability to attach images to messages
2024-08-08 02:44:51 -04:00
Saoud Rizwan
fa1068d92d
Refactor utilities to utils for consistency
2024-08-03 15:47:41 -04:00
Saoud Rizwan
31d8472f59
Close current diff view when showing new edit right after; fix thinking tags rendering
2024-07-31 19:25:26 -04:00
Saoud Rizwan
c70e14c298
Add overflowWrap anywhere to force wrap long words (file paths) to avoid overflowing container
2024-07-31 14:24:04 -04:00
Saoud Rizwan
c69b515345
Fix code block wrapping behavior
2024-07-31 10:18:24 -04:00
Saoud Rizwan
9467583938
Fix code block wrapping behavior
2024-07-31 10:15:04 -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
fd0b3a18f7
Show progress indicator while command is executing
2024-07-29 18:46:23 -04:00
Saoud Rizwan
d6c5a237df
Fix markdown rendering for linebreaks
2024-07-27 18:37:29 -04:00
Saoud Rizwan
303da320aa
Add analyze_project tool
2024-07-26 23:56:10 -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
c1e9ceccb9
Fix diff issues and code block style
2024-07-25 21:22:03 -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
9c85a36b2c
Implement virtualized rendering of items in the chat view
2024-07-24 12:19:14 -04:00
Saoud Rizwan
612db6d070
Fix layout of chat content when scrollbar becomes visible
2024-07-22 07:59:06 -04:00