DeWitt Clinton
|
6b4c12eb04
|
Allow for slash commands to opt-out of autocompletion and /help discovery. (#7847)
|
2025-09-06 21:16:58 +00:00 |
|
Keith Lyons
|
885af07ddb
|
feat(ui): Introduce useUI Hook and UIContext (#5488)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-09-06 05:39:02 +00:00 |
|
DeWitt Clinton
|
c1b8708ef5
|
Add hidden property to slash commands (#7797)
|
2025-09-05 20:38:36 +00:00 |
|
shishu314
|
918ab3c2ec
|
feat(security) - Make oauth token storage implement the shared interface (#7802)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-05 16:08:50 +00:00 |
|
shishu314
|
35a841f71a
|
Feat(security) - Make the OAuthTokenStorage non static (#7716)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-04 20:42:47 +00:00 |
|
Tommaso Sciortino
|
cb43bb9ca4
|
Use IdeClient directly instead of config.ideClient (#7627)
|
2025-09-04 16:32:09 +00:00 |
|
Richie Foreman
|
5e5f2dffc0
|
fix(trust): Respect folder trust setting when reading GEMINI.md (#7409)
|
2025-08-29 18:12:36 +00:00 |
|
Abhi
|
bfdddcbd99
|
feat(commands): Enable @file processing in TOML commands (#6716)
|
2025-08-28 03:22:21 +00:00 |
|
Gal Zahavi
|
f22263c9e8
|
refactor: refactor settings to a nested structure (#7244)
|
2025-08-28 01:39:45 +00:00 |
|
Richie Foreman
|
cd2e237c73
|
fix(compression): Discard compression result if it results in more token usage (#7047)
|
2025-08-27 21:00:45 +00:00 |
|
Pavel Simakov
|
bdd63ce3e8
|
Added usage details to /tools command. (#6849)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-08-26 18:07:12 +00:00 |
|
Tommaso Sciortino
|
925d747b9d
|
Revert "feat: add explicit license selection and status visibility (#6751)" (#7057)
|
2025-08-25 23:16:30 +00:00 |
|
Pascal Birchler
|
0f031a7f89
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +00:00 |
|
Jerop Kipruto
|
f719978476
|
feat: Update GitHub workflow configurations (#7004)
|
2025-08-25 21:10:20 +00:00 |
|
Pascal Birchler
|
ee4feea006
|
chore: consistently import node modules with prefix (#3013)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-25 20:11:27 +00:00 |
|
Shreya Keshive
|
776627c855
|
refactor(ide): Improve IDE detection discovery (#6765)
|
2025-08-25 18:39:57 +00:00 |
|
jason
|
5030ced9e1
|
feat: add explicit license selection and status visibility (#6751)
|
2025-08-22 20:01:01 +00:00 |
|
Ben Guo
|
9c1490e985
|
fix(copyCommand): provide friendlier error messages for /copy command (#6723)
Co-authored-by: Ben Guo <hundunben@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-22 16:58:35 +00:00 |
|
Shreya Keshive
|
0e9b06d5c2
|
feat(ide): improve IDE installation UX and feedback (#6677)
|
2025-08-20 21:11:31 +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 |
|
Jerop Kipruto
|
1049d38845
|
feat: update .gitignore in /setup-github (#6591)
|
2025-08-20 01:53:53 +00:00 |
|
Tommaso Sciortino
|
0cc2a1e7ef
|
Remove unnecessary promiuse usage. (#6585)
|
2025-08-19 22:31:02 +00:00 |
|
Ramón Medrano Llamas
|
b24c5887c4
|
feat: restart MCP servers on /mcp refresh (#5479)
Co-authored-by: Brian Ray <62354532+emeryray2002@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-08-19 19:03:19 +00:00 |
|
Shreya Keshive
|
4828e4daf1
|
feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567)
|
2025-08-19 18:22:21 +00:00 |
|
Shreya Keshive
|
9588aa6ef9
|
feat: Show /ide subcommands based on connection status instead of ideMode boolean (#6496)
|
2025-08-19 17:24:58 +00:00 |
|
Shreya Keshive
|
0215811c4c
|
Revert "Show /ide enable & /ide disable commands based on connection status" (#6486)
|
2025-08-18 16:42:45 +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 |
|
Jacob Richman
|
6c1373c332
|
Revert "Update semantic color tokens" (#6365)
|
2025-08-16 03:18:31 +00:00 |
|
Miguel Solorio
|
3c0af3654a
|
Update semantic color tokens (#6253)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2025-08-15 22:39:54 +00:00 |
|
Evan Otero
|
ab1c483cab
|
feat(about): Add the IDE Client's display name to /about (#6311)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-08-15 16:32:15 +00:00 |
|
owenofbrien
|
ddbe65e8c3
|
Add session id to session summary and /bug template (#6313)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
|
2025-08-15 15:15:54 +00:00 |
|
Shreya Keshive
|
a84f749310
|
Show /ide enable & /ide disable commands based on connection status (#6248)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
|
2025-08-15 00:22:32 +00:00 |
|
HugoMurillo
|
8c0c8d7770
|
fix(#5340): unable to load chats with weird characters (#5969)
|
2025-08-14 23:24:57 +00:00 |
|
Kamal Raj Sekar
|
4973e7e1e0
|
/chat save command saves empty conversations with only system context (#6121)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-14 16:30:30 +00:00 |
|
christine betts
|
d6403c67ee
|
[ide-mode] Suggest the extension name in the installation messages (#6182)
|
2025-08-14 14:57:36 +00:00 |
|
Richie Foreman
|
a90aeb3d8f
|
chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)
|
2025-08-13 20:17:38 +00:00 |
|
Harold Mciver
|
8fae227e8d
|
fix: Prevent duplicate or inactive tools/prompts after server refresh (#5850)
|
2025-08-13 19:31:24 +00:00 |
|
Deepankar Sharma
|
9c7fb870c1
|
Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2025-08-13 17:32:54 +00:00 |
|
Shreya Keshive
|
3a87712c1a
|
Launch VS Code IDE Integration (#6063)
|
2025-08-12 21:08:07 +00:00 |
|
christine betts
|
74fd0841d0
|
[ide-mode] Update installation logic and nudge (#6068)
|
2025-08-12 20:08:47 +00:00 |
|
Seth Vargo
|
d8fec54e81
|
feat(/setup-github): Use node to download the files (#5863)
|
2025-08-12 01:32:23 +00:00 |
|
Shreya Keshive
|
b0b12af2ce
|
Additional IDE integration polishes (#5985)
|
2025-08-11 16:27:45 +00:00 |
|
Ali Al Jufairi
|
8a9a927544
|
feat(ui): add /settings command and UI panel (#4738)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-10 00:04:52 +00:00 |
|
Hiroaki Mitsuyoshi
|
6487cc1689
|
feat(chat): Add overwrite confirmation dialog to /chat save (#5686)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-09 06:59:22 +00:00 |
|
Shreya Keshive
|
9ac62565a0
|
Fix excessive console logging + remove unnecessary try catch (#5860)
|
2025-08-08 21:48:02 +00:00 |
|
Shreya Keshive
|
344ee29f77
|
Use slash command instead of context drawer to display open files in editor to reduce flickering in the UI (#5858)
|
2025-08-08 21:26:11 +00:00 |
|
Lee James
|
8d848dca4a
|
feat: open repo secrets page in addition to README (#5684)
|
2025-08-07 16:00:46 +00:00 |
|
Seth Vargo
|
5cd63a6abc
|
feat(cli): get the run-gemini-cli version from the GitHub API (#5708)
|
2025-08-06 20:56:06 +00:00 |
|
Lee James
|
b38f377c9a
|
feat: Enable /setup-github to always run, and error appropriately (#5653)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-06 13:06:37 +00:00 |
|
Lee James
|
be3aabaea6
|
docs(setup-github): Inform user of the next steps after running slash command (#5644)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-08-06 02:59:25 +00:00 |
|