Saoud Rizwan
998aa8b7eb
Update demo.gif
2024-07-28 13:36:59 -04:00
Saoud Rizwan
7842b07d97
Update demo.gif
2024-07-28 13:29:36 -04:00
Saoud Rizwan
fc82d693ac
Update CHANGELOG
2024-07-28 12:53:57 -04:00
Saoud Rizwan
2b9a1e2c7e
Add context about user's vscode visible editor and opened tabs
2024-07-28 12:45:41 -04:00
Saoud Rizwan
890d340d7f
Update view IDs and add comment about vscode caching behavior
2024-07-28 11:50:31 -04:00
Saoud Rizwan
e356294754
Update .vscodeignore
2024-07-28 11:24:49 -04:00
Saoud Rizwan
181a5f299d
Update version
2024-07-28 11:19:27 -04:00
Saoud Rizwan
3a63dfc31f
Update README with information about analyze_project
2024-07-28 11:17:53 -04:00
Saoud Rizwan
ecaaaaf4af
Update demo.gif
2024-07-28 00:02:22 -04:00
Saoud Rizwan
86e743cd99
Update demo.gif
2024-07-27 23:52:36 -04:00
Saoud Rizwan
a007537767
Add output logging to better debug extension outside of development
2024-07-27 20:07:32 -04:00
Saoud Rizwan
c8369e5a91
Revert provider id to resolve vscode view caching issues
2024-07-27 19:33:14 -04:00
Saoud Rizwan
d6c5a237df
Fix markdown rendering for linebreaks
2024-07-27 18:37:29 -04:00
Saoud Rizwan
4a15464429
Update vscode ignores; refactor analyze-project
2024-07-27 18:20:13 -04:00
Saoud Rizwan
88b9c29133
Remove files property since we already use vscode ignores
2024-07-27 18:10:23 -04:00
Saoud Rizwan
ff369009d7
Add demo.gif to vscode ignores
2024-07-27 18:08:04 -04:00
Saoud Rizwan
799775de13
Assets in readme must use full url
2024-07-27 18:06:53 -04:00
Saoud Rizwan
29204d784a
Add demo.gif
2024-07-27 17:55:48 -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
4facaede80
Fix list_files fast-glob implementation; update system prompt to prefer analyze_project over list_files; lock editor tab when opened for better UX
2024-07-27 14:11:56 -04:00
Saoud Rizwan
9fa611cb3d
Update README, Announcement, Settings; update version
2024-07-27 13:16:40 -04:00
Saoud Rizwan
14bbf3a9e5
Fix attempt_completion tool if it has a command that fails or is rejected
2024-07-27 13:11:53 -04:00
Saoud Rizwan
35a6ecbca2
Update language queries to only capture definitions; modify parsing logic to output definition names
2024-07-27 11:44:02 -04:00
Saoud Rizwan
bd3089f8aa
Refactor loadRequiredLanguageParsers
2024-07-27 08:01:54 -04:00
Saoud Rizwan
c40fae4cfb
Optimize language parser loading by only loading once for all files
2024-07-27 07:54:44 -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
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
6649f8f495
Cache webview messages and API conversation history in state to reduce memory footprint
2024-07-24 09:52:36 -04:00
Saoud Rizwan
7118883971
Add 'Open In New Tab' command pallete option
2024-07-24 08:54:17 -04:00
Saoud Rizwan
89e8edc942
Update filename
2024-07-24 08:26:01 -04:00
Saoud Rizwan
42b560f283
Rename SidebarProvider to ClaudeDevProvider
2024-07-24 08:24:39 -04:00
Saoud Rizwan
97f740b089
Clean up disposables when panel is closed
2024-07-24 08:15:48 -04:00
Saoud Rizwan
b19ae3038d
Add popout button to open instance in editor
2024-07-23 12:04:58 -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
5c283bc711
Minor refactoring
2024-07-23 06:38:34 -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
aa310366ad
Fix 'cannot read split of undefined' error
2024-07-20 16:17:43 -04:00
Saoud Rizwan
01205ed622
Fix system prompt; set max tokens to beta 8192
2024-07-20 16:06:52 -04:00
Saoud Rizwan
9a162e72fb
Refactor ChatView component and improve textarea styling
2024-07-20 15:17:28 -04:00