Skip to content
Permalink

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
Choose a base ref
...
head repository: BlocksOrg/gemini-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 186 files changed
  • 5 contributors

Commits on Sep 6, 2025

  1. 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>
    BlocksOrg and claude committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    536a965 View commit details
    Browse the repository at this point in the history
  2. 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>
    AlejandroEsquivel and claude committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    b1cfda8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from BlocksOrg/blocks/feature-resume-sessions

    feat: Add --resume functionality for non-interactive sessions
    AlejandroEsquivel authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    c7f2a77 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Configuration menu
    Copy the full SHA
    fe146c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Configuration menu
    Copy the full SHA
    4db385a View commit details
    Browse the repository at this point in the history
  2. Rename for blocks

    tomi-stipancik committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    2e8f339 View commit details
    Browse the repository at this point in the history
  3. fix names

    tomi-stipancik committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    37a8c90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e527935 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from BlocksOrg/feat/stream-json

    Add stream-json output format
    tomi-stipancik authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    0af22ea View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from BlocksOrg/feat/nightly

    Feat/nightly
    tomi-stipancik authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    78eefa1 View commit details
    Browse the repository at this point in the history
  7. bump version

    tomi-stipancik committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    54af1d6 View commit details
    Browse the repository at this point in the history
Loading