Saoud Rizwan
f7d12a3e02
Add inspect_site tool
2024-09-21 10:54:20 -04:00
Saoud Rizwan
f282df604a
Send only new errors to claude after he applies an edit
2024-09-20 16:23:43 -04:00
Saoud Rizwan
5fbb335bb6
Refactor
2024-09-19 16:49:31 -04:00
Saoud Rizwan
826ee28fc1
Minor fixes
2024-09-19 15:17:24 -04:00
Saoud Rizwan
73f082bf98
Use a single browser instance to scrape multiple sites
2024-09-19 12:44:11 -04:00
Saoud Rizwan
ccb5b9bf21
Minor fixes
2024-09-18 23:37:47 -04:00
Saoud Rizwan
b7617e5f2a
use isbinaryfile to more safely read contents of folders and files
2024-09-18 22:32:38 -04:00
Saoud Rizwan
554da736d4
Show error message when url scraping fails; update mention regex to allow trailing punctuation
2024-09-18 22:06:27 -04:00
Saoud Rizwan
250882c4a2
Minor fixes
2024-09-18 21:16:28 -04:00
Saoud Rizwan
eec51ad270
Wait for domcontentloaded and networkidle2 to determine when page is loaded
2024-09-18 21:11:28 -04:00
Saoud Rizwan
a477eadd77
Minor fixes
2024-09-18 20:44:03 -04:00
Saoud Rizwan
b7dabb8d9e
Implement parseMentions
2024-09-18 18:53:46 -04:00
Saoud Rizwan
ee8e64eece
Only initialize puppeteer if user mentions url
2024-09-18 17:42:15 -04:00
Saoud Rizwan
e3144996fb
Add URL scraping with puppeteer
2024-09-18 17:28:25 -04:00
Saoud Rizwan
593b3d6b7c
Make mentions clickable
2024-09-18 14:10:37 -04:00
Saoud Rizwan
d3ef77610c
Fix gemini escaping on windows
2024-09-15 09:11:05 -04:00
Saoud Rizwan
d29f4a174c
Add diagnostics context to environment details
2024-09-14 13:45:41 -04:00
Saoud Rizwan
9f8c68abd8
Rename potentially_relevant_details to environment_details
2024-09-13 18:22:47 -04:00
Saoud Rizwan
3a5fa54384
Minor fixes
2024-09-13 17:06:05 -04:00
Saoud Rizwan
adceb76775
Add o1 support
2024-09-13 16:37:04 -04:00
Philip Fung
bbdd58cc93
adding timestamp to the Exported Task markdown file ( #293 )
...
per feature request https://github.com/saoudrizwan/claude-dev/issues/278
this makes the file more readable/parseable.
also added minor fix in README for debugging.
Test Plan:
1. Launch Debug Instance of VSCode
2. Went to Extension, clicked on a recent Task, clicked "Export"
3. Opened saved export file, saw properly formatted timestamp above each User/Assistant action.
Co-authored-by: Philip Fung
2024-09-13 15:02:11 -04:00
Saoud Rizwan
3b004aed37
Fix gemini message conversion
2024-09-12 11:49:32 -04:00
Saoud Rizwan
fbb7620fa1
Add gemini support
2024-09-12 08:11:33 -04:00
Saoud Rizwan
0522a26fd9
Open read files in editor instead of code accordian
2024-09-11 16:38:33 -04:00
Saoud Rizwan
3ceb881de2
Add azure openai support
2024-09-11 08:07:37 -04:00
Saoud Rizwan
706ee8a0fe
Add ability to open images
2024-09-10 17:18:21 -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
04588798ef
Minor design fixes
2024-09-07 06:09:32 -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
0a16aedf95
Remove isbinaryfile as this caused errors on some users computers
2024-09-06 12:26:13 -04:00
Saoud Rizwan
c209198b23
Add openai compatible provider
2024-09-03 17:08:29 -04:00
Saoud Rizwan
5609395780
Add support for reading .ipynb
2024-09-02 04:24:07 -04:00
Saoud Rizwan
520ef5281e
Add announcement
2024-09-02 01:15:22 -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
fdcec81814
Fix openrouter message transform for resuming tasks
2024-08-31 22:54:05 -04:00
Saoud Rizwan
6cbd232039
Fix PDF/docx parsing
2024-08-31 02:38:59 -04:00
Saoud Rizwan
1d87bcf767
Add support for reading PDF and docx files
2024-08-31 02:21:23 -04:00
Saoud Rizwan
3e58160d99
Replace token estimation with using last API response token usage
2024-08-30 22:29:18 -04:00
Saoud Rizwan
dcd6d84632
Adjust context management buffer
2024-08-30 09:51:14 -04:00
Saoud Rizwan
57910c4fa3
Minor fixes
2024-08-30 03:08:55 -04:00
Saoud Rizwan
246070bf8a
Limit ripgrep output to avoid expensive searches
2024-08-30 03:03:11 -04:00
Saoud Rizwan
2e438e5df5
Add search_files tool
2024-08-30 01:53:31 -04:00
Saoud Rizwan
e78a58d77d
Replace list_files_recursive and list_files_top_level with list_files and automatically provide project file structure when task starts to avoid unnecessary request
2024-08-29 05:58:41 -04:00
Saoud Rizwan
3533dfca42
Fix context management algorithm
2024-08-28 20:58:32 -04:00
Saoud Rizwan
a160e8d67b
Improve sliding window algorithm to not break prompt cache so often
2024-08-28 20:32:58 -04:00
Saoud Rizwan
e95bebacda
Minor fixes
2024-08-27 00:42:09 -04:00
Saoud Rizwan
273eb3acad
Fix sliding window context management handling of images and get more accurate token estimates
2024-08-26 22:49:13 -04:00
Saoud Rizwan
cfd4cbfa36
Fix sliding window taking into account message order
2024-08-26 01:00:00 -04:00
Saoud Rizwan
650283a11f
Add sliding window context management
2024-08-26 01:00:00 -04:00