feat: add gemini cli support#87
Merged
mergify[bot] merged 3 commits intomatrixorigin:mainfrom Mar 24, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds Gemini CLI as a first-class supported agent in Memoria’s setup flow and CLI tooling, including generated MCP config and steering/rule templates.
Changes:
- Add Gemini CLI detection and configuration to
memoriaCLI (init,rules,status). - Add Gemini-specific rule templates (
GEMINI.md+.gemini/*.md). - Update setup skill and README to list Gemini CLI as a supported agent and document file locations.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/setup/SKILL.md | Updates setup decision tree/tool list to include Gemini CLI outputs. |
| README.md | Documents Gemini CLI as supported and adds rule file locations. |
| memoria/crates/memoria-cli/src/main.rs | Implements Gemini tool support (detect/configure/status/rules) and embeds new templates. |
| memoria/crates/memoria-cli/templates/gemini_rule.md | New Gemini steering/rule template. |
| memoria/crates/memoria-cli/templates/gemini_session_lifecycle.md | New Gemini session lifecycle guidance template. |
| memoria/crates/memoria-cli/templates/gemini_memory_hygiene.md | New Gemini memory hygiene template. |
| memoria/crates/memoria-cli/templates/gemini_memory_branching.md | New Gemini branching patterns template. |
| memoria/crates/memoria-cli/templates/gemini_goal_evolution.md | New Gemini goal evolution template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
Resolve copilot codex issue, not part of this PR. |
aptend
approved these changes
Mar 24, 2026
Merge Queue Status
This pull request spent 3 seconds in the queue, with no time running CI. Required conditions to merge
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Which issue(s) this PR fixes
Fixes #86
What this PR does / why we need it
Add gemini cli support