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.5.7
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.5.8
Choose a head ref
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Nov 21, 2025

  1. docs: Add Ollama Cloud API environment variables

    Add documentation for OLLAMA_CLOUD_API_URL and OLLAMA_CLOUD_API_KEY
    environment variables to support the recently added Ollama Cloud
    provider integration.
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    2655b6a View commit details
    Browse the repository at this point in the history
  2. fix: TOC scrolling and update dependencies

    - Fix TOC not scrolling to sections when clicking items
      - Correctly target the main scroll container instead of window
      - Use window.scrollY instead of deprecated pageYOffset
      - Standardize header offset to 64px across all components
      - Fix IntersectionObserver rootMargin from -80px/-40% to -64px/-20%
      - Extend click timeout from 200ms to 1000ms for smooth scrolling
      - Refactor observer setup to prevent unnecessary recreations
    
    - Fix ESLint configuration
      - Migrate from FlatCompat to native flat config imports
      - Disable overly strict react-hooks/set-state-in-effect rule
    
    - Update dependencies
      - Update glob from v11 to v13
      - Update @types/react, @types/react-dom, typescript
      - Sync package-lock.json
    
    - Minor code cleanup
      - Remove unused React import in Header.tsx
      - Improve code structure in useSearch.tsx
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    c6f1d94 View commit details
    Browse the repository at this point in the history
  3. docs: Update A2A documentation to emphasize CLI usage

    - Remove middleware/gateway configuration approach (A2A_ENABLE, A2A_AGENTS env vars)
    - Add CLI as the recommended way to use A2A with `infer agents` commands
    - Document `/a2a` shortcut for viewing connected agents in chat
    - Clarify that CLI acts as an A2A agent client
    - Remove example agents (Calculator, Weather, Hello World)
    - Remove Kubernetes deployment examples
    - Remove A2A configuration section from configuration.mdx
    - Update main.mdx with CLI-focused A2A examples
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    d792550 View commit details
    Browse the repository at this point in the history
  4. chore(release): 🔖 0.5.8 [skip ci]

    ## [0.5.8](0.5.7...0.5.8) (2025-11-21)
    
    ### 🐛 Bug Fixes
    
    * TOC scrolling and update dependencies ([c6f1d94](c6f1d94))
    
    ### 📚 Documentation
    
    * Add Ollama Cloud API environment variables ([2655b6a](2655b6a))
    * Update A2A documentation to emphasize CLI usage ([d792550](d792550))
    edenreich committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    04b4c25 View commit details
    Browse the repository at this point in the history
Loading