Skip to content

[release] v0.105.6#5385

Merged
mmabrouk merged 49 commits into
mainfrom
release/v0.105.6
Jul 19, 2026
Merged

[release] v0.105.6#5385
mmabrouk merged 49 commits into
mainfrom
release/v0.105.6

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

New version v0.105.6 in

  • web
    • web/oss
    • web/ee
  • services
  • api
  • sdks
    • sdks/python
  • clients
    • clients/python
    • clients/typescript
  • kubernetes
    • kubernetes/helm

ardaerzin and others added 20 commits July 7, 2026 19:55
… outside parameters

The commit_revision friendly card previews only the parameters tree, but the
backend deep-merges the delta onto the whole revision data (url, script,
headers, ...). A mixed delta rendered its parameters half and silently hid the
rest of the commit. Mirror the backend's test_run delta-scope rule: any set key
besides parameters, or any remove path not under parameters., returns null so
the ApprovalDock shows the exact payload instead.
Recent Claude models default extended-thinking display to "omitted"
(signature-only, empty text), so claude-agent-acp emits no
agent_thought_chunk and the playground shows no reasoning for Sonnet/Opus
while Haiku works. Request visible ("summarized") adaptive thinking via
_meta.claudeCode.options for the Claude harness only, so reasoning
surfaces for every model without forcing a budget. Pi harness untouched.

Ports open PR #5372 onto the decomposed runner layout: the session-init
insertion now lives in sandbox_agent/environment.ts.

Claude-Session: https://claude.ai/code/session_01DnWRxU3dCJ11hgDidm26vW
… failure

When a user denies a gated tool call, the runner replied reject and the harness
closed the call as a failed tool result, so the Vercel egress projected the
generic tool-output-error frame -- the UI rendered a decline as a breakage.

Add a structural denied marker at the runner deny mapping (never string-match the
error text): otel.markToolCallDenied flags the gated tool-call id, and the closing
failed tool_result carries denied: true. The SDK egress (both projection sites)
projects the AI SDK tool-output-denied chunk for a denied result and keeps
tool-output-error for a genuine failure. Covers the cold decision-map deny (Claude
and Pi gates) and the live keep-alive resume-reject.

Design record: D-022 (final-sweep-decisions.md).

Claude-Session: https://claude.ai/code/session_01DnWRxU3dCJ11hgDidm26vW
Plan-only workspace for delivering browser-fulfilled client tools to the
Claude harness in remote Daytona sandboxes. Reuses the existing file relay
(the Pi-on-Daytona pattern); adds no new runner-to-sandbox network path.

Plans #5256 and closes the residual mixed-set silent-drop from #4984.

Claude-Session: https://claude.ai/code/session_01DnWRxU3dCJ11hgDidm26vW
Advertise browser-fulfilled client tools to the in-sandbox stdio MCP shim and add a
paused relay answer so a parked client tool ends the shim's tools/call cleanly while
the runner ends the turn. The browser result returns on the cold-replay resume. Deletes
the interim #5366 client-only Daytona refusal. Closes #5256; closes the residual mixed-set
drop of #4984.

The client-tool pause disposition is a closed set (pi-native / cold-acknowledge, with
warm-hold reserved) at the client-tool boundary; the relay consumes the derived
writePausedAnswer switch.

Claude-Session: https://claude.ai/code/session_01DnWRxU3dCJ11hgDidm26vW
@vercel

vercel Bot commented Jul 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jul 19, 2026 3:26pm

Request Review

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jul 18, 2026
mmabrouk added 3 commits July 19, 2026 00:36
…rness

Package the pre-release agent-QA harness as a tracked, portable skill at
.agents/skills/agent-release-gate/ (SKILL.md + resources: the three drivers, a
cells-x-journeys coverage matrix, the traps doc, and sanitized regression seeds).
The drivers read AGENTA_BASE / AGENTA_PROJECT_ID / AGENTA_API_KEY from the
environment first (--env-file fallback) with a clear missing-credentials error,
and write runs to ./qa-gate-runs/ in the CWD, so the gate runs against any
deployment. A tracked .claude/skills symlink and two .gitignore allowlist entries
make it discoverable.

Also delete four stale files from the design folder (cleanup-plan.md,
regression-skill-DRAFT.md, scripts/warm_daytona_probe.py, scripts/mcp_qa_server.mjs)
and add a one-line pointer plus a testing-README subsection. Seed canary tokens are
replaced with a fixed placeholder so no gitleaks allowlist change is needed.

Claude-Session: https://claude.ai/code/session_019TK4ow9a3dXUNY657djbQr
test(web): fix the active-tab locator that broke five acceptance tests
feat(sdk): emit tool-output-denied so the UI can tell a denial from a failure
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Jul 18, 2026
feat(runner): client tools on Claude in remote sandboxes
@dosubot dosubot Bot removed the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 18, 2026
mmabrouk added 2 commits July 19, 2026 14:55
Updated contributor count and added new contributors to the README.
docs(readme): reposition around building and running agents
@dosubot dosubot Bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:XL This PR changes 500-999 lines, ignoring generated files. labels Jul 19, 2026
fix(auth): correct exc_infp typo to exc_info in auto-join error logging
@CLAassistant

CLAassistant commented Jul 19, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 5 committers have signed the CLA.

✅ mmabrouk
✅ ashrafchowdury
✅ ardaerzin
❌ truecallerabreham
❌ allcontributors[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

…erabreham

docs: add truecallerabreham as a contributor for bug
fix(sdk): use Claude harness model identifiers
mmabrouk and others added 2 commits July 19, 2026 16:29
…view-scope

fix(frontend): Show raw payload for commit deltas outside parameters
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jul 19, 2026
@mmabrouk
mmabrouk merged commit 3588f13 into main Jul 19, 2026
61 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants