Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
google-gemini
/
gemini-cli
Public
Notifications
You must be signed in to change notification settings
Fork
14.6k
Star
107k
Code
Issues
577
Pull requests
263
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(core): add experimental memory manager agent to replace save_memory tool
- #22726
#22726
Merged
SandyTao520
merged 14 commits into
main
google-gemini/gemini-cli:main
from
st/feat/experimental-memory-manager-agent
google-gemini/gemini-cli:st/feat/experimental-memory-manager-agent
Copy head branch name to clipboard
Mar 19, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
feat(core): add experimental memory manager agent to replace save_memory tool
#22726
SandyTao520
merged 14 commits into
main
google-gemini/gemini-cli:main
from
st/feat/experimental-memory-manager-agent
google-gemini/gemini-cli:st/feat/experimental-memory-manager-agent
Copy head branch name to clipboard
Commits
Commits on Mar 16, 2026
feat(core): add experimental memory manager agent to replace save_memory tool
Show description for 6949763
SandyTao520
committed
6949763
View commit details
Copy full SHA for 6949763
Browse repository at this point
Commits on Mar 18, 2026
Prototyped improvements for memory subagent (#22898)
gundermanc
authored
4708017
View commit details
Copy full SHA for 4708017
Browse repository at this point
Merge remote-tracking branch 'origin/main' into st/feat/experimental-memory-manager-agent
Show description for 38614b9
SandyTao520
committed
38614b9
View commit details
Copy full SHA for 38614b9
Browse repository at this point
fix(core): align memory manager tests with implementation and use lazy prompt evaluation
Show description for bd3cabd
SandyTao520
committed
bd3cabd
View commit details
Copy full SHA for bd3cabd
Browse repository at this point
fix(core): fix prompt formatting, test accuracy, and revert unintended prompt change
Show description for 1bf3843
SandyTao520
committed
1bf3843
View commit details
Copy full SHA for 1bf3843
Browse repository at this point
Commits on Mar 19, 2026
fix(core): correct project memory path from .gemini/ to ./ in agent prompt
SandyTao520
committed
37b605c
View commit details
Copy full SHA for 37b605c
Browse repository at this point
refactor(core): move initial context from system prompt to query in memory manager agent
SandyTao520
committed
b635595
View commit details
Copy full SHA for b635595
Browse repository at this point
fix(core): auto-update system instruction on memory change and fix jitContext memory refresh
SandyTao520
committed
8ba14fd
View commit details
Copy full SHA for 8ba14fd
Browse repository at this point
fix(cli): disambiguate glob rule lookup in policy integration tests
SandyTao520
committed
86f346a
View commit details
Copy full SHA for 86f346a
Browse repository at this point
refactor(core): use Config.getUserMemory() instead of manual FS reads in memory manager agent
SandyTao520
committed
7b0a0cf
View commit details
Copy full SHA for 7b0a0cf
Browse repository at this point
chore: enable experimental memoryManager in project settings
SandyTao520
committed
9855f4d
View commit details
Copy full SHA for 9855f4d
Browse repository at this point
fix(policy): tighten memory-manager argsPattern to reject substring matches
SandyTao520
committed
90e98bf
View commit details
Copy full SHA for 90e98bf
Browse repository at this point
refactor: use ASK_USER_TOOL_NAME constant in memory-manager system prompt
SandyTao520
committed
755a200
View commit details
Copy full SHA for 755a200
Browse repository at this point
refactor: use GEMINI_MODEL_ALIAS_FLASH instead of hardcoded model name
SandyTao520
committed
a0404eb
View commit details
Copy full SHA for a0404eb
Browse repository at this point
You can’t perform that action at this time.