Commit graph

4344 commits

Author SHA1 Message Date
vagadiya
eeaae4e517 #3679 - Fixes packaging to include correct tiktoken.wasm (lite) (#3697)
- also, additions to .gitignore and .vscodeignore to prevent the IntelliJ .idea and .qodo folders from being included for git and packaging.
2025-05-24 13:39:29 -06:00
xyOz
a4f5bbec4c Log Cleanup to Remove Cline (#3704)
* Rename Errors & Fix Spelling Mistake

* Update src/core/task/Task.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

---------

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-24 13:39:29 -06:00
Chris Estreich
36aff9fdc6 Export ProviderName type to Roo-Code-Types (#3675) 2025-05-24 13:39:29 -06:00
Chris Estreich
69d63b9502 Import settings bug fix / improvements (#3657) 2025-05-24 13:39:29 -06:00
R00-B0T
8f0746397f Changeset version bump (#3645)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <cestreich@gmail.com>
2025-05-24 13:39:29 -06:00
Chris Estreich
6e59aaed23 Revert "Switch to the new Roo message parser" (#3649) 2025-05-24 13:39:29 -06:00
Chris Estreich
1bdc0b7809 Lock the versions of vsce and ovsx (#3643) 2025-05-24 13:39:29 -06:00
Matt Rubens
fed23f4b6d Fix how custom instructions are loaded into the API request (#3638)p 2025-05-24 13:39:28 -06:00
R00-B0T
c66fa95168 Changeset version bump (#3637)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: R00-B0T <github-actions@github.com>
Co-authored-by: Chris Estreich <cestreich@gmail.com>
2025-05-24 13:39:28 -06:00
Chris Estreich
5d05870de2 Fix command display in the approval required case (#3636) 2025-05-24 13:39:28 -06:00
Daniel
74dcedd35b Fix incorrect reserved tokens calculation on OpenRouter (#3626)
fix: improve token reservation logic in calculateTokenDistribution
2025-05-24 13:39:28 -06:00
hatsu
05777d3bfd fix: correct Changelog link in localized README files (#3629)
The Changelog link in `locales/ja/README.md` and other localized
READMEswas pointing to a broken relative path, resulting in 404s.This
commit updates the link to use a correct relative path
(`../../CHANGELOG.md`)so that it works across all locales.
2025-05-24 13:39:28 -06:00
R00-B0T
84d03f610c Changeset version bump (#3556)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:28 -06:00
Matt Rubens
92acc3fda6 v3.17.0 (#3622) 2025-05-24 13:39:28 -06:00
github-actions[bot]
1af2b93ce8 Update contributors list (#3612)
Co-authored-by: mrubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:28 -06:00
Matt Rubens
0febaca9ca Fix type generation (#3619) 2025-05-24 13:39:28 -06:00
Canyon Robins
9a1cc39ad1 [Condense] Condense messages with an LLM rather than truncating (#3582)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:27 -06:00
Matt Rubens
05fc81b889 v3.16.7 (#3614) 2025-05-24 13:39:27 -06:00
KJ7LNW
f5dc873826 build: enable source maps for improved debugging (#3596)
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-05-24 13:39:27 -06:00
மனோஜ்குமார் பழனிச்சாமி
19d1030554 Add build vsix Workflow (#3600) 2025-05-24 13:39:27 -06:00
Hannes Rudolph
8077c4a0eb feat: add buildDocLink utility and 21 Internal Links to Docs (#3418)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:27 -06:00
Chris Estreich
b6cbf775cb Use a shadcn dialog for the announcement (#3604) 2025-05-24 13:39:27 -06:00
renovate[bot]
b4a88bbbcf fix(deps): update dependency posthog-js to v1.242.1 (#3602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:27 -06:00
github-actions[bot]
7bff5b04ce Update contributors list (#3299)
Co-authored-by: mrubens <mrubens@users.noreply.github.com>
2025-05-24 13:39:27 -06:00
Matt Rubens
6d29f5c0b9 Rename cline_docs -> docs (#3587) 2025-05-24 13:39:27 -06:00
Hannes Rudolph
effe617cfc Refactor: Update new_task tool description and mode examples (#3586)
The description for the `new_task` tool has been simplified for clarity.
Additionally, the example modes listed for the `mode` parameter have been updated to include "debug" instead of "ask".
2025-05-24 13:39:27 -06:00
Hannes Rudolph
6e8abe0e35 Refactor: Update custom instructions for 'ask' mode (#3583)
This commit refines the custom instructions for the 'ask' mode. The changes aim to provide clearer guidance to the AI, emphasizing thoroughness in answering questions and caution against prematurely switching to code implementation.

Specifically, the instructions were updated as follows:

- Changed "Make sure to answer the user's questions" to "Always answer the user’s questions thoroughly"
- Changed "don't rush to switch to implementing code" to "do not switch to implementing code unless explicitly requested by the user"
- Changed "Include Mermaid diagrams if they help make your response clearer" to "Include Mermaid diagrams when they clarify your response"

These changes are reflected in both [`src/shared/modes.ts`](src/shared/modes.ts:80) and its corresponding snapshot file [`src/core/prompts/__tests__/__snapshots__/system.test.ts.snap`](src/core/prompts/__tests__/__snapshots__/system.test.ts.snap:5458).
2025-05-24 13:39:26 -06:00
Matt Rubens
1d3a44e058 Add a 'when to use' section to mode definitions (#3571)
* Add a 'when to use' section to mode definitions

* Remove defaults for now
2025-05-24 13:39:26 -06:00
Chris Estreich
65d25ddf1b Fix linter warning + run prettier on everything (#3581) 2025-05-24 13:39:26 -06:00
Chris Estreich
6d240934cd Revert "fix(deps): update nextjs monorepo to v15.3.2" (#3578) 2025-05-24 13:39:26 -06:00
renovate[bot]
a8f43fc576 chore(deps): update dependency @dotenvx/dotenvx to v1.44.0 (#3521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:26 -06:00
renovate[bot]
aff51a56df chore(deps): update dependency eslint-config-prettier to v10.1.5 (#3574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:26 -06:00
renovate[bot]
7713a42b89 chore(deps): update dependency eslint-plugin-react to v7.37.5 (#3575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:26 -06:00
renovate[bot]
5da8a14296 chore(deps): update actions/setup-node action to v4 (#3570)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:26 -06:00
renovate[bot]
39b1b77ddb chore(deps): update actions/checkout action to v4 (#3569)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:26 -06:00
Chris Estreich
d8750edb94 Switch to the new Roo message parser (#3567) 2025-05-24 13:39:26 -06:00
Chris Estreich
d59a39f598 Add IPC types to roo-code.d.ts (#3568) 2025-05-24 13:39:26 -06:00
Matt Rubens
e73ab5eaba Make CONTRIBUTING.md more concise (#3472) 2025-05-24 13:39:25 -06:00
renovate[bot]
a765e7cd1c fix(deps): update nextjs monorepo to v15.3.2 (#3564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:25 -06:00
renovate[bot]
5b7ede3d91 fix(deps): update tailwindcss monorepo to v4.1.6 (#3565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:25 -06:00
Chris Estreich
cbe8c85176 Revert "Publish Roo Code types to NPM" (#3566)
Revert "Publish Roo Code types to NPM (#3563)"

This reverts commit f031914450.
2025-05-24 13:39:25 -06:00
Chris Estreich
76961e771f Publish Roo Code types to NPM (#3563) 2025-05-24 13:39:25 -06:00
renovate[bot]
464db84f56 fix(deps): update dependency posthog-js to v1.242.0 (#3562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:25 -06:00
Chris Estreich
867c6c1c6b Show LLM streaming file write content (#3241) 2025-05-24 13:39:25 -06:00
Chris Estreich
7ea934c93d Focus improvements (#3539) 2025-05-24 13:39:25 -06:00
Chris Estreich
e3cef8e53c Revert "Accidental execution of tool syntax fix" (#3560) 2025-05-24 13:39:25 -06:00
xyOz
1bc4a2db16 Accidental execution of tool syntax fix (#3456)
Co-authored-by: cte <cestreich@gmail.com>
2025-05-24 13:39:25 -06:00
renovate[bot]
16b9ecfe30 fix(deps): update dependency shiki to v3.4.0 (#3548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:25 -06:00
renovate[bot]
4bfefc36a8 fix(deps): update dependency posthog-js to v1.241.1 (#3544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:25 -06:00
renovate[bot]
97a27bcd66 fix(deps): update dependency react-markdown to v9.1.0 (#3545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-24 13:39:25 -06:00