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: ae7b8ac
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: 0db8009
Choose a head ref
  • 16 commits
  • 33 files changed
  • 6 contributors

Commits on Jul 20, 2026

  1. 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.
    dgageot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    eb78487 View commit details
    Browse the repository at this point in the history
  2. 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
    dgageot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    e33eed4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db9ef5 View commit details
    Browse the repository at this point in the history
  4. fix: use defer for mutex unlock in webhook setRuntime

    Assisted-By: docker-agent
    dgageot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    0c81a03 View commit details
    Browse the repository at this point in the history
  5. bump github.com/charmbracelet/ultraviolet from v0.0.0-20260713092251-…

    …4bee1914c0cf to v0.0.0-20260720091822-7cc6674724ac
    
    Assisted-By: docker-agent
    dgageot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    7e7695d View commit details
    Browse the repository at this point in the history
  6. bump github.com/dop251/goja from v0.0.0-20260701091749-b07b74453ea9 t…

    …o v0.0.0-20260719185829-0fc1d42c1dc9
    
    Assisted-By: docker-agent
    dgageot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    257181b View commit details
    Browse the repository at this point in the history
  7. bump github.com/junegunn/fzf from v0.74.0 to v0.74.1

    Assisted-By: docker-agent
    dgageot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    e7bf84c View commit details
    Browse the repository at this point in the history
  8. bump github.com/openai/openai-go/v3 from v3.43.0 to v3.44.0

    Assisted-By: docker-agent
    dgageot committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    5ab73e1 View commit details
    Browse the repository at this point in the history
  9. docs: update CHANGELOG.md for v1.112.0

    Automated changelog update for release v1.112.0
    
    Assisted-By: Docker Agent
    docker-read-write[bot] authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    4ff3abc View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3759 from dgageot/bump-go-dependencies

    chore: bump direct Go dependencies
    dgageot authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    36a5a74 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3757 from docker/changelog/v1.112.0

    docs: update CHANGELOG.md for v1.112.0
    dgageot authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    2e70dad View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3760 from dgageot/fix/compaction-cost-per-model

    fix: attribute compaction summary costs to the model that generated them
    dgageot authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    b4faf8f View commit details
    Browse the repository at this point in the history
  13. 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.
    trungutt committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    3de760d View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3761 from trungutt/api-agents-expose-commands

    Enhance the agents API
    Sayt-0 authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    185d64f View commit details
    Browse the repository at this point in the history
  15. chore: remove unused TUI code

    Sayt-0 committed Jul 20, 2026
    Configuration menu
    Copy the full SHA
    715438c View commit details
    Browse the repository at this point in the history
  16. Merge pull request #3762 from docker/chore/remove-dead-tui-code

    chore: remove unused TUI code
    Sayt-0 authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    0db8009 View commit details
    Browse the repository at this point in the history
Loading