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: MarkCodering/cortex-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.
  • 3 commits
  • 153 files changed
  • 1 contributor

Commits on Aug 30, 2025

  1. refactor: rename test utility package and update imports

    - Changed package name from @google/gemini-cli-test-utils to @markcodering/cortex-cli-test-utils in multiple test files.
    - Updated import paths in crawler.test.ts, fileSearch.test.ts, and ignore.test.ts to reflect the new package name.
    
    chore: update vscode-ide-companion package details
    
    - Renamed package from gemini-cli-vscode-ide-companion to cortex-cli-vscode-ide-companion.
    - Updated repository URL and publisher details.
    - Changed command names and descriptions to reflect the new Cortex branding.
    
    feat: implement Ollama support in Cortex CLI
    
    - Added OllamaContentGenerator class for local AI model inference.
    - Introduced modelsCommand to list and select available Ollama models.
    - Updated core logic to support Ollama API interactions for content generation and embeddings.
    
    docs: add CORTEX.md for project overview and usage instructions
    
    - Created CORTEX.md to provide details on the Cortex CLI, including installation, usage, and migration from Gemini CLI.
    - Documented new features, technical changes, and contributing guidelines.
    
    fix: update imports in core and cli files to use new Cortex package
    
    - Refactored import statements in various core and CLI files to use @markcodering/cortex-cli-core instead of the old gemini-cli-core.
    MarkCodering committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    89ebbb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    29964f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb7ccb View commit details
    Browse the repository at this point in the history
Loading