bl-ue
|
974ab66b7a
|
feat(sessions): Add automatic session cleanup and retention policy (#7662)
|
2025-10-06 19:34:00 +00:00 |
|
MRK
|
fcffcfbacb
|
Modifying new_prompt logging to handle real prompts only (#8788)
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
|
2025-09-22 21:31:06 +00:00 |
|
Gal Zahavi
|
6756a8b8a9
|
refactor(ui): Optimize rendering performance (#8239)
|
2025-09-17 22:37:13 +00:00 |
|
Tommaso Sciortino
|
0559040c0f
|
Fix automatic compression bug (#8599)
|
2025-09-17 20:12:06 +00:00 |
|
Tommaso Sciortino
|
6391c4c0f1
|
Show Citations by default for all users. (#8570)
|
2025-09-17 02:40:51 +00:00 |
|
Arya Gummadi
|
1145f25ee3
|
feat: auto-approve pending tool calls when auto_edit/yolo is activated (#6665)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
|
2025-09-15 03:20:21 +00:00 |
|
Gal Zahavi
|
181898cb5d
|
feat(shell): enable interactive commands with virtual terminal (#6694)
|
2025-09-11 20:27:27 +00:00 |
|
Sandy Tao
|
78744cfbca
|
feat(ui): Add confirmation dialog for disabling loop detection for current session (#8231)
|
2025-09-11 05:20:13 +00:00 |
|
Abhi
|
1eaf21f6a2
|
refactor(core): Introduce LlmUtilityService and promptIdContext (#7952)
|
2025-09-09 05:14:15 +00:00 |
|
Tommaso Sciortino
|
7239c5cd9a
|
Refactor Authentication Components and Hooks (#7750)
|
2025-09-05 22:35:41 +00:00 |
|
Victor May
|
e7a4142b2a
|
Handle cleaning up the response text in the UI when a response stream retry occurs (#7416)
|
2025-09-04 02:00:16 +00:00 |
|
bl-ue
|
b5dd6f9ea6
|
feat(sessions): Integrate chat recording into GeminiChat (#6721)
|
2025-09-03 05:29:07 +00:00 |
|
Tommaso Sciortino
|
997136ae25
|
Enable citations by default for certain users. (#7438)
|
2025-09-02 16:36:24 +00:00 |
|
Tommaso Sciortino
|
71ad272a1b
|
Show citations at the end of each turn (#7350)
|
2025-08-28 23:42:54 +00:00 |
|
fuyou
|
45fff8f9f7
|
Fix(command): line/block Comments Incorrectly Parsed as Slash Commands (#6957)
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
|
2025-08-26 03:51:27 +00:00 |
|
Pascal Birchler
|
0f031a7f89
|
Explict imports & exports with type modifier (#3774)
|
2025-08-25 22:04:53 +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 |
|
shishu314
|
cd75d94262
|
Log yolo mode + number of turns (#6055)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-08-25 20:06:47 +00:00 |
|
Tommaso Sciortino
|
75822d3506
|
Change the type of ToolResult.responseParts (#6875)
|
2025-08-22 21:12:05 +00:00 |
|
Arya Gummadi
|
e1d5dc545d
|
fix(checkpointing): improve error handling and messaging for Git issues (#6801)
|
2025-08-22 15:29:52 +00:00 |
|
Victor May
|
4642de2a5c
|
Fixing at command race condition (#6663)
|
2025-08-20 19:51: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 |
|
Adam Weidman
|
b61a63aef4
|
move errorParsing.ts to core (#6159)
|
2025-08-13 17:57:11 +00:00 |
|
Jacob Richman
|
d219f90132
|
Switch from useInput to useKeypress. (#6056)
|
2025-08-12 21:05:49 +00:00 |
|
JAYADITYA
|
2d1a6af890
|
feat(cli): support single Ctrl+C to cancel streaming, preserving double Ctrl+C to exit (#5838)
|
2025-08-12 04:13:57 +00:00 |
|
shishu314
|
1f0ad86544
|
fix: Restore user input when the user cancels response (#5601)
Co-authored-by: Shi Shu <shii@google.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
|
2025-08-06 19:19:10 +00:00 |
|
Gal Zahavi
|
aacae1de43
|
fix(core): prevent UI shift after vim edit (#5315)
|
2025-08-05 21:55:54 +00:00 |
|
Pyush Sinha
|
e506b40c27
|
fix: /help remove flickering and respect clear shortcut (ctr+l) (#3611)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
Co-authored-by: Allen Hutchison <adh@google.com>
|
2025-08-04 16:53:50 +00:00 |
|
Neha Prasad
|
a5ea113a8e
|
fix: Clear previous thoughts when starting new prompts (#4966)
|
2025-07-28 17:57:33 +00:00 |
|
Abhi
|
9daead63dd
|
(feat): Initial Version of Custom Commands (#4572)
|
2025-07-22 04:34:55 +00:00 |
|
darkcocoa
|
4c3532d2b3
|
fix: Add warning message for token limit truncation (#2260)
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
|
2025-07-21 21:57:11 +00:00 |
|
Sandy Tao
|
734da8b9d2
|
Introduce loop detection service that breaks simple loop (#3919)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
|
2025-07-15 03:25:16 +00:00 |
|
Gaurav
|
764809753a
|
fix: TypeError: Cannot read properties of undefined (reading 'authType') (#3914)
|
2025-07-11 21:08:49 +00:00 |
|
uttamkanodia14
|
93284281de
|
Logs the auth type in the user prompts, api responses and errors (#3795)
|
2025-07-11 16:47:46 +00:00 |
|
anj-s
|
c9e1e6d3bd
|
Add support for specifying maxSessionTurns via the settings configuration (#3507)
|
2025-07-11 14:55:03 +00:00 |
|
uttamkanodia14
|
063481faa4
|
Adding TurnId to Tool call and API responses and error logs. (#3039)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
|
2025-07-09 18:49:30 +00:00 |
|
Bryan Morgan
|
8a6509ffeb
|
Remove auto-execution on Flash in the event of a 429/Quota failover (#3662)
Co-authored-by: Jenna Inouye <jinouye@google.com>
|
2025-07-09 17:55:56 +00:00 |
|
Bryan Morgan
|
b0cce95286
|
Improve quota- and resource-related 429 error handling, also taking Code Assist customer tiers into consideration (#3609)
|
2025-07-09 14:18:15 +00:00 |
|
Abhi
|
aa10ccba71
|
feature(commands) - Refactor Slash Command + Vision For the Future (#3175)
|
2025-07-07 20:45:44 +00:00 |
|
N. Taylor Mullen
|
4be32d1f73
|
fix(cli): Group cancelled tool call responses to prevent API errors (#3333)
|
2025-07-05 20:56:39 +00:00 |
|
Abhi
|
770f862832
|
feat: Change /stats to include more detailed breakdowns (#2615)
|
2025-06-30 00:44:33 +00:00 |
|
Sandy Tao
|
150df382f8
|
Upgrade to Ink 6 and React 19 (#2096)
Co-authored-by: jacob314 <jacob314@gmail.com>
|
2025-06-27 23:39:54 +00:00 |
|
Brandon Keiji
|
f6c36f75e3
|
fix: prepublish changes to package names (#1420)
|
2025-06-25 12:41:11 +00:00 |
|
Abhi
|
d3f13c71ae
|
feat: add custom message for 429 errors (#1366)
|
2025-06-24 03:43:00 +00:00 |
|
Tommaso Sciortino
|
0abd2a644e
|
Improve Auth error messaging (#1358)
|
2025-06-24 01:37:41 +00:00 |
|
Abhi
|
dc76bcc433
|
Add error messaging for 429 errors (#1316)
|
2025-06-23 21:30:13 +00:00 |
|
owenofbrien
|
4cfab0a893
|
Clearcut logging - initial implementation (#1274)
Flag-guarded initial implementation of a clearcut logger to collect telemetry data and send it to Concord for dashboards, etc.
|
2025-06-22 14:26:48 +00:00 |
|
Abhi
|
c9950b3cb2
|
feat: Add client-initiated tool call handling (#1292)
|
2025-06-22 01:35:36 -04:00 |
|
Abhi
|
52afcb3a12
|
bug: fix cancel after a tool has been used (#1270)
|
2025-06-20 20:01:44 -07:00 |
|
Louis Jimenez
|
6c67618624
|
Make checkpoints configurable in settings.json (#1251)
|
2025-06-20 00:39:15 -04:00 |
|