Skip to content

v1.18.41: AgentRun sandbox output limit status

Choose a tag to compare

@skvdhshuk-blip skvdhshuk-blip released this 31 Jul 21:03

Highlights

  • Return exit code 1 when SDK-side AgentRun sandbox output bounding marks outputLimited.
  • Keep outputLimited metadata aligned with Native and Tokimo sandbox exec behavior.
  • Document the v1.18.41 source line and extend AgentRun sandbox regression coverage.

Validation

  • git diff --check
  • php scripts/sdk-bc-check.php --verify
  • ./vendor/bin/phpunit tests/Sdk/AgentRunSandboxBackendTest.php tests/Sdk/SandboxTest.php tests/Sdk/TokimoSandboxBackendTest.php
  • composer validate --strict
  • composer audit --format=plain
  • composer run lint
  • composer test
  • GitHub Actions main and tag test runs passed.