chore(cli): bump to api version 3.176.0#11
Conversation
There was a problem hiding this comment.
LGTM, routine OpenAPI spec sync and version bump.
Extended reasoning...
Overview
This PR bumps the bundled OpenAPI spec to Langfuse API version 3.176.0 and increments package.json from 0.0.10 to 0.0.11. The only changes are to openapi.yml (documenting new field groups, the matches filter operator, new BlobStorageExport enums/fields, a new experiment_item_metadata source, a few new observation fields, and limit-parameter docs) and the version field. No CLI code, scripts, or tests are modified.
Security risks
None. The spec is consumed at build time by the existing specli-driven generator to produce CLI commands; this PR doesn't introduce auth, crypto, or permission changes. Spec additions are purely descriptive metadata for downstream code generation.
Level of scrutiny
Low. This is a mechanical chore(cli) PR matching the same shape as prior version-bump commits (e.g. b2b926a). The diff is confined to a vendored OpenAPI document plus a semver patch bump.
Other factors
No bugs were reported by the bug hunter. Timeline is empty (no prior reviews or unresolved comments). Changes follow established project patterns.
No description provided.