Sandy Tao
|
2567ad5cd9
|
fix(core): move project memory dir under tmp directory (#24542)
|
2026-04-02 17:50:43 +00:00 |
|
Sandy Tao
|
7e608beca7
|
feat(core): add background memory service for skill extraction (#24274)
|
2026-04-02 05:05:31 +00:00 |
|
Sandy Tao
|
0589daf06f
|
feat(core): add project-level memory scope to save_memory tool (#24161)
|
2026-03-31 01:32:15 +00:00 |
|
anj-s
|
bd68cfc6bb
|
fix(core): use session-specific temp directory for task tracker (#22382)
|
2026-03-13 23:35:26 +00:00 |
|
Tommaso Sciortino
|
d46b199ec3
|
feat(cli): customizable keyboard shortcuts (#21945)
|
2026-03-11 01:05:50 +00:00 |
|
Spencer
|
0f89676dbb
|
feat(policy): support auto-add to policy by default and scoped persistence (#20361)
|
2026-03-10 17:01:41 +00:00 |
|
Sandy Tao
|
9aa7de53cd
|
feat(core): add OAuth2 Authorization Code auth provider for A2A agents (#21496)
Co-authored-by: Adam Weidman <adamfweidman@google.com>
|
2026-03-10 15:24:44 +00:00 |
|
Abhijit Balaji
|
bb33d98497
|
fix(core): revert auto-save of policies to user space (#20531)
|
2026-02-27 16:03:36 +00:00 |
|
anj-s
|
ac08067b59
|
feat(core): implement task tracker foundation and service (#19464)
|
2026-02-25 23:17:17 +00:00 |
|
Abhijit Balaji
|
d5f95ec65f
|
fix(cli): skip workspace policy loading when in home directory (#20054)
|
2026-02-23 22:08:56 +00:00 |
|
Abhijit Balaji
|
36e8d192cc
|
feat(policy): repurpose "Always Allow" persistence to workspace level (#19707)
|
2026-02-20 22:07:20 +00:00 |
|
Michael Bleigh
|
bc21c39821
|
refactor(sdk): introduce session-based architecture (#19180)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-20 00:47:35 +00:00 |
|
Abhijit Balaji
|
5793acd758
|
feat(policy): implement project-level policy support (#18682)
|
2026-02-20 00:16:03 +00:00 |
|
Jerop Kipruto
|
bb6abd0267
|
feat(plan): support configuring custom plans storage directory (#19577)
|
2026-02-19 22:47:08 +00:00 |
|
Adam Weidman
|
c10c25b4eb
|
chore(core): improve encapsulation and remove unused exports (#19556)
|
2026-02-19 20:19:32 +00:00 |
|
Adib234
|
1b11518fed
|
fix(plan): isolate plan files per session (#18757)
|
2026-02-12 19:02:59 +00:00 |
|
joshualitt
|
00a09c9e6d
|
Shorten temp directory (#17901)
|
2026-02-06 16:10:17 +00:00 |
|
N. Taylor Mullen
|
a664d5c7f2
|
feat(core): add .agents/skills directory alias for skill discovery (#18151)
|
2026-02-03 06:07:36 +00:00 |
|
Yuna Seol
|
ccea11951d
|
fix(security): enforce strict policy directory permissions (#17353)
Co-authored-by: Yuna Seol <yunaseol@google.com>
|
2026-01-27 00:27:49 +00:00 |
|
Jerop Kipruto
|
222e85cc77
|
feat(plan): add persistent plan file storage (#17563)
|
2026-01-26 21:57:27 +00:00 |
|
Christian Gunderman
|
bcf90e47fc
|
feat(agents): implement first-run experience for project-level sub-agents (#17266)
|
2026-01-26 19:49:32 +00:00 |
|
Sandy Tao
|
4846a206df
|
feat(cli): implement passive activity logger for session analysis (#15829)
|
2026-01-11 13:22:49 +00:00 |
|
N. Taylor Mullen
|
1bfc3a7399
|
Introduce GEMINI_CLI_HOME for strict test isolation (#15907)
|
2026-01-07 04:09:39 +00:00 |
|
N. Taylor Mullen
|
1ed8948b67
|
Agent Skills: Implement Core Skill Infrastructure & Tiered Discovery (#15698)
|
2025-12-30 13:35:52 -08:00 |
|
Abhi
|
7400798365
|
feat: add agent toml parser (#15112)
|
2025-12-18 03:46:55 +00:00 |
|
Allen Hutchison
|
ed3f64199d
|
Refactor PolicyEngine to Core Package (#12325)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-11-03 23:41:00 +00:00 |
|
Allen Hutchison
|
2a17b03d46
|
feat(policy): Introduce config-based policy engine with TOML configuration (#11992)
|
2025-10-28 16:20:57 +00:00 |
|
Dongin Kim(Terry)
|
1470bae0d0
|
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 |
|
joshualitt
|
5dbcbd878c
|
feat(core): Download ripgrep at runtime, if enabled. (#7818)
|
2025-09-08 21:44:56 +00:00 |
|
shishu314
|
d6e39ce627
|
Feat(security) - Create a class for Oauth credential (#7745)
Co-authored-by: Shi Shu <shii@google.com>
|
2025-09-05 14:30:41 +00:00 |
|
Pascal Birchler
|
42392f6308
|
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 |
|
Yuki Okita
|
fbbf39b059
|
Refac: Centralize storage file management (#4078)
Co-authored-by: Taylor Mullen <ntaylormullen@google.com>
|
2025-08-20 01:55:47 +00:00 |
|