Commit graph

25 commits

Author SHA1 Message Date
vagadiya
4550a91950
#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-17 13:53:33 -07:00
Matt Rubens
f18f71cb17
Rename cline_docs -> docs (#3587) 2025-05-13 21:59:26 -04:00
Matt Rubens
2e9b1f1824
v3.14.0 (#2902) 2025-04-24 00:44:24 -04:00
Chris Estreich
31d4b656d0
Package material icons in vsix (#2882)
* Package material icons in vsix

* Add changeset
2025-04-23 11:21:35 -07:00
Matt Rubens
405e599206
Exclude demo gif from extension build (#2481) 2025-04-11 15:38:59 -04:00
Wojciech Kordalski
0ddfa4d0bf
.direnv directory should not be packaged (#2464)
If somebody uses direnv tool, the `.direnv` directory is created,
that contains some data and especially some symlinks.
Symlinks makes `vsce` to fail zipping the built VSIX.

Generally `.direnv` should not be added to the resulting VSIX,
therefore I add it to .vscodeignore.
2025-04-10 09:51:27 -04:00
Matt Rubens
b01615f122
Add the option to use a custom Host header for openai-compatible (#2399) 2025-04-08 22:02:27 -04:00
Chris Estreich
d15f813514
Evals (#2238)
* Evals

* Remove redundant line

* Fix tsc error

* Disable debug mode

* Add option to kill run
2025-04-02 16:49:41 -07:00
Matt Rubens
e810a886d2
Welcome page OAuth (#1913)
* Add Requesty OAuth flow

* New 1-click onboarding flow

* Requesty: Use correct default model info

* When called from the onboard flow, created the default profile

Glama OAuth handler changed for consistency.

* Add router images

* Shuffle the routers

* Translate

* Appease knip

---------

Co-authored-by: Daniel Trugman <dtrugman@gmail.com>
2025-03-23 10:08:16 -04:00
Matt Rubens
38655825d4
Extension-side internationalization (#1757)
* Extension-side internationalization

* Update script

* Cleaner esbuild

* Turn off debugging

* PR feedback

* Update src/i18n/locales/en/common.json

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

* Update src/i18n/locales/ca/common.json

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

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-18 10:39:21 -04:00
cte
f108dfaeb8 Evals 2025-03-17 10:09:19 -07:00
Matt Rubens
50f76584bc Add telemetry and privacy policy 2025-03-07 03:03:44 -05:00
Chris Estreich
1d3f5380a8 Move integration tests into its own module 2025-02-28 21:23:11 -08:00
Matt Rubens
6df2b20f2d Add to .vscodeignore 2025-02-17 23:52:40 -05:00
cte
327e764d85 Validate vsix in publish GHA 2025-02-06 08:38:31 -08:00
Saoud Rizwan
739a7e070e Refactor assets 2024-10-09 01:49:59 -04:00
Saoud Rizwan
98441bf98c Refactor theme 2024-09-24 11:24:57 -04:00
Saoud Rizwan
076acf736e Use robot icon in terminal and panels; update banner icon 2024-09-08 11:35:46 -04:00
Saoud Rizwan
3b61b05c83 Fix vscodeignore 2024-09-07 08:25:13 -04:00
Saoud Rizwan
e356294754 Update .vscodeignore 2024-07-28 11:24:49 -04:00
Saoud Rizwan
a007537767 Add output logging to better debug extension outside of development 2024-07-27 20:07:32 -04:00
Saoud Rizwan
4a15464429 Update vscode ignores; refactor analyze-project 2024-07-27 18:20:13 -04:00
Saoud Rizwan
ff369009d7 Add demo.gif to vscode ignores 2024-07-27 18:08:04 -04:00
Saoud Rizwan
1c6e838681 Fix missing icons in production build bug 2024-07-10 09:47:31 -04:00
Saoud Rizwan
9f169b7e4b Initial commit 2024-07-05 20:51:41 -04:00