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: 350b6ac
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: e72c2bd
Choose a head ref
  • 20 commits
  • 25 files changed
  • 8 contributors

Commits on Jun 2, 2026

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

    Automated changelog update for release v1.71.0
    
    Assisted-By: Docker Agent
    docker-read-write[bot] authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    e5e4a3a View commit details
    Browse the repository at this point in the history
  2. feat(examples): add Atlassian expert agent example

    Signed-off-by: maxcleme <maxime.clement@docker.com>
    maxcleme committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    be1c5c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2962 from docker/changelog/v1.71.0

    docs: update CHANGELOG.md for v1.71.0
    dgageot authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    2dbc5ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2963 from maxcleme/co-add-atlassian-expert-example

    feat(examples): add Atlassian expert agent example
    dgageot authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    1133c75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f99e4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d869cbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0a40ca View commit details
    Browse the repository at this point in the history
  8. docs: fix review feedback on MCP and remote-MCP docs

    - remote-mcp: drop "offer to retry" — agent reports OAuth decline
      but does not proactively prompt; user must re-ask
    - mcp: correct OpenAI embedded resource routing — images use
      input_image, not input_file (PDFs still use input_file)
    aheritier committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    3f861cc View commit details
    Browse the repository at this point in the history
  9. bump charm.land/bubbletea/v2 from v2.0.6 to v2.0.7

    Assisted-By: docker-agent
    dgageot committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    2de66a3 View commit details
    Browse the repository at this point in the history
  10. bump github.com/openai/openai-go/v3 from v3.37.0 to v3.38.0

    Assisted-By: docker-agent
    dgageot committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    9ae11c4 View commit details
    Browse the repository at this point in the history
  11. feat(cli): support alias list --json output

    Add a --json flag to `docker agent alias list` that emits the registered
    aliases as a sorted JSON array, with empty options omitted.
    
    Closes #2965
    Sayt-0 committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    f34a4df View commit details
    Browse the repository at this point in the history
  12. feat(cli): dedup alias list JSON entry and add tests

    Signed-off-by: Sayt-0 <louis-dalmorocompta@docker.com>
    Sayt-0 committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    fe03d98 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2966 from docker/feat/alias-list-json

    feat(cli): support `alias list --json` output
    Sayt-0 authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    7872274 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e144cac View commit details
    Browse the repository at this point in the history
  15. Merge pull request #2968 from dgageot/board/04dc276d87cc0e22

    chore: bump Go dependencies
    dgageot authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    a43aeee View commit details
    Browse the repository at this point in the history
  16. Merge pull request #2957 from docker/docs/auto-update

    docs: update documentation for agent-picker, MCP embedded resources, and remote MCP OAuth cancel
    dgageot authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    9ab4ecf View commit details
    Browse the repository at this point in the history
  17. Merge pull request #2970 from Daniel-Kolev/fix/ssrf-safe-transport-wr…

    …apped-default
    
    fix(httpclient): fall back when http.DefaultTransport is not *http.Transport
    dgageot authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    29017ca View commit details
    Browse the repository at this point in the history
  18. feat(config): support top-level shared skills and commands

    Add top-level `commands` and `skills` sections holding reusable, named
    groups that agents opt into by name via `use_commands` / `use_skills`.
    Groups are merged into each agent during config resolution; an agent's
    inline entries win on name conflicts. Bumps the config schema to v11
    and updates the JSON schema, HCL converter, example, and docs.
    
    Closes #2967
    Sayt-0 committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    f8c6cdd View commit details
    Browse the repository at this point in the history
  19. refactor(config): keep shared skills/commands in the latest package

    Drop the v11 schema bump and the frozen v10 package. The top-level
    commands/skills support now lives entirely in the latest package and the
    schema stays at version 10.
    Sayt-0 committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    1cfcf95 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #2971 from docker/feat/top-level-skills-commands

    feat(config): support top-level shared skills and commands
    dgageot authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    e72c2bd View commit details
    Browse the repository at this point in the history
Loading