-
Notifications
You must be signed in to change notification settings - Fork 420
Comparing changes
Open a pull request
base repository: docker/docker-agent
base: v1.112.0
head repository: docker/docker-agent
compare: v1.113.0
- 16 commits
- 33 files changed
- 6 contributors
Commits on Jul 20, 2026
-
fix: attribute compaction summary costs to the model that generated them
Adds Model+Usage to compactor.Result and session.Item (migration 25), threads them through SessionSummaryEvent, persistence, and the server AddSummary path so the TUI /cost By Model breakdown includes compaction spend instead of silently dropping it.
Configuration menu - View commit details
-
Copy full SHA for eb78487 - Browse repository at this point
Copy the full SHA eb78487View commit details -
refactor: address review feedback on compaction cost attribution
Add chat.Usage.Add helper; validate/normalize summary attribution in server; thread model/usage through client API via session.Item; deep-copy usage pointer in persistence observer and snapshotItems; document last-model-wins in runUsage. Assisted-By: Claude
Configuration menu - View commit details
-
Copy full SHA for e33eed4 - Browse repository at this point
Copy the full SHA e33eed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db9ef5 - Browse repository at this point
Copy the full SHA 2db9ef5View commit details -
fix: use defer for mutex unlock in webhook setRuntime
Assisted-By: docker-agent
Configuration menu - View commit details
-
Copy full SHA for 0c81a03 - Browse repository at this point
Copy the full SHA 0c81a03View commit details -
bump github.com/charmbracelet/ultraviolet from v0.0.0-20260713092251-…
…4bee1914c0cf to v0.0.0-20260720091822-7cc6674724ac Assisted-By: docker-agent
Configuration menu - View commit details
-
Copy full SHA for 7e7695d - Browse repository at this point
Copy the full SHA 7e7695dView commit details -
bump github.com/dop251/goja from v0.0.0-20260701091749-b07b74453ea9 t…
…o v0.0.0-20260719185829-0fc1d42c1dc9 Assisted-By: docker-agent
Configuration menu - View commit details
-
Copy full SHA for 257181b - Browse repository at this point
Copy the full SHA 257181bView commit details -
bump github.com/junegunn/fzf from v0.74.0 to v0.74.1
Assisted-By: docker-agent
Configuration menu - View commit details
-
Copy full SHA for e7bf84c - Browse repository at this point
Copy the full SHA e7bf84cView commit details -
bump github.com/openai/openai-go/v3 from v3.43.0 to v3.44.0
Assisted-By: docker-agent
Configuration menu - View commit details
-
Copy full SHA for 5ab73e1 - Browse repository at this point
Copy the full SHA 5ab73e1View commit details -
docs: update CHANGELOG.md for v1.112.0
Automated changelog update for release v1.112.0 Assisted-By: Docker Agent
Configuration menu - View commit details
-
Copy full SHA for 4ff3abc - Browse repository at this point
Copy the full SHA 4ff3abcView commit details -
Merge pull request #3759 from dgageot/bump-go-dependencies
chore: bump direct Go dependencies
Configuration menu - View commit details
-
Copy full SHA for 36a5a74 - Browse repository at this point
Copy the full SHA 36a5a74View commit details -
Merge pull request #3757 from docker/changelog/v1.112.0
docs: update CHANGELOG.md for v1.112.0
Configuration menu - View commit details
-
Copy full SHA for 2e70dad - Browse repository at this point
Copy the full SHA 2e70dadView commit details -
Merge pull request #3760 from dgageot/fix/compaction-cost-per-model
fix: attribute compaction summary costs to the model that generated them
Configuration menu - View commit details
-
Copy full SHA for b4faf8f - Browse repository at this point
Copy the full SHA b4faf8fView commit details -
pkg/api: expose root-agent command names in /api/agents
Add a Commands []string field to api.Agent so clients can enumerate the slash commands defined on the root of each loaded config. Populated from cfg.Agents.First().Commands (already merged with any UseCommands references by config.Load), sorted alphabetically, and omitted from the JSON when empty for backward compatibility.
Configuration menu - View commit details
-
Copy full SHA for 3de760d - Browse repository at this point
Copy the full SHA 3de760dView commit details -
Merge pull request #3761 from trungutt/api-agents-expose-commands
Enhance the agents API
Configuration menu - View commit details
-
Copy full SHA for 185d64f - Browse repository at this point
Copy the full SHA 185d64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 715438c - Browse repository at this point
Copy the full SHA 715438cView commit details -
Merge pull request #3762 from docker/chore/remove-dead-tui-code
chore: remove unused TUI code
Configuration menu - View commit details
-
Copy full SHA for 0db8009 - Browse repository at this point
Copy the full SHA 0db8009View 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.112.0...v1.113.0