-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: google-gemini/gemini-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: BlocksOrg/gemini-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 186 files changed
- 5 contributors
Commits on Sep 6, 2025
-
feat: Add --resume functionality for non-interactive sessions
This commit implements comprehensive session resumption capabilities: - Add --resume flag to CLI arguments with support for: * Index numbers (--resume 1) * UUID identifiers (--resume <full-uuid>) * Latest session (--resume latest) - Add --list-sessions flag to display available sessions - Add --delete-session flag to clean up sessions - Automatic session recording in non-interactive mode via ChatRecordingService - Session cleanup functionality with configurable retention policies - Full integration with existing chat recording infrastructure The implementation enables users to seamlessly continue conversations across multiple CLI invocations, maintaining context and history. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 536a965 - Browse repository at this point
Copy the full SHA 536a965View commit details -
chore: Rename package scope from @google to @blocksuser
- Update package.json files to use @blocksuser/gemini-cli and @blocksuser/gemini-cli-core - Update all import statements and references across 200+ files - Remove private flag to enable public npm publishing - Update prepare-package.js to exclude .npmrc files from bundling - Add reapply-renaming.sh script for reapplying changes This enables publishing to npm under the @blocksuser scope instead of the original @google scope. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for b1cfda8 - Browse repository at this point
Copy the full SHA b1cfda8View commit details -
Merge pull request #1 from BlocksOrg/blocks/feature-resume-sessions
feat: Add --resume functionality for non-interactive sessions
Configuration menu - View commit details
-
Copy full SHA for c7f2a77 - Browse repository at this point
Copy the full SHA c7f2a77View commit details
Commits on Sep 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fe146c4 - Browse repository at this point
Copy the full SHA fe146c4View commit details
Commits on Sep 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4db385a - Browse repository at this point
Copy the full SHA 4db385aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e8f339 - Browse repository at this point
Copy the full SHA 2e8f339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a8c90 - Browse repository at this point
Copy the full SHA 37a8c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for e527935 - Browse repository at this point
Copy the full SHA e527935View commit details -
Merge pull request #3 from BlocksOrg/feat/stream-json
Add stream-json output format
Configuration menu - View commit details
-
Copy full SHA for 0af22ea - Browse repository at this point
Copy the full SHA 0af22eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78eefa1 - Browse repository at this point
Copy the full SHA 78eefa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54af1d6 - Browse repository at this point
Copy the full SHA 54af1d6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main