Matt Rubens
e3ae2c41d3
Allow setting a wildcard for auto-approve commands
2025-02-19 09:39:42 -05:00
Matt Rubens
fde9d9b660
Update test
2025-02-14 22:28:35 -05:00
Saoud Rizwan
17157c46cb
Add terminal context mention
2025-02-14 22:27:38 -05:00
Matt Rubens
2ccab1444b
Merge remote-tracking branch 'origin/main' into temperature_control
2025-02-09 22:53:44 -05:00
Vignesh Subbiah
70ed217149
Merge branch 'main' into pm/unbound-fetch-models
2025-02-08 17:46:35 +05:30
Roo Code
ecb4509bf8
Centralize clipboard functionality
2025-02-07 22:23:04 -05:00
Roo Code
0bc9e17c1a
Better model picker
2025-02-07 12:25:52 -08:00
Pugazhendhi
1268db59a3
Fixes imports
2025-02-07 14:08:31 +05:30
pugazhendhi-m
26baaf89a3
Merge branch 'main' into WEB-1756
2025-02-07 13:02:46 +05:30
Pugazhendhi
32f91b6291
Merged with main branch
2025-02-06 12:44:22 +05:30
Matt Rubens
ebd9084e56
Use autocomplete instead for switching modes
2025-02-05 00:13:04 -05:00
Pugazhendhi
ea3d384e48
Fetches all models from gateway during init
2025-02-03 12:18:15 +05:30
Matt Rubens
14683cc3c5
Cleanup and release
2025-02-01 12:05:39 -05:00
loup
064dc4e52f
feat: opened tabs and selection in the @ menu
2025-02-01 11:16:38 -05:00
Matt Rubens
60a0a824b9
Prettier backfill
2025-01-17 14:11:28 -05:00
Saoud Rizwan
077fa84374
Add Mistral API provider
2025-01-17 01:11:16 -05:00
Matt Rubens
04da686275
Merge remote-tracking branch 'origin/main' into vscode-lm-provider
2025-01-15 09:18:55 -05:00
Matt Rubens
5fa0272b49
DRY up highlighting code
2025-01-15 02:57:33 -05:00
Matt Rubens
966ac5ecba
Remove duplicates
2025-01-15 02:30:13 -05:00
Matt Rubens
45a7566e6a
Use fzf instead of fuse
2025-01-15 02:19:17 -05:00
sam hoang
89e119f121
feat(mentions): implement fuzzy search for file/folder mentions
...
Adds fuzzy search functionality using Fuse.js to improve file and folder search in mentions.
2025-01-15 01:23:18 +07:00
Matt Rubens
9183244c28
Warnings and error handling
2025-01-09 00:11:53 -05:00
Matt Rubens
7e9ea7ac28
Add a Git section to the context mentions
2025-01-06 12:17:26 -05:00
Frank
e5e700ffcb
feat: add Glama gateway
2025-01-04 22:50:12 -05:00
Matt Rubens
c56218b68d
Improved logic for auto-approving chained commands
2024-12-26 22:45:09 -08:00
Matt Rubens
be3d8a6166
Incorporate MCP changes ( #93 )
...
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2024-12-12 23:16:39 -05:00
Mark Percival
93e70c62f1
Chore: Prettier for consistant formatting ( #794 )
...
* Chore: Pretier for consistant formatting
- TODO: This PR needs to be updated by Saoud after he runs `npm install` & `npm format:fix` and commits the results of the prettier changes.
* Revert prettier config
* Run npm install
* Fix prettier config and ignore package lock
* Run format
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2024-11-21 13:13:54 -08:00
Saoud Rizwan
39bc35eec1
Add LM Studio provider
2024-11-12 22:02:42 -05:00
Saoud Rizwan
ccb4738d7e
Use or instead of null coalescing instead since state may return non undefined for new values
2024-10-09 01:50:00 -04:00
Saoud Rizwan
e6d6ca5c56
Fixes
2024-10-09 01:50:00 -04:00
Saoud Rizwan
ba6546e0b8
Fixes
2024-10-09 01:49:58 -04:00
Saoud Rizwan
fbd30281bc
Add openrouter model validation
2024-10-09 01:49:57 -04:00
Saoud Rizwan
7cb0c524e5
Add OpenRouter custom model scheme
2024-10-09 01:49:57 -04:00
Saoud Rizwan
e1ab10f24e
Format large numbers to use k or m
2024-10-09 01:49:56 -04:00
Saoud Rizwan
7a2f1baef9
Fix imports
2024-09-24 12:00:21 -04:00
Saoud Rizwan
826ee28fc1
Minor fixes
2024-09-19 15:17:24 -04:00
Saoud Rizwan
593b3d6b7c
Make mentions clickable
2024-09-18 14:10:37 -04:00
Saoud Rizwan
22bf10420e
Refactor to use ContextMenuOptionType and ContextMenuQueryItem
2024-09-18 12:13:08 -04:00
Saoud Rizwan
f104754d3e
Add 'No results' type to context menu
2024-09-18 11:00:48 -04:00
Saoud Rizwan
30ed938ded
Refactor mention regex; highlight task text mentions
2024-09-17 18:51:33 -04:00
Saoud Rizwan
f4c401343f
Retrieve workspace filepaths for context menu
2024-09-17 17:02:13 -04:00
Saoud Rizwan
7e91e7aecb
Add problems option to context menu
2024-09-17 15:21:36 -04:00
Saoud Rizwan
d47008f0b4
Fix url menu showing
2024-09-17 14:11:32 -04:00
Saoud Rizwan
82490108c5
Get context mentions UI working
2024-09-17 14:11:32 -04:00
Saoud Rizwan
4b44e8f921
Add OpenAI provider
2024-09-12 15:01:28 -04:00
Saoud Rizwan
fbb7620fa1
Add gemini support
2024-09-12 08:11:33 -04:00
Saoud Rizwan
ea14481771
Replace react-syntax-highlighter with rehype-highlight to reduce memory footprint when scrolling code blocks
2024-09-06 21:06:36 -04:00
Saoud Rizwan
286e569e09
Add ollama provider option
2024-09-03 23:03:30 -04:00
Saoud Rizwan
c209198b23
Add openai compatible provider
2024-09-03 17:08:29 -04:00
Saoud Rizwan
0badfa2706
Add support for aws credentials file or environment variables, and session token
2024-09-03 13:58:21 -04:00