You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release workflows: checkout the correct ref on workflow_dispatch instead
of defaulting to branch HEAD, preventing mismatched binaries for tags.
SDK (run_flow): check runtime state before resuming — only call resume
when the runtime is actually paused, avoiding failures on already-running
runtimes. Omit spec key from request body when None instead of sending
"spec": null. Add skip_serializing_if to FlowRunSpec fields so unset
options aren't serialized as null.
Auth: remove spurious Content-Type: application/json from token exchange
(empty body). Use .expect() instead of .unwrap() on SystemTime.
CLI: add proper clap env bindings with hide_env_values on the SA key.
Expose --since, --until, --offset, --limit on flow list-runs. Require
--http when --bind is passed on the mcp subcommand.
OSS readiness: add MIT LICENSE (Ascend Labs, Inc), remove private PyPI
index from pyproject.toml, add .env to .gitignore, add repository/
homepage URLs to all Cargo.toml and pyproject.toml, add readme to
pyproject.toml, note Windows unsupported in README.
API surface: add #[non_exhaustive] to RuntimeFilters and FlowRunFilters
for semver safety. Add SAFETY comment on unsafe block in reset_sigint.
Update skill.md with missing spec fields.
Apply same fixes (conditional resume, spec omission, Content-Type) to
tests/rest.py reference client.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments