Skip to content

chore(master): release sdk-typescript 0.1.2 - #581

Open
arcbox-labs[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master--components--sdk-typescript
Open

chore(master): release sdk-typescript 0.1.2#581
arcbox-labs[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master--components--sdk-typescript

Conversation

@arcbox-labs

@arcbox-labs arcbox-labs Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.1.2 (2026-08-10)

Features

  • sdk: commands.list and ports.waitForPort for TypeScript (ebb06aa)
  • sdk: directory watch stream for TypeScript (17818b2)
  • sdk: events, setLifecycle, and capabilities for TypeScript (729e815)
  • sdk: filesystem path verbs for TypeScript (c44edd5)
  • sdk: offset-resume across stream death for TypeScript output (743c373)
  • sdk: PTY, stdin, and command re-attach for TypeScript (5a301e0)
  • sdk: waitForLog on the command handle for TypeScript (c57b56c)

Bug Fixes

  • sdk: bound connect()'s waits with one overall deadline (TypeScript) (ec883a7)
  • sdk: review round 1 — timeout validation, deadline ordering, retention docs (bdc158e)
  • sdk: satisfy the strict lint set in the TS e2e watch loop (9b55655)
  • sdk: treat server-signaled unavailable as stream death; kill leaked stdin feeds (73bced0)
  • sdk: validate the connect timeout knob at the boundary (7883a84)

Tests

  • sdk: extend the gated e2e suites with the phase 2a surface (3a656ff)
  • sdk: extend the gated e2e suites with the phase 2b surface (3329a21)

Documentation

  • sdk: state the whole-second wire granularity on the waitForPort knob (a54746e)

Continuous Integration

  • sdk: gate the TypeScript and Python SDKs on every PR (f1cda25)
  • sdk: mirror the release uv build in the Python PR gate (89a9323)

This PR was generated with Release Please. See documentation.

@pullfrog

pullfrog Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Your Claude subscription has hit its usage limit. It resets at 12am (UTC). Re-trigger Pullfrog after the reset, or add an ANTHROPIC_API_KEY repo secret — Pullfrog routes around an exhausted subscription automatically when one is present.

Add repo secret → · Model settings → · Setup docs → · Ask in Discord →

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog | Using Claude Opus𝕏

@greptile-apps

greptile-apps Bot commented Aug 9, 2026

Copy link
Copy Markdown

Greptile Summary

The PR prepares the TypeScript SDK 0.1.2 release.

  • Synchronizes the package and lockfile versions with the release manifest.
  • Adds the generated 0.1.2 changelog covering the new SDK features, fixes, tests, documentation, and CI updates.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
.release-please-manifest.json Updates the TypeScript SDK release manifest from 0.1.1 to 0.1.2, consistent with the package metadata.
sdk/typescript/CHANGELOG.md Adds the generated 0.1.2 release notes and the correct comparison range.
sdk/typescript/package-lock.json Synchronizes both root package version fields to 0.1.2 without changing dependencies.
sdk/typescript/package.json Bumps the published @arcbox/sandbox package version to 0.1.2.

Reviews (4): Last reviewed commit: "chore(master): release sdk-typescript 0...." | Re-trigger Greptile

@arcbox-labs
arcbox-labs Bot force-pushed the release-please--branches--master--components--sdk-typescript branch from eb0b2d9 to e84df68 Compare August 9, 2026 21:31
@pullfrog

pullfrog Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Your Claude subscription has hit its usage limit. It resets at 12am (UTC). Re-trigger Pullfrog after the reset, or add an ANTHROPIC_API_KEY repo secret — Pullfrog routes around an exhausted subscription automatically when one is present.

Add repo secret → · Model settings → · Setup docs → · Ask in Discord →

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog | Using Claude Opus𝕏

@arcbox-labs
arcbox-labs Bot force-pushed the release-please--branches--master--components--sdk-typescript branch from e84df68 to 49e3857 Compare August 9, 2026 23:05
@pullfrog

pullfrog Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Your Claude subscription has hit its usage limit. It resets at 12am (UTC). Re-trigger Pullfrog after the reset, or add an ANTHROPIC_API_KEY repo secret — Pullfrog routes around an exhausted subscription automatically when one is present.

Add repo secret → · Model settings → · Setup docs → · Ask in Discord →

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog | Using Claude Opus𝕏

@arcbox-labs
arcbox-labs Bot force-pushed the release-please--branches--master--components--sdk-typescript branch from 49e3857 to 5d1b7ce Compare August 10, 2026 01:13

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No new issues found.

Reviewed changes — the release-please bump cutting @arcbox/sandbox 0.1.2. No prior pullfrog review exists on this PR, so this pass covers the full 4-file diff rather than a delta; the branch was regenerated at 5d1b7ce to fold in the sdk/typescript commits that landed on master since the last regeneration.

  • Bumped the version consistently across all three sites.release-please-manifest.json, package.json, and both package-lock.json entries move 0.1.10.1.2. sdk/typescript/src carries no hardcoded version constant and the package declares no extra-files, so three sites is the complete set; root, fleet, and sdk/python manifest entries are untouched.
  • Generated the 0.1.2 changelog section — 15 entries, none duplicated from the 0.1.1 section, and the newest sdk/typescript-touching commit on master (a54746e) is captured. The three commits that landed after it (8bbe9b8, 7c7861b, 6ad91a8) touch only the Python SDK and are correctly absent.
  • Confirmed the patch bump is the configured behavior, not an under-bump — despite seven feat entries, release-please-config.json sets bump-patch-for-minor-pre-major: true, so pre-1.0 features bump the patch. This matches how 0.1.1 was cut.
  • Confirmed the publish path is wired and guarded — the sdk-typescript-v0.1.2 tag this merge mints matches the sdk-typescript-v* push trigger in release-sdk-typescript.yml, whose Verify tag matches package.json step passes against the bumped package.json, with a registry-already-published idempotency skip ahead of the OIDC publish.
  • Confirmed sdk/typescript/README.md is not stale for this release — its Status table already documents the phase 2a/2b surface 0.1.2 ships (waitForLog, commands.list, files path verbs, files.watch, ports.waitForPort), so the rendered npm package page will be accurate on publish.

Pullfrog  | View workflow run | Using Claude Opus𝕏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants