Adib234
|
47f4a3e50e
|
Fix unintended credential exposure to MCP Servers (#17311)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2026-01-28 18:56:15 +00:00 |
|
Jasmeet Bhatia
|
57b57cc997
|
feat(mcp/extensions): Allow users to selectively enable/disable MCP servers included in an extension( Issue #11057 & #17402) (#17434)
|
2026-01-27 01:02:14 +00:00 |
|
Jasmeet Bhatia
|
a060e6149a
|
feat(mcp): add enable/disable commands for MCP servers (#11057) (#16299)
Co-authored-by: Allen Hutchison <adh@google.com>
|
2026-01-22 23:38:06 +00:00 |
|
Panagiotis Mantafounis
|
55c2783e6a
|
fix(cli): display 'http' type on mcp list (#16915)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
|
2026-01-21 02:37:19 +00:00 |
|
Jacob Richman
|
f7f38e2b9e
|
Make merged settings non-nullable and fix all lints related to that. (#16647)
|
2026-01-15 17:26:10 +00:00 |
|
Christian Gunderman
|
3b1dbcd42d
|
Implemented unified secrets sanitization and env. redaction options (#15348)
|
2025-12-23 03:18:27 +00:00 |
|
Christian Gunderman
|
7f2d33458a
|
Disallow unnecessary awaits. (#15172)
|
2025-12-17 05:28:18 +00:00 |
|
Jack Wotherspoon
|
0a2971f9d3
|
feat(mcp): add --type alias for --transport flag in gemini mcp add (#14503)
|
2025-12-04 15:45:03 +00:00 |
|
Jack Wotherspoon
|
bdbbe9232d
|
feat: consolidate remote MCP servers to use url in config (#13762)
|
2025-12-03 01:01:33 +00:00 |
|
CHAEWAN KIM
|
f4babf172b
|
fix(async): prevent missed async errors from bypassing catch handlers (#13714)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
|
2025-12-01 22:11:40 +00:00 |
|
christine betts
|
bdf80ea7c0
|
fix(cli): Prevent stdout/stderr patching for extension commands (#13600)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2025-11-22 02:08:06 +00:00 |
|
Jacob Richman
|
d1e35f8660
|
Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering (#13247)
Bypassing rules as link checker failure is spurious.
|
2025-11-20 10:44:02 -08:00 |
|
Jacob MacDonald
|
da4fa5ad75
|
Extensions MCP refactor (#12413)
|
2025-11-04 15:51:18 +00:00 |
|
christine betts
|
7e987113a2
|
Add support for sensitive keychain-stored per-extension settings (#11953)
|
2025-10-28 18:48:50 +00:00 |
|
Jacob MacDonald
|
1b302deeff
|
Add ExtensionLoader interface, use that on Config object (#12116)
|
2025-10-28 16:04:30 +00:00 |
|
Jacob MacDonald
|
c4c0c0d182
|
Create ExtensionManager class which manages all high level extension tasks (#11667)
|
2025-10-23 18:39:36 +00:00 |
|
Abhi
|
b364f37655
|
refactor(logging): Centralize console logging with debugLogger (#11590)
|
2025-10-21 20:35:22 +00:00 |
|
Jack Wotherspoon
|
62dc9683bd
|
fix: improve gemini mcp add option handling for arrays (#11575)
|
2025-10-21 19:35:01 +00:00 |
|
Zack Birkenbuel
|
cc7e1472f9
|
Pass whole extensions rather than just context files (#10910)
Co-authored-by: Jake Macdonald <jakemac@google.com>
|
2025-10-20 23:15:23 +00:00 |
|
Abhi
|
995ae717cc
|
refactor(logging): Centralize all console messaging to a shared logger (part 1) (#11537)
|
2025-10-20 22:16:47 +00:00 |
|
Jacob MacDonald
|
f4330c9f5e
|
remove support for workspace extensions and migrations (#11324)
|
2025-10-17 23:08:57 +00:00 |
|
Sandy Tao
|
8da47db1a4
|
fix(cli): enable and fix types for MCP command tests (#11385)
|
2025-10-17 18:23:26 +00:00 |
|
Jacob MacDonald
|
a9083b9d48
|
include extension name in gemini mcp list command (#11263)
|
2025-10-16 14:21:09 +00:00 |
|
Dongin Kim(Terry)
|
518caae62e
|
chore: Extract '.gemini' to GEMINI_DIR constant (#10540)
Co-authored-by: Richie Foreman <richie.foreman@gmail.com>
|
2025-10-13 17:31:39 +00:00 |
|
fuyou
|
b92e3bca50
|
fix(mcp): fix MCP server removal not persisting to settings (#10098)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-10-08 20:29:57 +00:00 |
|
Zack Birkenbuel
|
8980276b20
|
Rationalize different Extension typings (#10435)
|
2025-10-08 14:31:41 +00:00 |
|
Jacob MacDonald
|
ea061f52b0
|
Fix -e <extension> for disabled extensions (#9994)
|
2025-09-29 13:53:19 +00:00 |
|
Wietse Venema
|
468db8730a
|
fix(mcp): handle gemini mcp add scope correctly in home directory (#7800)
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
|
2025-09-20 14:19:11 +00:00 |
|
Tommaso Sciortino
|
e6e60861e5
|
Move settings error throwing to loadSettings (#7605)
|
2025-09-03 17:41:53 +00:00 |
|
Pascal Birchler
|
0f031a7f89
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
Yuki Okita
|
21c6480b65
|
Refac: Centralize storage file management (#4078)
Co-authored-by: Taylor Mullen <ntaylormullen@google.com>
|
2025-08-20 01:55:47 +00:00 |
|
Richie Foreman
|
2998f27f70
|
chore(compiler): Enable strict property access TS compiler flag. (#6255)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-17 16:43:21 +00:00 |
|
Jack Wotherspoon
|
31b4c76a6b
|
fix: improve robustness of gemini mcp add command (#6332)
|
2025-08-15 19:36:38 +00:00 |
|
Jack Wotherspoon
|
ca4c745e3b
|
feat(mcp): add gemini mcp commands for add, remove and list (#5481)
|
2025-08-06 15:52:29 +00:00 |
|