-
Notifications
You must be signed in to change notification settings - Fork 348
Comparing changes
Open a pull request
base repository: docker/docker-agent
base: v1.23.4
head repository: docker/docker-agent
compare: v1.23.5
- 9 commits
- 15 files changed
- 3 contributors
Commits on Feb 19, 2026
-
docs: update CHANGELOG.md for v1.23.4
Automated changelog update for release v1.23.4 Assisted-By: cagent
Configuration menu - View commit details
-
Copy full SHA for 79ee6c0 - Browse repository at this point
Copy the full SHA 79ee6c0View commit details -
Merge pull request #1792 from docker/changelog/v1.23.4
docs: update CHANGELOG.md for v1.23.4
Configuration menu - View commit details
-
Copy full SHA for a7ee238 - Browse repository at this point
Copy the full SHA a7ee238View commit details -
Signed-off-by: David Gageot <david.gageot@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 1ae7af3 - Browse repository at this point
Copy the full SHA 1ae7af3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ad7c068 - Browse repository at this point
Copy the full SHA ad7c068View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bd14cb0 - Browse repository at this point
Copy the full SHA bd14cb0View commit details -
Fix help for docker-agent standalone binary exec
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 19ac4a6 - Browse repository at this point
Copy the full SHA 19ac4a6View commit details -
Merge pull request #1796 from gtardif/fix_docker_agent_standalone_help
Fix help for docker-agent standalone binary exec
Configuration menu - View commit details
-
Copy full SHA for 3ee027a - Browse repository at this point
Copy the full SHA 3ee027aView commit details
Commits on Feb 20, 2026
-
Fix docker-agent version for cli plugin & standalone exec
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for edf2a4f - Browse repository at this point
Copy the full SHA edf2a4fView commit details -
Merge pull request #1802 from gtardif/fix_docker_agent_standalone_ver…
…sion Fix docker-agent version for cli plugin & standalone exec
Configuration menu - View commit details
-
Copy full SHA for a6c3acc - Browse repository at this point
Copy the full SHA a6c3accView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.23.4...v1.23.5