Commit Graph

57 Commits

Author SHA1 Message Date
Saoud Rizwan
d441950b7f Update version 2024-08-02 18:04:53 -04:00
Saoud Rizwan
15f52696b9 Fix sending SIGINT to the command process's subprocesses 2024-08-02 18:01:44 -04:00
Saoud Rizwan
07f50e63a3 Persist API conversation history locally instead of in state as there seems to be an issue with some messages not being stringifyable 2024-08-01 15:18:29 -04:00
Saoud Rizwan
d84e6c6fb1 Remove text area height calculation 2024-08-01 01:19:39 -04:00
Saoud Rizwan
70634ddd33 Update version 2024-07-31 22:08:16 -04:00
Saoud Rizwan
1d305b66c1 Fix issue where claude removes newline at end of files 2024-07-31 21:30:42 -04:00
Saoud Rizwan
5eb0c65419 Update Announcement 2024-07-31 21:08:17 -04:00
Saoud Rizwan
4c83833f32 Update CHANGELOG and Announcement 2024-07-31 18:20:51 -04:00
Saoud Rizwan
6f0579a265 Update version 2024-07-31 14:25:54 -04:00
Saoud Rizwan
dc97689836 Update extension description 2024-07-31 13:33:07 -04:00
Saoud Rizwan
2992baaaea Update version 2024-07-31 13:29:08 -04:00
Saoud Rizwan
1ee733103a Update version 2024-07-31 12:50:27 -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
3fc300273d Limit web-tree-sitter to max # of files to parse 2024-07-31 08:17:10 -04:00
Saoud Rizwan
d93a08af5d Revert "Remove web-tree-sitter"
This reverts commit 5c98a3d4af.

# Conflicts:
#	package.json
2024-07-31 07:56:42 -04:00
Saoud Rizwan
45ee2c3e1c Update version 2024-07-30 12:54:20 -04:00
Saoud Rizwan
5c98a3d4af Remove web-tree-sitter 2024-07-30 12:51:18 -04:00
Saoud Rizwan
7afae36ab7 Update version 2024-07-30 04:25:17 -04:00
Saoud Rizwan
d7d3f44a5d Update version 2024-07-30 03:05:08 -04:00
Saoud Rizwan
ace755c1d0 Update Announcement 2024-07-29 21:39:00 -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
181a5f299d Update version 2024-07-28 11:19:27 -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
9fa611cb3d Update README, Announcement, Settings; update version 2024-07-27 13:16:40 -04:00
Saoud Rizwan
303da320aa Add analyze_project tool 2024-07-26 23:56:10 -04:00
Saoud Rizwan
7118883971 Add 'Open In New Tab' command pallete option 2024-07-24 08:54:17 -04:00
Saoud Rizwan
42b560f283 Rename SidebarProvider to ClaudeDevProvider 2024-07-24 08:24:39 -04:00
Saoud Rizwan
b19ae3038d Add popout button to open instance in editor 2024-07-23 12:04:58 -04:00
Saoud Rizwan
fafdfe30a4 Add .nvmrc, .prettierignore, icon; Remove vsc quickstart guide 2024-07-20 14:43:38 -04:00
Saoud Rizwan
62e72b9da4 Update package.json 2024-07-19 02:08:18 -04:00
Saoud Rizwan
a5898d8903 Fix text on Settings screen; update version to 0.0.6 2024-07-10 12:32:09 -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
46f14f32d1 Fix issue where file diff could fail; minor style changes; update README; update version to 0.0.4 2024-07-10 11:15:25 -04:00
Saoud Rizwan
2f64a82abb Update version to 0.0.3 2024-07-10 10:34:04 -04:00
Saoud Rizwan
8270a96b93 Update version to 0.0.2 2024-07-10 09:52:57 -04:00
Saoud Rizwan
30102f67fb Update package script; add vscode extension link to README 2024-07-10 08:21:06 -04:00
Saoud Rizwan
7d9d2199d2 Update package.json 2024-07-10 06:00:47 -04:00
Saoud Rizwan
fc9b1435fd Update README and package.json 2024-07-10 05:20:07 -04:00
Saoud Rizwan
d56269d750 Fix README images and add package category 2024-07-10 04:33:01 -04:00
Saoud Rizwan
88e520ede7 Start README; fix prompt 2024-07-10 03:04:07 -04:00
Saoud Rizwan
4da785b822 Implement bidirectional extension webview messaging system; extension holds claude messages state to keep webview stateless 2024-07-08 12:58:05 -04:00
Saoud Rizwan
9e74123064 Add ClaudeDev and related packages; refactor sidebar utils 2024-07-08 08:56:32 -04:00
Saoud Rizwan
8ba1be1167 Add secret and global state management + messaging between web and extension; persist API key and max num requests; add Welcome screen 2024-07-07 11:22:16 -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
b0f93bffe9 Add codicon; add basic chat sidebar with a ResizingTextArea component 2024-07-06 19:29:48 -04:00