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/cagent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.23
Choose a base ref
...
head repository: docker/cagent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.24
Choose a head ref
  • 20 commits
  • 24 files changed
  • 6 contributors

Commits on Nov 24, 2025

  1. Fix Scrolling up

    Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
    jeanlaurent committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    8cbd80a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #916 from jeanlaurent/fix-scroll-up

    Fix Scrolling up
    rumpl authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    2d1bf9c View commit details
    Browse the repository at this point in the history
  3. Remove the borders from the tool args and result

    It's not needed any more since we have one already
    
    Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
    rumpl committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    bd40091 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #918 from rumpl/args-render

    Remove the borders from the tool args and result
    dgageot authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    c519da0 View commit details
    Browse the repository at this point in the history
  5. Fix thinking budget and rag strategy serialization/deserialization

    Fixes pushing/pulling agent teams using these values
    
    Signed-off-by: Christopher Petito <chrisjpetito@gmail.com>
    krissetto committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    bd9f990 View commit details
    Browse the repository at this point in the history
  6. Fix Title Length

    Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
    jeanlaurent committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    c89b7cc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #919 from krissetto/fix-yaml-marshalling-in-push-pull

    Fix thinking budget and rag strategy marshaling/unmarshaling
    krissetto authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    4964df5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da3895b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #922 from benodiwal/fix/remove-number-of-tools-com…

    …pleted
    
    fix: removed numbers of toolcalls completed from sidebar
    rumpl authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    fc437f6 View commit details
    Browse the repository at this point in the history
  10. Fix line selection

    Always go up to lineWidth and not more
    
    Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
    rumpl committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    b6d08f1 View commit details
    Browse the repository at this point in the history
  11. Striketrough for done todos

    Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
    rumpl committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    e756c7c View commit details
    Browse the repository at this point in the history
  12. Fix gitignore, call matcher.Match properly

    The matcher from go-git expects path components, not the whole path.
    
    Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
    rumpl committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    e6d2c1d View commit details
    Browse the repository at this point in the history
  13. Tweak golang developer

    - add a readme with usage examples
    - define some models to be able to quickly change them
    - add opus to the list of models
    
    Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
    rumpl committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    4d36bb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Add deferred tools

    A user can define a whole toolset or a subset of tools as deferred, when
    this is the case, we add two tools, one for searching tools and the
    second one for addinf the tool to the context.
    
    Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
    rumpl committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    e62896a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #923 from rumpl/fix-selection

    Clamp selection to line width
    dgageot authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    5803d70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #924 from rumpl/todo-done

    Striketrough for done todos
    dgageot authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    698ee41 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #925 from rumpl/fix-gitignore

    Fix gitignore, call matcher.Match properly
    dgageot authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    7f02ea4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #926 from rumpl/golang-dev-tweak

    Tweak golang developer
    dgageot authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    8e5cf06 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #920 from jeanlaurent/fix-title-length

    Fix Title Length
    dgageot authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    09ef034 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #927 from rumpl/feat-deferred

    Add deferred tools
    dgageot authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    82d0e7a View commit details
    Browse the repository at this point in the history
Loading