Thanks to visit codestin.com
Credit goes to github.com

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: codingmoh/open-codex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codingmoh/open-codex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: codewithdark-git-Add/qwen_coder
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    eef5cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    626450e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79a1a33 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

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

Commits on Apr 27, 2025

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

Commits on May 6, 2025

  1. feat: Add Ollama integration and improve CLI usability and documentation

    - Added full support for Ollama via official Python client (`ollama>=0.4.8`)
    - New agent class `OllamaAgent` for local LLMs like LLaMA3 via Ollama
    - Refactored `AgentBuilder` to support multiple backends (phi, ollama)
    - Improved CLI with:
      - `--ollama` and `--model` flags
      - Host configuration via `--ollama-host`
      - Structured prompt help and error handling
    - Updated README with new usage examples, clearer feature list, and Ollama setup instructions
    - Renamed `phi_4_mini.py` → `phi_4_mini_agent.py` for consistency
    - Enhanced logging and feedback for model loading and errors
    - Improved UX: response formatting, keypress actions (copy/execute/abort) with better feedback
    codingmoh committed May 6, 2025
    Configuration menu
    Copy the full SHA
    86dde0b View commit details
    Browse the repository at this point in the history
Loading