Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1160 commits
Select commit Hold shift + click to select a range
0a26623
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Nov 26, 2025
a8a4451
fix: restore content undefined check in WriteToFileTool.handlePartial…
daniel-lxs Nov 26, 2025
decd9a7
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Nov 26, 2025
3cd3357
fix: exclude access_mcp_resource tool when MCP has no resources (#9615)
daniel-lxs Nov 26, 2025
f388919
fix: prevent model cache from persisting empty API responses (#9623)
daniel-lxs Nov 26, 2025
16f3689
fix: update default settings for inline terminal and codebase indexin…
roomote[bot] Nov 26, 2025
240bc0b
feat(mistral): add native tool calling support (#9625)
hannesrudolph Nov 26, 2025
3208f6f
feat: wire MULTIPLE_NATIVE_TOOL_CALLS experiment to OpenAI parallel_t…
hannesrudolph Nov 26, 2025
7e17982
feat(bedrock): allow global inference selection when cross-region is …
roomote[bot] Nov 26, 2025
b176536
fix: defer new_task tool_result until subtask completes for native pr…
daniel-lxs Nov 26, 2025
87d6463
fix: convert line_ranges strings to lineRanges objects in native tool…
daniel-lxs Nov 26, 2025
fb9c57e
fix: filter non-Anthropic content blocks before sending to Vertex API…
hannesrudolph Nov 26, 2025
339a869
Add fine grained tool streaming for OpenRouter Anthropic (#9629)
mrubens Nov 26, 2025
c170742
Release v3.34.6 (#9631)
mrubens Nov 26, 2025
ba09228
Changeset version bump (#9632)
github-actions[bot] Nov 26, 2025
867a5c7
fix: OpenRouter GPT-5 strict schema validation for read_file tool (#9…
daniel-lxs Nov 27, 2025
4cdec7d
fix: create parent directories early in write_to_file to prevent ENOE…
daniel-lxs Nov 27, 2025
b31e755
Fix openrouter tool calls (#9642)
mrubens Nov 27, 2025
f5ce56c
fix(claude-code): disable native tools and temperature support (#9643)
hannesrudolph Nov 27, 2025
fb94eb3
Enable native tool calling for z.ai (#9645)
mrubens Nov 27, 2025
254bd23
Moonshot native tool call support (#9646)
mrubens Nov 27, 2025
5b64aa9
Support native tools in the anthropic provider (#9644)
mrubens Nov 27, 2025
2758454
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Nov 27, 2025
12fc073
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Nov 27, 2025
520d4fb
Add 'taking you to cloud' screen after provider welcome (#9652)
mrubens Nov 27, 2025
1e34d3d
chore: add changeset for v3.34.7 (#9651)
mrubens Nov 27, 2025
400d0cd
Changeset version bump (#9654)
github-actions[bot] Nov 27, 2025
d2d311e
fix: race condition in new_task tool for native protocol (#9655)
daniel-lxs Nov 27, 2025
b8f2da1
chore: add changeset for v3.34.8 (#9657)
mrubens Nov 27, 2025
b149e69
Changeset version bump (#9658)
github-actions[bot] Nov 27, 2025
5a6dd58
feat: add model-specific tool customization via excludedTools and inc…
daniel-lxs Nov 27, 2025
3f0a697
feat(web-evals): add task log viewing, export failed logs, and new ru…
hannesrudolph Nov 28, 2025
9b5f639
Metadata‑driven subtasks (no UI changes): automatic parent resume and…
hannesrudolph Nov 28, 2025
e682c03
feat: add search_and_replace tool for batch text replacements (#9549)
hannesrudolph Nov 28, 2025
af4921b
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Nov 28, 2025
b111d12
feat: enable native tool support for DeepSeek and Doubao models (#9671)
daniel-lxs Nov 28, 2025
bd2c501
feat: add native tool support to Requesty provider (#9672)
daniel-lxs Nov 28, 2025
53d1f43
Include tool format in environment details (#9661)
mrubens Nov 28, 2025
5d02099
feat(groq): enable native tool support for models that support functi…
daniel-lxs Nov 28, 2025
59ee1c9
feat: add native tools support for OpenAI-compatible providers (#9676)
daniel-lxs Nov 28, 2025
127ecf6
feat: enable native tool calls for Vertex Gemini models (#9678)
daniel-lxs Nov 28, 2025
c688a64
fix: display install count in millions instead of thousands (#9677)
roomote[bot] Nov 29, 2025
9335348
feat: add apply_patch native tool (#9663)
hannesrudolph Nov 29, 2025
f9eb6d9
feat: add debug buttons to view API and UI history (#9684)
hannesrudolph Nov 29, 2025
503d55c
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Nov 29, 2025
e4af301
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Nov 29, 2025
98850c7
test(workflow): update test expectations after removing run_test func…
mini2s Nov 29, 2025
c0c28f0
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Nov 29, 2025
d2017c8
Add web-evals updates and kill run functionality (#9681)
hannesrudolph Nov 29, 2025
ae29777
Add Grok 4 Fast and Grok 4.1 Fast, plus xAI native tool calling (#9690)
mrubens Nov 30, 2025
4591e96
Add native tool calling for deepinfra (#9691)
mrubens Nov 30, 2025
8787da7
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Nov 30, 2025
e51592e
fix(chat): correct message visibility condition filter
mini2s Nov 30, 2025
583b9d7
fix(utils): wrap os-name call in safe fallback for zgsm OS detection
mini2s Nov 30, 2025
1e7305b
refactor(core): clean up unused imports and improve file handling logic
mini2s Nov 30, 2025
26003c8
refactor: adjust file limits and multipliers
mini2s Nov 30, 2025
99da2bc
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Nov 30, 2025
f26d5a4
ux: Improvements to the new, RCC Provider centric onboarding flow (#9…
brunobergher Dec 1, 2025
49aad85
ux: Toolbar cleanup and settings consolidation (#9710)
brunobergher Dec 1, 2025
0eea7c7
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 1, 2025
7590305
Update a couple provider labels (#9711)
mrubens Dec 1, 2025
48d3e4d
Release: v1.88.0 (#9713)
mrubens Dec 1, 2025
af74709
Remove TabContent wrapper from Modes and MCP (#9712)
mrubens Dec 1, 2025
bf3e4d8
fix: preserve tool_use blocks in summary for parallel tool calls (#9714)
SilentFlower Dec 1, 2025
34c524f
feat(chutes): detect native tool support from API supported_features …
daniel-lxs Dec 1, 2025
0a2d1a4
Add NTC support for Cerebras (#9692)
mrubens Dec 1, 2025
eb12054
Add native tools support to Unbound (#9699)
mrubens Dec 1, 2025
b5acebc
Add native tool support for vercel ai gateway (#9697)
mrubens Dec 1, 2025
8244f70
Default grok code fast to native tools (#9717)
mrubens Dec 1, 2025
faa6c40
Bedrock native tool calling (#9698)
mrubens Dec 1, 2025
be76594
Support tool calling in native ollama provider (#9696)
mrubens Dec 1, 2025
ad28e12
feat: add native tool support for LiteLLM provider (#9719)
daniel-lxs Dec 1, 2025
9dac7e7
fix: prevent navigation buttons from wrapping on smaller screens (#9721)
roomote[bot] Dec 1, 2025
bfb3386
chore: add changeset for v3.35.0 (#9724)
mrubens Dec 1, 2025
35d4634
Changeset version bump (#9725)
github-actions[bot] Dec 1, 2025
9b18014
chore: bump version to v1.89.0 (#9718)
cte Dec 1, 2025
edd7cc0
fix: flush pending tool results before task delegation (#9726)
daniel-lxs Dec 1, 2025
3f4f7c0
Better IPC error logging (#9727)
cte Dec 1, 2025
e7043e5
chore: add changeset for v3.35.1 (#9728)
mrubens Dec 1, 2025
ba7340f
Changeset version bump (#9729)
github-actions[bot] Dec 1, 2025
b2b4f64
Pass app version to provider (#9730)
cte Dec 2, 2025
fc28863
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 2, 2025
d2b274a
Allow models to contain default temperature (#9734)
mrubens Dec 2, 2025
700fe42
Look for a tag in the Roo provider to default the model to native too…
mrubens Dec 2, 2025
6f0addf
Assume all LiteLLM models support native tools (#9736)
mrubens Dec 2, 2025
954a6cb
chore: add changeset for v3.35.2 (#9737)
mrubens Dec 2, 2025
906c6f0
Changeset version bump (#9738)
github-actions[bot] Dec 2, 2025
ee076bd
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 2, 2025
a962666
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 2, 2025
9737e4e
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 2, 2025
34faa7e
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 2, 2025
152af14
Switch to new welcome view (#9741)
mrubens Dec 2, 2025
9975a41
web: Homepage changes (#9675)
brunobergher Dec 2, 2025
aa507ad
Add vendor confidentiality section to the system prompt for stealth m…
mrubens Dec 2, 2025
562a799
chore: add changeset for v3.35.3 (#9743)
mrubens Dec 2, 2025
c91a19f
Changeset version bump (#9745)
github-actions[bot] Dec 2, 2025
be69ef9
Refactor: Remove line_count parameter from write_to_file tool (#9667)
hannesrudolph Dec 2, 2025
9a1d7a6
fix: remove reasoning toggles for GLM-4.5 and GLM-4.6 on z.ai provide…
roomote[bot] Dec 2, 2025
adb9dfc
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 2, 2025
a680aa9
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 2, 2025
aa40988
fix: handle malformed native tool calls to prevent hanging (#9758)
daniel-lxs Dec 3, 2025
fbc0f80
chore: add changeset for v3.35.4 (#9763)
mrubens Dec 3, 2025
74d1ed7
Changeset version bump (#9764)
github-actions[bot] Dec 3, 2025
5c893d0
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 3, 2025
5b94eec
Convert the Roo provider tools for OpenAI (#9769)
mrubens Dec 3, 2025
648e009
Update the evals keygen command (#9754)
cte Dec 3, 2025
873a763
feat: Add provider routing selection for OpenRouter embeddings (#9144…
SannidhyaSah Dec 3, 2025
ab75f63
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 3, 2025
1894b69
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 3, 2025
18117f0
ux: Updates to CloudView (#9776)
roomote[bot] Dec 3, 2025
822343c
Update model key for minimax in MODEL_DEFAULTS (#9778)
mrubens Dec 3, 2025
40a8e0c
Release v3.35.5 (#9781)
mrubens Dec 3, 2025
48dc4d9
Changeset version bump (#9783)
github-actions[bot] Dec 3, 2025
a4f4f35
Use search_and_replace for minimax (#9780)
mrubens Dec 3, 2025
23605be
fix: restore context when rewinding after condense (#8295) (#9665)
hannesrudolph Dec 3, 2025
d9525aa
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 3, 2025
86edc01
fix: remove omission detection logic to fix false positives (#9787)
roomote[bot] Dec 3, 2025
1879200
Fix Vercel AI Gateway model fetching (#9791)
cte Dec 3, 2025
ce22901
refactor: remove insert_content tool (#9751)
daniel-lxs Dec 3, 2025
ec551b1
feat: add reasoning_details support to Roo provider (#9796)
roomote[bot] Dec 3, 2025
837ce3f
chore: hide parallel tool calls experiment and disable feature (#9798)
hannesrudolph Dec 4, 2025
72a6805
Update next.js (#9799)
jr Dec 4, 2025
5404013
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 4, 2025
d065b88
Fix the download count on the homepage (#9807)
mrubens Dec 4, 2025
b1d43f0
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 4, 2025
573cfc3
Default to native tools for all models in the Roo provider (#9811)
mrubens Dec 4, 2025
94c997c
Fix/cerebras conservative max tokens (#9804)
sebastiand-cerebras Dec 4, 2025
a698875
Release v3.36.0 (#9814)
mrubens Dec 4, 2025
7df268c
Changeset version bump (#9828)
github-actions[bot] Dec 4, 2025
7ea65e6
Merge branch 'main' of https://github.com/zgsm-ai/costrict into roo-t…
mini2s Dec 4, 2025
6b5e184
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 4, 2025
0eddc97
ux: improved error messages and documentation links (#9777)
brunobergher Dec 4, 2025
0ed5f3c
web: New Pricing Page (#9821)
brunobergher Dec 4, 2025
3178113
Ignore input to the execa terminal process (#9827)
mrubens Dec 4, 2025
29385e0
fix: Overly round follow-up question suggestions (#9829)
brunobergher Dec 4, 2025
ffff38b
Always enabled reasoning for models that require it (#9836)
cte Dec 4, 2025
61aabe7
ChatView: smoother stick-to-bottom during streaming (#8999)
hannesrudolph Dec 4, 2025
63f6fec
feat: add symlink support for slash commands in .roo/commands folder …
mrubens Dec 4, 2025
ae655c5
fix: sanitize reasoning_details IDs to remove invalid characters (#9839)
daniel-lxs Dec 4, 2025
8433eaf
feat(evals-ui): Add filtering, bulk delete, tool consolidation, and r…
hannesrudolph Dec 4, 2025
c719117
Be safer about large file reads (#9843)
jr Dec 4, 2025
1421c2c
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 4, 2025
b9e2fd1
Revert "fix: sanitize reasoning_details IDs to remove invalid charact…
mrubens Dec 5, 2025
003c276
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 5, 2025
581256d
Exclude the ID from Roo reasoning details (#9847)
mrubens Dec 5, 2025
a1d392f
fix: prevent cascading truncation loop by only truncating visible mes…
hannesrudolph Dec 5, 2025
630c8bc
FIX + feat: add MessageManager layer for centralized history coordina…
hannesrudolph Dec 5, 2025
c10d1d9
feat(web-evals): add multi-model launch and UI improvements (#9845)
hannesrudolph Dec 5, 2025
7b8162b
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 5, 2025
7945860
Revert "Exclude the ID from Roo reasoning details" (#9850)
mrubens Dec 5, 2025
9f111e1
fix: handle unknown/invalid native tool calls to prevent extension fr…
daniel-lxs Dec 5, 2025
bea7d81
feat: add gpt-5.1-codex-max model to OpenAI provider (#9848)
hannesrudolph Dec 5, 2025
3e3fa32
Delete .changeset/symlink-commands.md
mrubens Dec 5, 2025
39a549f
Release v3.36.1 (#9851)
mrubens Dec 5, 2025
247bf01
Changeset version bump (#9840)
github-actions[bot] Dec 5, 2025
2c7374b
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 5, 2025
7b37d00
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 5, 2025
a3de293
feat: add dynamic settings support for Roo models from API (#9852)
hannesrudolph Dec 5, 2025
e633c62
chore: restrict gpt-5 tool set to apply_patch (#9853)
hannesrudolph Dec 5, 2025
6bdefb8
Fix chutes model fetching (#9854)
cte Dec 5, 2025
1b151c0
Release v3.36.2 (#9855)
mrubens Dec 5, 2025
65c750d
Changeset version bump (#9856)
github-actions[bot] Dec 5, 2025
5c50160
Better error logs for parseToolCall exceptions (#9857)
cte Dec 5, 2025
1e1d6e8
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 5, 2025
00b1518
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 5, 2025
642a187
(update): Add DeepSeek V3-2 Support for Baseten Provider (#9861)
AlexKer Dec 5, 2025
d285d01
web: Product pages (#9865)
brunobergher Dec 5, 2025
9f4dcfc
fix: sanitize removed/invalid API providers to prevent infinite loop …
hannesrudolph Dec 5, 2025
9d5eca9
Update xAI models catalog (#9872)
hannesrudolph Dec 5, 2025
dd92453
refactor: decouple tools from system prompt (#9784)
daniel-lxs Dec 5, 2025
0227621
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 6, 2025
4a5cbcb
Stop making count_tokens requests (#9884)
mrubens Dec 6, 2025
cf3c70f
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 6, 2025
2eae321
Default to using native tools when supported on openrouter (#9878)
mrubens Dec 6, 2025
07e9966
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 6, 2025
946fd03
feat: change defaultToolProtocol default from xml to native (#9892)
roomote[bot] Dec 6, 2025
c486ecc
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 7, 2025
33bea50
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 7, 2025
8aa1346
Refactor: Unified context-management architecture with improved UX (#…
hannesrudolph Dec 7, 2025
1f7e1ee
Make eval runs deleteable (#9909)
mrubens Dec 8, 2025
7ca15c5
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 8, 2025
7a2976d
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 8, 2025
bea7626
fix: add Kimi, MiniMax, and Qwen model configurations for Bedrock (#9…
roomote[bot] Dec 8, 2025
1370cb0
fix: use foreground color for context-management icons (#9912)
hannesrudolph Dec 8, 2025
efbf427
feat: add xhigh reasoning effort for gpt-5.1-codex-max (#9900)
andrewginns Dec 8, 2025
fba8508
feat: add search_replace native tool for single-replacement operation…
hannesrudolph Dec 8, 2025
6f602fc
Improve cloud job error logging for RCC provider errors (#9924)
cte Dec 8, 2025
754b701
feat: configure tool preferences for xAI models (#9923)
hannesrudolph Dec 8, 2025
88a0bed
fix: process finish_reason to emit tool_call_end events (#9927)
daniel-lxs Dec 8, 2025
ee48b3a
fix: suppress 'ask promise was ignored' error in handleError (#9914)
daniel-lxs Dec 9, 2025
375c103
fix: exclude apply_diff from native tools when diffEnabled is false (…
roomote[bot] Dec 9, 2025
93a43e4
Try to make OpenAI errors more useful (#9639)
mrubens Dec 9, 2025
de00ab1
refactor: consolidate ThinkingBudget components and fix disable handl…
hannesrudolph Dec 9, 2025
3356267
Add timeout to OpenAI Compatible Provider Client (#9898)
dcbartlett Dec 9, 2025
2efebf5
fix: add finish_reason processing to xai.ts provider (#9929)
daniel-lxs Dec 9, 2025
5bde2e5
Remove defaultTemperature from Roo provider configuration (#9932)
mrubens Dec 9, 2025
54a5265
feat: forbid time estimates in architect mode (#9931)
roomote[bot] Dec 9, 2025
c103a4a
feat: streaming tool stats + token usage throttling (#9926)
hannesrudolph Dec 9, 2025
e2fd860
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 9, 2025
2764323
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 9, 2025
94c6430
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 9, 2025
8a98f14
feat: Make Architect save to `/plans` and gitignore it (#9944)
brunobergher Dec 9, 2025
ec7b289
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 9, 2025
fdcb309
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 9, 2025
e142906
feat: add announcement support CTA and social icons (#9945)
hannesrudolph Dec 9, 2025
f89a6be
fix: display actual API error message instead of generic text on retr…
hannesrudolph Dec 9, 2025
83787a7
feat(roo): add versioned settings support with minPluginVersion gatin…
hannesrudolph Dec 9, 2025
0068d1f
Revert "feat: change defaultToolProtocol default from xml to native" …
mrubens Dec 9, 2025
4608c97
fix: return undefined instead of 0 for disabled API timeout (#9960)
hannesrudolph Dec 9, 2025
1898848
feat(deepseek): update DeepSeek models to V3.2 with new pricing (#9962)
hannesrudolph Dec 9, 2025
721b02e
Add a way to save screenshots from the browser tool (#9963)
mrubens Dec 10, 2025
ada7411
Tweaks to baseten model definitions (#9866)
mrubens Dec 10, 2025
29d6f6d
fix: always show tool protocol selector for openai-compatible (#9966)
hannesrudolph Dec 10, 2025
24eb6ae
feat: add API error telemetry to OpenRouter provider (#9953)
daniel-lxs Dec 10, 2025
e3636b0
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 10, 2025
cab9f6b
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 10, 2025
f472a82
fix: validate and fix tool_result IDs before API requests (#9952)
daniel-lxs Dec 10, 2025
df5fdef
fix: respect explicit supportsReasoningEffort array values (#9970)
hannesrudolph Dec 10, 2025
c5c8f2a
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 10, 2025
970c6f0
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 10, 2025
0cf5b28
v3.36.3 (#9972)
cte Dec 10, 2025
295d834
fix(activate): unify webview panel identifier to use consistent tabPa…
mini2s Dec 10, 2025
68811ec
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 10, 2025
048e7f3
feat(gemini): add minimal and medium reasoning effort levels (#9973)
hannesrudolph Dec 10, 2025
03912d8
Delete changeset files (#9977)
cte Dec 10, 2025
36ef603
Add missing release notes for v3.36.3 (#9979)
cte Dec 10, 2025
714c3a7
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 10, 2025
fa8f7aa
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 10, 2025
ab18bf3
feat: add error details modal with on-demand display (#9985)
roomote[bot] Dec 10, 2025
e092e77
Fix: Correct TODO list display order in chat view (ROO-107) (#9991)
roomote[bot] Dec 10, 2025
5a4315f
fix: prevent premature rawChunkTracker clearing for MCP tools (#9993)
daniel-lxs Dec 10, 2025
fda020a
fix: filter out 429 rate limit errors from API error telemetry (#9987)
daniel-lxs Dec 10, 2025
2cd772c
Release v3.36.4 (#9994)
cte Dec 10, 2025
380a578
Changeset version bump (#9995)
github-actions[bot] Dec 10, 2025
1cf6ae6
feat(telemetry): add app version to exception captures and filter 402…
daniel-lxs Dec 10, 2025
f05dd59
Remove Glama provider (#9801)
hannesrudolph Dec 10, 2025
2a70a2e
@roo-code/types v1.90.0 (#9998)
cte Dec 10, 2025
483e70c
fix: apply versioned settings on nightly builds (#9997)
hannesrudolph Dec 10, 2025
0cbaed7
feat: add toggle for Enter key behavior in chat input (#10002)
hannesrudolph Dec 11, 2025
6a30d94
chore: remove list_code_definition_names tool (#10005)
hannesrudolph Dec 11, 2025
a1d3a43
Update roomotes.yml (#10008)
cte Dec 11, 2025
531eb95
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 11, 2025
f9cfc66
fix: add general API endpoints for Z.ai provider (#9894)
roomote[bot] Dec 11, 2025
47320dc
fix: handle empty Gemini responses and reasoning loops (#10007)
hannesrudolph Dec 11, 2025
8731709
fix: add missing tool_result blocks to prevent API errors (#10015)
daniel-lxs Dec 11, 2025
70704eb
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 11, 2025
51dbccf
feat: add gpt-5.2 model to openai-native provider (#10024)
hannesrudolph Dec 11, 2025
706e018
Merge remote-tracking branch 'upstream/main' into roo-to-main
mini2s Dec 11, 2025
63e3625
Merge branch 'main' of github.com:zgsm-ai/costrict into roo-to-main
mini2s Dec 11, 2025
3def1e8
test: update built-in commands count to 9
mini2s Dec 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ body:
- DeepSeek
- Featherless AI
- Fireworks AI
- Glama
- Google Gemini
- Google Vertex AI
- Groq
Expand Down
19 changes: 0 additions & 19 deletions .roo/roomotes.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
version: "1.0"

commands:
- name: Pull latest changes
run: git pull
timeout: 60
execution_phase: task_run
- name: Install dependencies
run: pnpm install
timeout: 60
execution_phase: task_run

github_events:
- event: issues.opened
action:
name: github.issue.fix
- event: issue_comment.created
action:
name: github.issue.comment.respond
- event: pull_request.opened
action:
name: github.pr.review
- event: pull_request_review_comment.created
action:
name: github.pr.comment.respond
4 changes: 2 additions & 2 deletions apps/web-roo-code/src/app/terms/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Customer may access and use the Service solely for its internal business purpose

## 6. Privacy & Data

Roo Code's Privacy Notice ([https://roocode.com/privacy](https://roocode.com/privacy)) explains how Roo Code collects and handles personal information. If Customer requires a DPA, email [support@roocode.com](mailto:support@roocode.com).
Roo Code's Privacy Notice ([https://roocode.com/privacy](https://roocode.com/privacy)) explains how Roo Code collects and handles personal information. If Customer requires a DPA, email [zgsm@sangfor.com.cn](mailto:zgsm@sangfor.com.cn).

## 7. Warranty Disclaimer

Expand Down Expand Up @@ -98,4 +98,4 @@ The caps in Section 2 apply to all claims under the Agreement, whether in contra

**Roo Code, Inc.**
98 Graceland Dr, San Rafael, CA 94901 USA
Email: [support@roocode.com](mailto:support@roocode.com)
Email: [zgsm@sangfor.com.cn](mailto:zgsm@sangfor.com.cn)
2 changes: 1 addition & 1 deletion apps/web-roo-code/src/components/chromes/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export function Footer() {
<ul className="mt-6 space-y-4">
<li>
<a
href="mailto:support@roocode.com"
href="mailto:zgsm@sangfor.com.cn"
className="text-sm leading-6 text-muted-foreground transition-colors hover:text-foreground">
Contact
</a>
Expand Down
2 changes: 1 addition & 1 deletion locales/es/CODE_OF_CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/cloud/src/TelemetryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ abstract class BaseTelemetryClient implements TelemetryClient {

public abstract capture(event: TelemetryEvent): Promise<void>

public captureException(_error: Error, _additionalProperties?: Record<string, unknown>): void {
// No-op - exception capture is only supported by PostHog
}
public async captureException(_error: Error, _additionalProperties?: Record<string, unknown>): Promise<void> {}

public setProvider(provider: TelemetryPropertiesProvider): void {
this.providerRef = new WeakRef(provider)
Expand Down
2 changes: 1 addition & 1 deletion packages/evals/src/cli/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const isDockerContainer = () => {

export const resetEvalsRepo = async ({ run, cwd }: { run: Run; cwd: string }) => {
await execa({ cwd })`git config user.name "CoStrict"`
await execa({ cwd })`git config user.email "support@roocode.com"`
await execa({ cwd })`git config user.email "zgsm@sangfor.com.cn"`
await execa({ cwd })`git checkout -f`
await execa({ cwd })`git clean -fd`
await execa({ cwd })`git checkout -b runs/${run.id}-${crypto.randomUUID().slice(0, 8)} main`
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/src/BaseTelemetryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export abstract class BaseTelemetryClient implements TelemetryClient {

public abstract capture(event: TelemetryEvent): Promise<void>

public abstract captureException(error: Error, additionalProperties?: Record<string, unknown>): void
public abstract captureException(error: Error, additionalProperties?: Record<string, unknown>): Promise<void>

public setProvider(provider: TelemetryPropertiesProvider): void {
this.providerRef = new WeakRef(provider)
Expand Down
58 changes: 55 additions & 3 deletions packages/telemetry/src/PostHogTelemetryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@ import { getClientId } from "./../../../src/utils/getClientId"
import { PostHog } from "posthog-node"
import * as vscode from "vscode"

import { TelemetryEventName, type TelemetryEvent } from "@roo-code/types"
import {
type TelemetryProperties,
type TelemetryEvent,
TelemetryEventName,
getErrorStatusCode,
getErrorMessage,
shouldReportApiErrorToTelemetry,
isApiProviderError,
extractApiProviderErrorProperties,
} from "@roo-code/types"

import { BaseTelemetryClient } from "./BaseTelemetryClient"

Expand Down Expand Up @@ -62,7 +71,10 @@ export class PostHogTelemetryClient extends BaseTelemetryClient {
})
}

public override captureException(error: Error, additionalProperties?: Record<string, unknown>): void {
public override async captureException(
error: Error,
additionalProperties?: Record<string, unknown>,
): Promise<void> {
if (!this.isTelemetryEnabled()) {
if (this.debug) {
console.info(`[PostHogTelemetryClient#captureException] Skipping exception: ${error.message}`)
Expand All @@ -71,11 +83,51 @@ export class PostHogTelemetryClient extends BaseTelemetryClient {
return
}

// Extract error status code and message for filtering.
const errorCode = getErrorStatusCode(error)
const errorMessage = getErrorMessage(error) ?? error.message

// Filter out expected errors (e.g., 402 billing, 429 rate limits)
if (!shouldReportApiErrorToTelemetry(errorCode, errorMessage)) {
if (this.debug) {
console.info(
`[PostHogTelemetryClient#captureException] Filtering out expected error: ${errorCode} - ${errorMessage}`,
)
}
return
}

if (this.debug) {
console.info(`[PostHogTelemetryClient#captureException] ${error.message}`)
}

this.client.captureException(error, this.distinctId, additionalProperties)
// Auto-extract properties from ApiProviderError and merge with additionalProperties.
// Explicit additionalProperties take precedence over auto-extracted properties.
let mergedProperties = additionalProperties

if (isApiProviderError(error)) {
const extractedProperties = extractApiProviderErrorProperties(error)
mergedProperties = { ...extractedProperties, ...additionalProperties }
}

// Override the error message with the extracted error message.
error.message = errorMessage

const provider = this.providerRef?.deref()
let telemetryProperties: TelemetryProperties | undefined = undefined

if (provider) {
try {
telemetryProperties = await provider.getTelemetryProperties()
} catch (_error) {
// Ignore.
}
}

this.client.captureException(error, this.distinctId, {
...mergedProperties,
$app_version: telemetryProperties?.appVersion,
})
}

/**
Expand Down
Loading