Skip to content

Pull requests: docker/docker-agent

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

feat(openai): add cache_diagnostics, preserve_reasoning, and native_tool_search provider opts area/config For configuration parsing, YAML, environment variables area/docs Documentation changes area/models LLM model integrations and model providers area/providers/openai For features/issues/fixes related to the usage of OpenAI models area/providers For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.) area/runtime Runtime engine, agent loop execution, tool dispatch, loop 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:). Use on PRs only.
#4355 opened Sep 17, 2026 by dgageot Member Loading…
feat(anthropic): native compaction, progress updates, strict tools, cache diagnostics, and secret redaction area/config For configuration parsing, YAML, environment variables area/docs Documentation changes area/providers/anthropic For features/issues/fixes related to the usage of Anthropic models area/providers For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.) area/runtime Runtime engine, agent loop execution, tool dispatch, loop 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:). Use on PRs only. status/needs-rebase PR has merge conflicts or is out of date with main
#4354 opened Sep 17, 2026 by dgageot Member Loading…
fix: drain runtime streams before releasing turn ownership area/core Core agent runtime, session management area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4353 opened Sep 17, 2026 by dgageot Member Loading…
feat: support native Gemini text embeddings area/docs Documentation changes area/providers/gemini Google Gemini provider support 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:). Use on PRs only.
#4350 opened Sep 17, 2026 by dgageot Member Loading…
feat: support Gemini URL Context area/docs Documentation changes area/providers/gemini Google Gemini provider support 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:). Use on PRs only.
#4349 opened Sep 17, 2026 by dgageot Member Loading…
feat: support Gemini service tiers area/docs Documentation changes area/providers/gemini Google Gemini provider support area/providers For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.) area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection kind/feat PR adds a new feature (maps to feat:). Use on PRs only.
#4348 opened Sep 17, 2026 by dgageot Member Loading…
fix(app): guard session model state with an accessor cop 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/testing Test infrastructure, CI/CD, test runners, evaluation kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4347 opened Sep 17, 2026 by dgageot Member Loading…
fix(openai): lease WebSocket connections exclusively area/providers/openai For features/issues/fixes related to the usage of OpenAI 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:). Use on PRs only.
#4346 opened Sep 17, 2026 by dgageot Member Loading…
fix(runtime): retain costs for empty assistant responses area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection area/sessions For features/issues/fixes related to session lifecycle (resume, persistence, export) area/tui For features/issues/fixes related to the TUI kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4345 opened Sep 17, 2026 by dgageot Member Loading…
fix(tui): pause animations in unfocused and detached sessions area/docs Documentation changes area/tui For features/issues/fixes related to the TUI kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4344 opened Sep 17, 2026 by dgageot Member Loading…
perf(tui): defer frame composition while blurred area/tui For features/issues/fixes related to the TUI kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4342 opened Sep 17, 2026 by dgageot Member Loading…
fix: report per-call costs in telemetry area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4341 opened Sep 17, 2026 by dgageot Member Loading…
feat(openai,dmr): switch thinking off on OpenAI-compatible endpoints and add provider_opts.extra_body area/config For configuration parsing, YAML, environment variables area/docs Documentation changes area/models LLM model integrations and model providers area/providers/docker-model-runner Docker Model Runner (DMR) local inference area/providers/openai For features/issues/fixes related to the usage of OpenAI models kind/feat PR adds a new feature (maps to feat:). Use on PRs only. status/needs-rebase PR has merge conflicts or is out of date with main
#4310 opened Sep 16, 2026 by IsmaelMartinez Contributor Loading…
test(tui): fix ordering race in TestThemeWatcher_WatchUserTheme area/tui For features/issues/fixes related to the TUI kind/test Test-only changes
#4305 opened Sep 15, 2026 by aheritier Collaborator Loading…
fix: treat GOOGLE_GENAI_USE_VERTEXAI=false as disabled area/config For configuration parsing, YAML, environment variables area/docs Documentation changes area/providers/gemini Google Gemini provider support area/providers For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.) kind/fix PR fixes a bug (maps to fix:). Use on PRs only. status/needs-signed-commits Some commits in the PR are signed with a valid SSH/GPG key
#4303 opened Sep 15, 2026 by yunus25jmi1 Contributor Draft
feat: add DaoXE as an OpenAI-compatible provider alias area/config For configuration parsing, YAML, environment variables area/docs Documentation changes area/providers/openai For features/issues/fixes related to the usage of OpenAI models 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:). Use on PRs only. status/needs-signed-commits Some commits in the PR are signed with a valid SSH/GPG key
#4246 opened Sep 11, 2026 by seven7763 Draft
fix: make transfer_task concurrency-safe under parallel tool calls area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection kind/fix PR fixes a bug (maps to fix:). Use on PRs only. status/needs-signed-commits Some commits in the PR are signed with a valid SSH/GPG key
#4180 opened Sep 6, 2026 by bernard-code-lab Draft
feat: warn the agent at 80% of a run budget before hard stop area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection kind/feat PR adds a new feature (maps to feat:). Use on PRs only.
#4179 opened Sep 5, 2026 by salignatmoandal Loading…
2 of 4 tasks
test(runtime): add persistence observer streaming benchmarks area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection kind/test Test-only changes
#4077 opened Aug 30, 2026 by salignatmoandal Loading…
3 of 5 tasks
test(hooks): skip the stdin-JSON hook test when jq is missing area/tools For features/issues/fixes related to the usage of built-in and MCP tools kind/test Test-only changes status/needs-rebase PR has merge conflicts or is out of date with main
#4053 opened Aug 24, 2026 by dwin-gharibi Contributor Draft
feat: add OrcaRouter as a built-in OpenAI-compatible provider area/config For configuration parsing, YAML, environment variables area/docs Documentation changes area/models LLM model integrations and model providers area/providers/openai For features/issues/fixes related to the usage of OpenAI models 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:). Use on PRs only. status/needs-rebase PR has merge conflicts or is out of date with main status/needs-signed-commits Some commits in the PR are signed with a valid SSH/GPG key
#4007 opened Aug 20, 2026 by JinhaoSong322 Draft
feat: add circuit breaker package for fault tolerance area/docs Documentation changes area/testing Test infrastructure, CI/CD, test runners, evaluation kind/feat PR adds a new feature (maps to feat:). Use on PRs only. status/needs-signed-commits Some commits in the PR are signed with a valid SSH/GPG key
#3982 opened Aug 14, 2026 by Zakariasisu5 Draft
fix: migrate Nebius alias to Token Factory area/docs Documentation changes area/models LLM model integrations and model providers kind/fix PR fixes a bug (maps to fix:). Use on PRs only. status/needs-rebase PR has merge conflicts or is out of date with main status/needs-signed-commits Some commits in the PR are signed with a valid SSH/GPG key
#3975 opened Aug 13, 2026 by demianarc Draft
feat: add Atlas Cloud provider area/config For configuration parsing, YAML, environment variables area/docs Documentation changes area/providers/openai For features/issues/fixes related to the usage of OpenAI models 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:). Use on PRs only. status/needs-signed-commits Some commits in the PR are signed with a valid SSH/GPG key
#3962 opened Aug 10, 2026 by binyangzhu000-sudo Draft
feat(hooks): elide repeated read-only tool results instead of re-sending them area/core Core agent runtime, session management kind/feat PR adds a new feature (maps to feat:). Use on PRs only. status/needs-rebase PR has merge conflicts or is out of date with main status/needs-triage For issues that need to be triaged
#3940 opened Aug 7, 2026 by dwin-gharibi Contributor Draft
ProTip! Adding no:label will show everything without a label.