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: inference-gateway/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.9
Choose a base ref
...
head repository: inference-gateway/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.10
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 28, 2025

  1. Configuration menu
    Copy the full SHA
    e0169dd View commit details
    Browse the repository at this point in the history
  2. docs: Add CLI documentation (#10)

    * feat(docs): Add comprehensive CLI documentation
    
    - Add detailed CLI documentation in MDX format with installation, usage, and configuration guides
    - Create CLI page components following existing patterns
    - Add CLI section to sidebar navigation under new "Tools" category
    - Include comprehensive command reference and troubleshooting sections
    - Cover conversation management and advanced features
    
    Co-authored-by: Eden Reich <[email protected]>
    
    * docs(cli): Fix CLI documentation to match actual implementation
    
    Replace fictional CLI documentation with accurate information based on the actual
    inference-gateway/cli repository. Major corrections include:
    
    - Fix installation methods (Go install script vs npm)  
    - Update to reflect Go-based binary with TUI interface
    - Document actual commands (init, status, chat, agent, config)
    - Replace JSON config with actual YAML configuration
    - Add autonomous agent mode and tool system documentation
    - Include security features and sandbox controls
    - Update version info and repository links
    
    The documentation now accurately reflects the v0.47.0 CLI capabilities
    including interactive chat, autonomous task execution, and comprehensive
    tool integration for LLMs.
    
    Co-authored-by: Eden Reich <[email protected]>
    
    * chore: Remove redundant wordings and a link
    
    ---------
    
    Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
    Co-authored-by: Eden Reich <[email protected]>
    3 people authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    1f6badb View commit details
    Browse the repository at this point in the history
  3. chore(release): 🔖 0.4.10 [skip ci]

    ## [0.4.10](0.4.9...0.4.10) (2025-08-28)
    
    ### 📚 Documentation
    
    * Add CLI documentation ([#10](#10)) ([1f6badb](1f6badb))
    
    ### 🔧 Miscellaneous
    
    * Create refactor request issue template ([e0169dd](e0169dd))
    edenreich committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    adb1db8 View commit details
    Browse the repository at this point in the history
Loading