feat: add lightweight workflow run steps - #88
Merged
Conversation
Contributor
Author
|
@codex this PR is out of date and has rebase conflicts against
Keep the new lightweight workflow run steps method + the optional |
|
Codex couldn't complete this request. Try again later. |
kj-podonos
force-pushed
the
codex/pod-617-lightweight-workflow-steps
branch
from
July 16, 2026 05:18
c2332f8 to
aa6652a
Compare
The lightweight run-steps SDK method is already synced on main (#89). This adds the hand-rolled CLI options for it — `--include-result`, `--node-type`, `--node-id` on `workflows runs steps` — plus SDK contract and CLI dispatch tests covering the new filters. Generated SDK is left untouched (matches main). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kj-podonos
force-pushed
the
codex/pod-617-lightweight-workflow-steps
branch
from
July 16, 2026 06:04
aa6652a to
8598a44
Compare
kj-podonos
added a commit
that referenced
this pull request
Jul 20, 2026
🤖 I have created a release *beep* *boop* --- ## [0.12.0](v0.11.0...v0.12.0) (2026-07-16) ### Features * add lightweight workflow run steps ([#88](#88)) ([69b22e4](69b22e4)) * sync SDK to OnePin API v0.41.82 ([#85](#85)) ([c967181](c967181)) * sync SDK to OnePin API v0.41.83 ([#89](#89)) ([9603910](9603910)) ### Bug Fixes * **cli:** support run-steps SDK method migration ([#87](#87)) ([968747c](968747c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
25958e9ainclude_result,node_type, andnode_idtoworkflows.runs.stepsCompatibility
Workflow-step results are lightweight by default. Pass
include_result=trueto retrieve full result payloads;node_typeandnode_idfilters can be combined.The generated response model accepts older backend payloads that do not yet contain
has_resultoractive_ports, which permits the required SDK-first rollout.This
feat:commit prepares the pre-1.0 minor release0.12.0through release-please. No version file was manually edited.Validation
fern checkmake lintmake typecheckmake testmake buildDependencies
Required eventual release order: SDK
0.12.0, backend, then frontend.No merge, publish, release, deploy, or Sentry mutation is part of this PR.