Commit graph

2896 commits

Author SHA1 Message Date
github-actions[bot]
a16c6da5cc changeset version bump 2025-03-03 16:32:15 +00:00
Matt Rubens
9f374ab69c
Merge pull request #1342 from RooVetGit/checkpoint_delay_warning
Show a warning if checkpoints are taking too long to load
2025-03-03 11:21:01 -05:00
Matt Rubens
cd46ab5af3 Show a warning if checkpoints are taking too long to load 2025-03-03 11:12:08 -05:00
Matt Rubens
261bfd053c
Merge pull request #1341 from RooVetGit/update_lm_api_red_text
Update the warning text for the VS LM API
2025-03-03 11:04:35 -05:00
Matt Rubens
17da9f0511
Update .changeset/tidy-donuts-rhyme.md
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-03 10:56:22 -05:00
Matt Rubens
56761ec418
Merge pull request #1340 from RooVetGit/exclude_mcp_from_modes_where_not_supported
Exclude MCP from system prompt if mode does not support it
2025-03-03 10:51:55 -05:00
Matt Rubens
c3e36deed6 Update the warning text for the VS LM API 2025-03-03 10:51:45 -05:00
Matt Rubens
003cd1bce1 Exclude MCP from system prompt if mode does not support it 2025-03-03 10:46:54 -05:00
Matt Rubens
dba32ef117
Merge pull request #1338 from RooVetGit/openrouter_think_big
Support 128k max tokens for openrouter and vertex thinking
2025-03-03 09:48:34 -05:00
Matt Rubens
2b7df5e106 Update max tokens for vertex too 2025-03-03 09:44:02 -05:00
Matt Rubens
63cecf8b22 Support 128k max tokens for openrouter thinking 2025-03-03 09:37:55 -05:00
Matt Rubens
6cf420235d
Merge pull request #1327 from monotykamary/feat/claude-extended-output
feat: update virtual id for extended output 128k claude
2025-03-03 09:29:28 -05:00
Matt Rubens
9faed0e0dc
Merge pull request #1332 from aheizi/fix_switch_mode
fix: switch mode state
2025-03-03 01:55:35 -05:00
aheizi
62677071e8 fix: switch mode state 2025-03-03 14:44:56 +08:00
Matt Rubens
bf77f46bba
Merge pull request #1331 from RooVetGit/browser_tool_enabled
Add a checkbox to enable/disable the browser tool
2025-03-03 00:44:49 -05:00
Matt Rubens
6b0347e0bd Add a checkbox to enable/disable the browser tool 2025-03-03 00:34:20 -05:00
Tom X Nguyen
ef93f5d422 refactor: always enable 128k for simplification 2025-03-03 11:17:01 +07:00
Tom X Nguyen
38cf054391 chore: add missing 3.7 sonnet modelid 2025-03-03 09:11:18 +07:00
Matt Rubens
82b6fe684d
Merge pull request #1323 from RooVetGit/default_on_middle_out_compression
Default middle-out compression to on
2025-03-02 21:10:36 -05:00
Matt Rubens
9b91ab21b6 Default middle-out compression to on 2025-03-02 20:57:53 -05:00
Tom X Nguyen
d2b4a83605 fix: simplify logic and allow for multiple betas 2025-03-03 08:33:35 +07:00
Chris Estreich
a253a37567
Merge pull request #1325 from KJ7LNW/roo-update-readme 2025-03-02 17:03:36 -08:00
Tom X Nguyen
aec03d71c3 feat: add virtual id for extended output capabilities 2025-03-03 07:47:12 +07:00
Chris Estreich
8e8079d528
Merge pull request #1322 from RooVetGit/cte/fix-extension-state
ExtensionStateContext does not correctly merge state
2025-03-02 16:42:49 -08:00
cte
e201ee8fdc Selectively deep merge rather than deep merging everything 2025-03-02 16:37:44 -08:00
Eric Wheeler
475b6e2c72 docs: add fallback npm install:ci instructions to README
Add instructions to use 'npm run install:ci' as a fallback option if 'npm run install:all' fails. This addresses the dependency issue where npm-run-all needs to be installed before running the install:all script, providing clearer guidance for developers setting up the project locally.

Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-03-02 16:08:51 -08:00
Chris Estreich
2bd310bc92
Update webview-ui/src/context/ExtensionStateContext.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-02 15:20:34 -08:00
cte
b0f1eb6d62 ExtensionStateContext does not correctly merge state 2025-03-02 15:17:15 -08:00
Matt Rubens
773e5560db
Merge pull request #1312 from RooVetGit/count_tokens
Infrastructure to support calling token count APIs, starting with Anthropic
2025-03-02 14:46:34 -05:00
Matt Rubens
7e62d34570 PR cleanup 2025-03-02 02:12:21 -05:00
Matt Rubens
e8de7dea19 Merge remote-tracking branch 'origin/main' into count_tokens 2025-03-02 02:02:05 -05:00
Matt Rubens
8a1d66732a Infrastructure to support calling token count APIs, starting with Anthropic 2025-03-02 01:47:55 -05:00
Chris Estreich
a2d441c5a0
Merge pull request #1307 from RooVetGit/cte/dry-get-model
DRY up getModel
2025-03-01 22:04:43 -08:00
cte
9b646eb2bc DRY up getModel 2025-03-01 21:51:17 -08:00
Matt Rubens
2c0b162616
Merge pull request #1306 from RooVetGit/changeset-release/main
Changeset version bump
2025-03-02 00:21:05 -05:00
Matt Rubens
609ba9cf8c
Update CHANGELOG.md 2025-03-02 00:17:41 -05:00
github-actions[bot]
30677d9cae changeset version bump 2025-03-02 05:16:08 +00:00
Matt Rubens
11387bdecd
Merge pull request #1304 from RooVetGit/support_read_only_modes_that_can_run_commands
Clearer instructions for read-only modes that can run commands
2025-03-02 00:15:19 -05:00
Chris Estreich
15a4c4c68c
Merge pull request #1305 from RooVetGit/cte/max-tokens-fix
Custom max tokens fix for non-thinking models
2025-03-01 21:13:51 -08:00
Matt Rubens
108e97843f
Merge pull request #1303 from RooVetGit/cycle_custom_modes_too
Include custom modes in mode switching keyboard shortcut
2025-03-02 00:13:35 -05:00
Matt Rubens
41b0ddecb4 Clearer instructions for read-only modes that can run commands 2025-03-02 00:13:14 -05:00
cte
8a8319d3b6 Add changeset 2025-03-01 21:06:40 -08:00
cte
62385ba4c7 Custom max tokens fix for non-thinking models 2025-03-01 21:05:03 -08:00
Matt Rubens
cd910c3435 Include custom modes in mode switching keyboard shortcut 2025-03-01 23:53:50 -05:00
Matt Rubens
6ff88383a2
Merge pull request #1298 from RooVetGit/changeset-release/main
Changeset version bump
2025-03-01 21:25:33 -05:00
Matt Rubens
0a096097d5
3.7.10 2025-03-01 21:24:38 -05:00
github-actions[bot]
4a7316a9de changeset version bump 2025-03-02 01:49:55 +00:00
Matt Rubens
87aa4888fc
Merge pull request #1299 from RooVetGit/3_7_10
v3.7.10
2025-03-01 20:49:02 -05:00
Matt Rubens
fd4ce8fe6a v3.7.10 2025-03-01 20:48:25 -05:00
Matt Rubens
00bf6a3b96
Merge pull request #1297 from RooVetGit/fix_mermaid
Add type='module' to webview script
2025-03-01 20:47:03 -05:00