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(plan)!: remove the session_plan toolset area/docs Documentation changes area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection area/tui For features/issues/fixes related to the TUI kind/feat PR adds a new feature (maps to feat:). Use on PRs only.
#4199 opened Sep 8, 2026 by trungutt Contributor Loading…
docs: add CLAUDE.md pointing at AGENTS.md area/docs Documentation changes kind/docs Documentation-only changes
#4198 opened Sep 8, 2026 by IsmaelMartinez Loading…
docs: record client lifetimes in AGENTS.md and point at the contributing guide area/docs Documentation changes kind/docs Documentation-only changes
#4197 opened Sep 8, 2026 by IsmaelMartinez Loading…
fix: send x-opencode-session header to OpenCode providers area/docs Documentation changes area/providers/openai For features/issues/fixes related to the usage of OpenAI models kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4190 opened Sep 7, 2026 by IsmaelMartinez Loading…
fix(session): preserve the starred flag in AddSession area/core Core agent runtime, session management kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4182 opened Sep 7, 2026 by kitadesign Loading…
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.
#4180 opened Sep 6, 2026 by bernard-code-lab Loading…
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
docs(attachment): correct the defuse loop's termination argument area/core Core agent runtime, session management kind/docs Documentation-only changes
#4055 opened Aug 24, 2026 by dwin-gharibi Contributor Loading…
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
#4053 opened Aug 24, 2026 by dwin-gharibi Contributor Loading…
docs(#3996): describe portable generated media and Gemini output limits area/docs Documentation changes kind/docs Documentation-only changes
#4030 opened Aug 22, 2026 by aheritier Collaborator 14/14 Loading…
feat(#3996): render generated images from manifest-gated portable blobs 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/testing Test infrastructure, CI/CD, test runners, evaluation area/tui For features/issues/fixes related to the TUI kind/feat PR adds a new feature (maps to feat:). Use on PRs only.
#4029 opened Aug 22, 2026 by aheritier Collaborator 13/14 Loading…
fix(#3996): leave reasoning headroom for Gemini session titles area/providers/gemini Google Gemini provider support area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection area/tui For features/issues/fixes related to the TUI kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4028 opened Aug 22, 2026 by aheritier Collaborator 12/14 Loading…
feat(#3996): name generated media with private markers and prompt fallback area/providers/gemini Google Gemini provider support 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.
#4027 opened Aug 22, 2026 by aheritier Collaborator 11/14 Loading…
feat(#3996): keep generated media workspace-only with portable session copies area/cli CLI commands, flags, output formatting 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/feat PR adds a new feature (maps to feat:). Use on PRs only.
#4026 opened Aug 22, 2026 by aheritier Collaborator 10/14 Loading…
feat(#3996): save generated media with no-resend placeholders area/docs Documentation changes area/providers/anthropic For features/issues/fixes related to the usage of Anthropic models area/providers/gemini Google Gemini provider support area/providers/openai For features/issues/fixes related to the usage of OpenAI models 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:). Use on PRs only.
#4025 opened Aug 22, 2026 by aheritier Collaborator 9/14 Loading…
feat(#3996): add workspace media writes and session provenance area/a2a Agent-to-Agent protocol, A2A server, inter-agent communication area/mcp MCP protocol, MCP tool servers, integration 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/test Test-only changes
#4024 opened Aug 22, 2026 by aheritier Collaborator 8/14 Loading…
feat(#3996): stream model-generated media deltas ) area/providers/gemini Google Gemini provider support 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.
#4023 opened Aug 22, 2026 by aheritier Collaborator 7/14 Loading…
fix(#3996): filter gateway SSE keepalives and test image requests area/providers/gemini Google Gemini provider support kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4022 opened Aug 22, 2026 by aheritier Collaborator 6/14 Loading…
fix(#3996): keep image-output models eligible for session titles area/docs Documentation changes 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/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4021 opened Aug 22, 2026 by aheritier Collaborator 5/14 Loading…
feat(#3996): guard image-output requests across Google surfaces area/docs Documentation changes area/providers/gemini Google Gemini provider support area/runtime Runtime engine, agent loop execution, tool dispatch, loop detection area/tui For features/issues/fixes related to the TUI kind/feat PR adds a new feature (maps to feat:). Use on PRs only.
#4020 opened Aug 22, 2026 by aheritier Collaborator 4/14 Loading…
feat(#3996): resolve image output capability from models.dev area/config For configuration parsing, YAML, environment variables area/docs Documentation changes area/providers For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.) area/testing Test infrastructure, CI/CD, test runners, evaluation kind/feat PR adds a new feature (maps to feat:). Use on PRs only.
#4019 opened Aug 22, 2026 by aheritier Collaborator 3/14 Loading…
fix(#3996): diagnose Gemini requests and sanitize API failures area/providers/gemini Google Gemini provider support area/testing Test infrastructure, CI/CD, test runners, evaluation kind/fix PR fixes a bug (maps to fix:). Use on PRs only.
#4017 opened Aug 22, 2026 by aheritier Collaborator 2/14 Loading…
feat(#3996): resolve and filter input media per request model 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/bedrock AWS Bedrock provider support area/providers/gemini Google Gemini provider support 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/testing Test infrastructure, CI/CD, test runners, evaluation kind/feat PR adds a new feature (maps to feat:). Use on PRs only.
#4016 opened Aug 22, 2026 by aheritier Collaborator 1/14 Loading…
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 Loading…
ProTip! Filter pull requests by the default branch with base:main.