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: docker/docker-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.4
Choose a base ref
...
head repository: docker/docker-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.23.5
Choose a head ref
  • 9 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 19, 2026

  1. docs: update CHANGELOG.md for v1.23.4

    Automated changelog update for release v1.23.4
    
    Assisted-By: cagent
    github-actions[bot] committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    79ee6c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1792 from docker/changelog/v1.23.4

    docs: update CHANGELOG.md for v1.23.4
    dgageot authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    a7ee238 View commit details
    Browse the repository at this point in the history
  3. Rename schema

    Signed-off-by: David Gageot <david.gageot@docker.com>
    dgageot authored and krissetto committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    1ae7af3 View commit details
    Browse the repository at this point in the history
  4. Show message count in session browser dialog

    Add NumMessages field to session.Summary and populate it from both
    SQLite (via LEFT JOIN on session_items) and InMemory stores. Display
    the count in the session browser as '(N)' next to each session title.
    
    Assisted-By: cagent
    dgageot authored and krissetto committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    ad7c068 View commit details
    Browse the repository at this point in the history
  5. fix: recognize cobra internal completion commands as subcommands

    defaultToRun() was not recognizing __complete and __completeNoDesc as
    subcommands, causing it to prepend 'run' to completion args. This made
    the run command try to resolve '__complete' as an OCI agent reference,
    resulting in a ~1.2s network call to Docker Hub on every tab completion.
    
    Add __complete and __completeNoDesc to isSubcommand() so they are
    passed through directly, reducing completion time from ~1.2s to ~30ms.
    
    Assisted-By: cagent
    dgageot authored and krissetto committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    bd14cb0 View commit details
    Browse the repository at this point in the history
  6. Fix help for docker-agent standalone binary exec

    Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
    gtardif committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    19ac4a6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1796 from gtardif/fix_docker_agent_standalone_help

    Fix help for docker-agent standalone binary exec
    dgageot authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    3ee027a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Fix docker-agent version for cli plugin & standalone exec

    Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
    gtardif committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    edf2a4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1802 from gtardif/fix_docker_agent_standalone_ver…

    …sion
    
    Fix docker-agent version for cli plugin & standalone exec
    gtardif authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    a6c3acc View commit details
    Browse the repository at this point in the history
Loading