cte
eefb7218d9
Update to Vite 6 (HMR issue fixed by adding permissive CORS rules)
2025-01-30 22:16:22 -08:00
cte
97367951a2
Enable HMR for the webview, complements of vite
2025-01-30 16:25:13 -08:00
cte
a5dac3f0a1
Remove lucide
2025-01-30 14:47:59 -08:00
cte
4cf455ed39
Add shadcn/ui + Storybook
2025-01-30 12:50:09 -08:00
sam hoang
12dd54671a
refactor: migrate from CRA to Vite and improve testing
...
Replace Create React App with Vite build system
Add ESLint configuration and improve TypeScript types
Create VSCode UI component mocks for better testing
Update test files with proper async handling
Add Tailwind CSS integration
Fix accessibility by adding ARIA roles
2025-01-29 21:15:28 +07:00
sam hoang
40fd397407
fix api config profile
2025-01-15 21:24:18 +07:00
Matt Rubens
ff9b8c33e1
Remove all other usages of fuse.js
2025-01-15 02:50:52 -05:00
Matt Rubens
faed43b730
Merge remote-tracking branch 'origin/main' into feat/fuzzy-search-file-folder
2025-01-15 02:43:48 -05:00
Matt Rubens
45a7566e6a
Use fzf instead of fuse
2025-01-15 02:19:17 -05:00
Matt Rubens
2d176e5c92
Reduce the webview test output
2025-01-13 14:05:33 -05:00
Matt Rubens
c56218b68d
Improved logic for auto-approving chained commands
2024-12-26 22:45:09 -08:00
Justin Quan
b7571df60e
run lint on webview-ui
2024-12-16 15:01:07 -08:00
Matt Rubens
be3d8a6166
Incorporate MCP changes ( #93 )
...
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2024-12-12 23:16:39 -05:00
John Stearns
423e2af520
Continuing work on support for OpenRouter compression ( #43 )
2024-12-07 09:38:13 -08:00
Matt Rubens
4f9771d419
Try again to fix babel plugin ( #33 )
2024-12-01 15:55:46 -05:00
Matt Rubens
2f46647bf1
Point at npmjs instead of codeartifact ( #32 )
2024-12-01 15:45:57 -05:00
Matt Rubens
6b8f9f7a45
Expose a list of allowed auto-execute commands ( #31 )
2024-12-01 15:34:36 -05:00
John Stearns
bf0a5c82de
Updating Roo-Cline with the latest cline/cline (11/22)
2024-11-22 15:28:46 -08:00
Saoud Rizwan
2f08aed301
Add scrolling animation for streaming
2024-10-09 01:49:56 -04:00
Saoud Rizwan
99108eaa50
Fixes
2024-10-09 01:49:56 -04:00
Saoud Rizwan
c664403d4e
Replace react markdown with react remark for better performance when streaming
2024-10-09 01:49:55 -04:00
Saoud Rizwan
4c203d148e
npm audit fix
2024-09-13 04:35:55 -04:00
Saoud Rizwan
1fbf657410
Add fuzzy search to history view
2024-09-11 15:16:12 -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
5578357270
Remove unused deps
2024-09-07 09:01:20 -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
4237d6c250
Strip ansi from output
2024-09-02 03:12:33 -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
69d2bb68b4
Remove react-text-truncate and use custom 'see more' button in task header
2024-08-14 00:22:20 -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
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
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
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
97faff3ba5
Add CodeBlock component
2024-07-09 20:17:07 -04:00
Saoud Rizwan
a360d1007e
Use vscode scrollbar style; add TaskHeader
2024-07-09 08:57:39 -04:00
Saoud Rizwan
08effc4799
Make react build task; add react-textarea-autosize; add settings button; add settings page; get basic chat interface working
2024-07-07 05:05:28 -04:00
Saoud Rizwan
ed9ff69fc7
Fix react app build script
2024-07-06 02:25:54 -04:00
Saoud Rizwan
571c7d217e
Add vscode helper and fix formatting in react app
2024-07-06 01:45:54 -04:00
Saoud Rizwan
4bfc2a5bc4
Add CRA webview-ui
2024-07-06 01:35:59 -04:00