Commit graph

1189 commits

Author SHA1 Message Date
Evan Fannin
ac428ef0be
Merge pull request #1378 from evan-fannin/add-advanced-settings-button
Add advanced settings button / Add setting to exclude MCP prompting
2025-01-23 09:24:54 +08:00
Saoud Rizwan
e8369ad576 Change copy 2025-01-22 14:24:24 -08:00
akfoster
cec2695721
Merge pull request #1381 from cline/ocasta181/browser-automation-tests
Add Browser Automation Testing
2025-01-22 14:15:50 -08:00
Asbjørn Rørvik
c3c6fc63be
Add debug console output monitoring (#1400)
* feat: add debug console output monitoring

* Fix formatting

---------

Co-authored-by: minimali <minimali@local>
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-01-22 13:38:19 -08:00
Evan
884e56f0e5 duplicated configuration key due to improper merge 2025-01-22 21:01:14 +08:00
Evan Fannin
edda72110e
Merge pull request #4 from evan-fannin/add-disable-MCP-setting
Add disable mcp setting
2025-01-22 20:47:35 +08:00
Evan Fannin
1fe1fd9446
Merge pull request #3 from evan-fannin/mcp-ui-disable-when-mcp-off
Add toggle to MCP settings UI for enabling/disabling MCP Servers
2025-01-22 20:43:29 +08:00
Evan
99cc41c328 merge conflicts 2025-01-22 20:38:17 +08:00
Evan
5f97b4b7fa removed most of the UI, only leaving a link to advanced settings 2025-01-22 20:32:56 +08:00
Evan Fannin
d5cab33bc2
Merge pull request #2 from evan-fannin/add-disable-MCP-setting
Toggle MCP content in the system prompt
2025-01-22 19:22:20 +08:00
Evan
f193683de6 Merge branch 'add-advanced-settings-button' into add-disable-MCP-setting 2025-01-22 19:20:26 +08:00
Evan
960e071b88 guard additional MCP sentence 2025-01-22 19:19:52 +08:00
Ocasta
561f688e2a prettier 2025-01-21 23:44:08 -08:00
Ocasta
a5bfd74c6d forgot the actual files 2025-01-21 23:40:48 -08:00
Ocasta
73334cbe8d added browser automation testing 2025-01-21 23:38:54 -08:00
Saoud Rizwan
cc42f2f81c Prepare for release 2025-01-21 23:13:15 -08:00
Saoud Rizwan
c454a3bf4b Change Plan color for better mode visibility 2025-01-21 23:02:06 -08:00
dependabot[bot]
e97befbb36
Bump undici from 6.19.8 to 6.21.1 in the npm_and_yarn group (#1370)
Bumps the npm_and_yarn group with 1 update: [undici](https://github.com/nodejs/undici).


Updates `undici` from 6.19.8 to 6.21.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.19.8...v6.21.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 21:59:34 -08:00
akfoster
26ee05dd07
Add VSCode Webview Integration Tests (#1373)
* update ci/cd

* ci: more git actions

* remove duplicitive git actions file

* remove duplicative git actions file

* add default permissions

* chore: sync package-lock.json with main

* ci: Fix job name to match branch protection rule

* ci: Remove test file with formatting issues

* style: Fix formatting in modified files

* ci: Remove warning mode, keep webview tests

* fixed npm build issue

* fix formatting again

* Add webview tests

* fix formatting

* remove temporary docs

* remove unecessary auth and types

* move tmp in gitignore

* spare line

* restore prior comments in vscode-test

* remove redundant infrastructure

* prettier

* removed vestigial webviews

---------

Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-01-21 21:59:06 -08:00
Daniel Steigman
29725445cc
Create pre-commit hooks with husky to enforce linting and formating for all commits (#1374)
* updated the hooks to ensure code cleanliness

* updated package-lock for the CI/CD
2025-01-21 21:48:43 -08:00
Evan
0c7b12a2c0 button styling changes; extracted to separate component 2025-01-22 12:25:56 +08:00
Evan
36486e12ee merge conflicts 2025-01-22 11:28:51 +08:00
Saoud Rizwan
a88d45d8b4 Fix provider dropdown z-index issues 2025-01-21 14:04:03 -08:00
Saoud Rizwan
d9af2acf5b Fix deepseek 2025-01-21 13:40:40 -08:00
Slava Kurilyak
f4df887fcd
feat: Add DeepSeek-R1 (deepseek-reasoner) support (#1355)
* feat: Add DeepSeek-R1 (deepseek-reasoner) support

- Add new deepseek-reasoner model with proper pricing info
- Fix temperature parameter being sent to unsupported deepseek-reasoner model
- Improve model selection logic in DeepSeekHandler
- Update CHANGELOG with new features and fixes
- Bump version to 3.1.11

* style: apply prettier formatting to deepseek provider and api definitions
2025-01-21 13:37:34 -08:00
Saoud Rizwan
3f35aabbf9 Fix announcement 2025-01-21 09:55:25 -08:00
Saoud Rizwan
10515035fe Fixes 2025-01-20 23:44:21 -08:00
Saoud Rizwan
4f196f4a0e Fixes 2025-01-20 23:40:07 -08:00
Saoud Rizwan
93e4f1cc6c Fixes 2025-01-20 23:33:09 -08:00
Saoud Rizwan
d25fa0b14e Fixes 2025-01-20 20:55:09 -08:00
Evan
1627f41215 filtering MCP servers based on connected status 2025-01-21 12:49:20 +08:00
Saoud Rizwan
6ceda01b24 Remove consult advisor tool 2025-01-20 16:12:12 -08:00
Saoud Rizwan
f1a9f3fed7 Allow using tools in plan mode 2025-01-20 16:12:12 -08:00
Saoud Rizwan
1d7884d062 Fix switch color 2025-01-20 16:12:12 -08:00
Saoud Rizwan
87772db80d Prepare for release 2025-01-20 16:12:12 -08:00
Saoud Rizwan
df31f6bfeb Use plan/act mode 2025-01-20 16:12:12 -08:00
Saoud Rizwan
a88504e4fe Rename respond_to_inquiry to chat_mode_response 2025-01-20 16:12:12 -08:00
Saoud Rizwan
dca42c4891 Copy 2025-01-20 16:12:12 -08:00
Saoud Rizwan
44a331f6c1 Fixes 2025-01-20 16:12:12 -08:00
Saoud Rizwan
6bde6c6cbf Fixes 2025-01-20 16:12:11 -08:00
Saoud Rizwan
39b0389b9d Add vscode LM API types 2025-01-20 16:12:11 -08:00
Saoud Rizwan
806fe70c51 Fixes 2025-01-20 16:12:11 -08:00
Saoud Rizwan
d9ea1e606c Fix callback cycle 2025-01-20 16:12:11 -08:00
Saoud Rizwan
88af56c06c Update styles for advisor UI 2025-01-20 16:12:11 -08:00
Saoud Rizwan
86f3dc2fb5 Fix saving API config when menu is closed 2025-01-20 16:12:11 -08:00
Saoud Rizwan
ef5bd56599 Save api config when menu is closed; fix default display names 2025-01-20 16:12:11 -08:00
Saoud Rizwan
fed40d5963 Prepare for release 2025-01-20 16:12:11 -08:00
Saoud Rizwan
05f85ecfeb Fix menu positioning 2025-01-20 16:12:11 -08:00
Saoud Rizwan
e72d9912b2 Fixes 2025-01-20 16:12:11 -08:00
Saoud Rizwan
c50af7226c Show API provider as popup 2025-01-20 16:12:11 -08:00