Daniel Riccio
995692c48e
Improve strategies and confidence system
2025-01-08 12:28:31 -05:00
Daniel Riccio
594481643b
Add New Unified Diff Strategy Implementation
...
- Introduced a new unified diff strategy with support for context matching, DMP, and Git-based edits.
- Implemented helper functions for parsing unified diffs and evaluating similarity.
- Added types for changes, hunks, and diffs to enhance type safety.
- Created a main edit function that applies strategies sequentially based on confidence levels.
- Included detailed descriptions and usage examples for the new strategy.
2025-01-07 19:01:12 -05:00
Daniel Riccio
2857dd4996
Refactor test cases in search-replace and unified strategies to use async/await for applyDiff method, ensuring consistent handling of asynchronous operations across all tests.
2025-01-07 19:00:29 -05:00
Daniel Riccio
70cf27071b
Refactor applyDiff methods in search-replace and unified strategies to return Promises for asynchronous handling
2025-01-07 18:59:55 -05:00
Daniel Riccio
420c6c72dd
Replace SearchReplaceDiffStrategy with NewUnifiedDiffStrategy in getDiffStrategy function
2025-01-07 18:59:16 -05:00
Daniel Riccio
612d7020f3
Add unit tests for NewUnifiedDiffStrategy
2025-01-07 18:58:23 -05:00
Daniel Riccio
4356cffb0d
Refactor applyDiff method to return a Promise and add logging for diff results
2025-01-07 18:57:40 -05:00
Matt Rubens
00ac5b48bf
Better API error messages
2025-01-07 13:58:53 -05:00
Matt Rubens
0ff8fe45d4
UI tweaks
2025-01-07 10:38:51 -05:00
Matt Rubens
c9de9cda66
Revert some whitespace changes
2025-01-07 10:31:42 -05:00
RaySinner
fe22d1ff2d
feat: add retry request control with delay settings
...
- Add requestDelaySeconds setting for configuring delay between retry attempts
- Add alwaysApproveResubmit option for automatic retry approval
- Add api_req_retry_delayed message type for delayed retries
- Update UI components to support new retry control settings
2025-01-07 10:21:51 -05:00
Matt Rubens
87ba95b288
Allow deleting single messages
2025-01-06 23:27:32 -05:00
Matt Rubens
7e9ea7ac28
Add a Git section to the context mentions
2025-01-06 12:17:26 -05:00
Matt Rubens
2cdfff02c0
Streaming checkbox for OpenAI-compatible providers
2025-01-05 20:34:54 -05:00
Frank
eb78332d4e
fix: dynamically set computer use value
2025-01-05 00:18:33 -05:00
Frank
e5e700ffcb
feat: add Glama gateway
2025-01-04 22:50:12 -05:00
Matt Rubens
d32c5f805e
Cleanup
2025-01-02 21:36:05 -08:00
Matt Rubens
70f3c041e6
Put more logic behind mcpEnabled flag
2025-01-02 21:11:52 -08:00
Daniel Riccio
ed358b4e07
Add toggle to enable or disable MCP servers on the system prompt
2025-01-02 21:02:59 -08:00
Matt Rubens
621655aacb
Try a better enhanced prompt prompt
2025-01-01 00:13:29 -08:00
Matt Rubens
92c2303416
Fix 'allow stream options' checkbox
2024-12-31 22:01:11 -08:00
Matt Rubens
cec623ada4
Fix fuzzy match slider
2024-12-31 10:06:30 -08:00
Matt Rubens
7dba94c0d6
Merge pull request #253 from RooVetGit/cat_pager
...
Improvements to terminal output when executing commands
2024-12-31 08:06:51 -08:00
Matt Rubens
169f11c78b
Add a test ensuring that we're sending a clean conversation history
2024-12-31 03:29:51 -08:00
Matt Rubens
26f7ba07c2
Pass clean conversation history to API for Anthropic
2024-12-31 03:16:42 -08:00
Matt Rubens
c8b8eff147
Setting for number of terminal lines to return from commands
2024-12-30 23:15:01 -08:00
Matt Rubens
90ed3a4582
Add a button to delete user messages
2024-12-30 17:54:37 -08:00
Matt Rubens
ff062c6e2e
Allow selection of multiple browser viewport sizes and adjusting screenshot quality
2024-12-29 16:26:18 -08:00
Matt Rubens
eb8c4cc50f
Add DeepSeek to the list of providers
2024-12-29 11:27:31 -08:00
sam hoang
7021b71776
fix(openai-compatible) fix load model when change baseUrl
2024-12-30 02:20:20 +07:00
Matt Rubens
111abdbb2c
Enhance prompt button for openrouter
2024-12-28 15:44:14 -08:00
Matt Rubens
1581ed135b
Merge pull request #207 from samhvw8/feat/openai-list-models
...
feat list model for open ai compatible
2024-12-27 22:44:27 -08:00
Matt Rubens
03707d5dcc
Add configurable delay after auto-writes to allow diagnostics to catch up
2024-12-26 09:59:01 -08:00
Matt Rubens
b4c7a2a521
Merge remote-tracking branch 'origin/main' into file_system_watcher
2024-12-24 14:07:02 -08:00
sam hoang
198e1965e9
feat openai-list-models
2024-12-25 01:02:33 +07:00
Matt Rubens
d9e2bac127
Add tests and changeset
2024-12-23 22:28:22 -08:00
Matt Rubens
f501c93faf
Add the current time to the system prompt
2024-12-23 22:28:10 -08:00
Matt Rubens
51b9418e31
Tests
2024-12-23 21:32:02 -08:00
Matt Rubens
8e352ae2ab
Tweaks to preferred language
2024-12-22 11:45:53 -05:00
yongjer
ac4f4264cf
replace chinese with traditional and simplified chinese
2024-12-23 01:13:30 +09:00
Matt Rubens
8b4c52fb51
Add a preferred language dropdown
2024-12-21 10:23:01 -05:00
Matt Rubens
b6b5c8e422
Default diff editing to on for new installs
2024-12-19 23:35:38 -05:00
Matt Rubens
5d930981a4
More flexibility for LLMs not being great at this
2024-12-19 09:50:34 -05:00
Matt Rubens
ef9c468f17
Use predicted length as input for detecting omissions
2024-12-19 00:54:06 -05:00
Matt Rubens
3aca5e813e
Make fuzzy diff matching configurable (and default to off)
2024-12-18 15:26:44 -05:00
Matt Rubens
6a6084b7ca
Toggle to switch browser size to 1280x800
2024-12-18 00:33:46 -05:00
Matt Rubens
38f33de642
Fix bad matching bug with empty lines
2024-12-17 09:28:50 -05:00
Matt Rubens
800db618bb
Strip line numbers from write_to_file
2024-12-17 09:28:37 -05:00
Matt Rubens
f5bd5fae09
Prompt tweak for gemini line numbers
2024-12-17 07:50:53 -05:00
Matt Rubens
7163b173e8
Fix test
2024-12-17 01:24:10 -05:00