-
Notifications
You must be signed in to change notification settings - Fork 396
Pull requests: docker/docker-agent
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat(safer-shell): autonomous blast-radius estimation for the shell tool
area/tools
For features/issues/fixes related to the usage of built-in and MCP tools
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3223
opened Jun 24, 2026 by
Sayt-0
Member
Loading…
feat: add safer mode to shell toolset for destructive command detection
area/tools
For features/issues/fixes related to the usage of built-in and MCP tools
kind/feat
PR adds a new feature (maps to feat: commit prefix)
fix: fail fast on OAuth MCP auth in non-interactive sessions
area/mcp
MCP protocol, MCP tool servers, integration
kind/fix
PR fixes a bug (maps to fix: commit prefix)
#3213
opened Jun 23, 2026 by
Sayt-0
Member
Loading…
feat: add OpenCode Go and OpenCode Zen provider support
area/docs
Documentation changes
area/providers
For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.)
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3211
opened Jun 23, 2026 by
jopsis
Loading…
fix(mcp): auto-recover remote MCP OAuth on server-side invalid_token
area/mcp
MCP protocol, MCP tool servers, integration
kind/bug
Bug report or bug fix
#3207
opened Jun 22, 2026 by
aheritier
Contributor
Loading…
fix(providers): add per-model attachment capability override (#2741)
area/providers
For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.)
kind/fix
PR fixes a bug (maps to fix: commit prefix)
#3205
opened Jun 22, 2026 by
Sayt-0
Member
Loading…
feat(tui): configurable keybindings (Shift+Enter / Ctrl+J newline alternative)
area/tui
For features/issues/fixes related to the TUI
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3204
opened Jun 22, 2026 by
Sayt-0
Member
Loading…
Let embedders register custom tool renderers
area/api
For features/issues/fixes related to the usage of the cagent API
area/tui
For features/issues/fixes related to the TUI
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3202
opened Jun 22, 2026 by
EronWright
Contributor
Loading…
fix: forward image and PDF attachments for DMR models
area/providers
For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.)
kind/fix
PR fixes a bug (maps to fix: commit prefix)
#3197
opened Jun 22, 2026 by
Sayt-0
Member
Loading…
fix: restore provider registry after cf5a430d2 emptied the default
area/providers
For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.)
kind/fix
PR fixes a bug (maps to fix: commit prefix)
status/needs-rebase
PR has merge conflicts or is out of date with main
feat: add adaptive RAG prefetching
area/core
Core agent runtime, session management
area/rag
For work/issues that have to do with the RAG features
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3167
opened Jun 19, 2026 by
teerthsharma
Loading…
build(deps): bump the pip group across 1 directory with 2 updates
area/deps
Dependency updates and version bumps
area/mcp
MCP protocol, MCP tool servers, integration
dependencies
Pull requests that update a dependency file
kind/chore
Maintenance, deps, CI, tooling (maps to chore: commit prefix)
python
Pull requests that update python code
#3150
opened Jun 16, 2026 by
dependabot
Bot
Loading…
feat: add session-scoped plan/build mode
area/agent
For work that has to do with the general agent loop/agentic features of the app
area/api
For features/issues/fixes related to the usage of the cagent API
area/runtime
Runtime engine, agent loop execution, tool dispatch, loop detection
area/sessions
For features/issues/fixes related to session lifecycle (resume, persistence, export)
kind/feat
PR adds a new feature (maps to feat: commit prefix)
status/needs-rebase
PR has merge conflicts or is out of date with main
chore: convert bug/feature issue templates to issue forms
area/ci
CI/CD workflows and pipeline
area/testing
Test infrastructure, CI/CD, test runners, evaluation
kind/chore
Maintenance, deps, CI, tooling (maps to chore: commit prefix)
#3134
opened Jun 15, 2026 by
aheritier
Contributor
Loading…
feat(tui): dedicated renderers for background-agent tools (#3103)
area/agent
For work that has to do with the general agent loop/agentic features of the app
area/tools
For features/issues/fixes related to the usage of built-in and MCP tools
area/tui
For features/issues/fixes related to the TUI
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3117
opened Jun 15, 2026 by
aheritier
Contributor
Loading…
feat(tui): bracket sub-agent delegations — return marker + sidebar breadcrumb (#3102)
area/agent
For work that has to do with the general agent loop/agentic features of the app
area/tui
For features/issues/fixes related to the TUI
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3116
opened Jun 15, 2026 by
aheritier
Contributor
Loading…
feat(tui): live status + labeled spinner for delegation (#3101)
area/agent
For work that has to do with the general agent loop/agentic features of the app
area/tui
For features/issues/fixes related to the TUI
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3115
opened Jun 15, 2026 by
aheritier
Contributor
Loading…
feat(memory): add cross-process locking and atomic writes for sqlite
area/agent
For work that has to do with the general agent loop/agentic features of the app
area/runtime
Runtime engine, agent loop execution, tool dispatch, loop detection
area/sessions
For features/issues/fixes related to session lifecycle (resume, persistence, export)
kind/feat
PR adds a new feature (maps to feat: commit prefix)
status/needs-rebase
PR has merge conflicts or is out of date with main
#3114
opened Jun 15, 2026 by
yunasora
Loading…
feat(tui): readable thinking state, redesigned Agents panel, and Agent Inspector
area/agent
For work that has to do with the general agent loop/agentic features of the app
area/tui
For features/issues/fixes related to the TUI
kind/feat
PR adds a new feature (maps to feat: commit prefix)
#3108
opened Jun 13, 2026 by
aheritier
Contributor
Loading…
fix: respect HOME env var when expanding ~ in paths
area/cli
CLI commands, flags, output formatting
area/tools
For features/issues/fixes related to the usage of built-in and MCP tools
kind/fix
PR fixes a bug (maps to fix: commit prefix)
#3088
opened Jun 12, 2026 by
Divyansh670
Loading…
Support tool callbacks in MCP sampling
area/agent
For work that has to do with the general agent loop/agentic features of the app
area/mcp
MCP protocol, MCP tool servers, integration
area/testing
Test infrastructure, CI/CD, test runners, evaluation
area/tools
For features/issues/fixes related to the usage of built-in and MCP tools
kind/feat
PR adds a new feature (maps to feat: commit prefix)
status/blocked
Author can't proceed and needs external help to get unblocked
status/needs-rebase
PR has merge conflicts or is out of date with main
#2998
opened Jun 4, 2026 by
EronWright
Contributor
Loading…
10 tasks done
feat(runtime): expose per-turn usage and cost in the after_llm_call hook payload
area/agent
For work that has to do with the general agent loop/agentic features of the app
area/testing
Test infrastructure, CI/CD, test runners, evaluation
kind/feat
PR adds a new feature (maps to feat: commit prefix)
status/needs-rebase
PR has merge conflicts or is out of date with main
#2994
opened Jun 3, 2026 by
kimizuka
Contributor
Loading…
feat: docker-agent.yaml config autodiscovery
area/cli
CLI commands, flags, output formatting
area/config
For configuration parsing, YAML, environment variables
kind/feat
PR adds a new feature (maps to feat: commit prefix)
status/needs-design
Requires architectural discussion or design review
#2482
opened Apr 21, 2026 by
joshbarrington
Contributor
•
Draft
Previous Next
ProTip!
Follow long discussions with comments:>50.