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/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.100.1
Choose a base ref
...
head repository: inference-gateway/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.100.2
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 26, 2026

  1. fix: Ensure agent wakes up on A2A task completion (#384)

    Enabled A2A monitoring in config and fixed agent event channel
    integration. Agent now properly receives wake-up events when A2A tasks
    complete. Fixed task state handling with case-insensitive comparisons
    and prevented premature agent exit.
    
    ## Changes Made:
    
    1. **Enabled A2A monitoring** in `.infer/config.yaml`
    2. **Fixed import ordering** in multiple files for consistency
    3. **Added agent event channel integration** to wake up the agent when
    A2A tasks complete
    4. **Fixed A2A task state handling** with case-insensitive state
    comparisons
    5. **Prevented agent from exiting** while A2A tasks are pending in idle
    state
    
    ## Key Benefits:
    - A2A monitoring is now enabled by default
    - Agent stays alive while A2A tasks are pending
    - Proper event notification when tasks complete
    - Robust state handling for various task status formats
    - Improved reliability of A2A task execution
    edenreich authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    a35a5e9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.100.2 [skip ci]

    ## [0.100.2](v0.100.1...v0.100.2) (2026-01-26)
    
    ### 🐛 Bug Fixes
    
    * Ensure agent wakes up on A2A task completion ([#384](#384)) ([a35a5e9](a35a5e9))
    semantic-release-bot committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    4c732f1 View commit details
    Browse the repository at this point in the history
Loading