Skip to content

v0.6.17: ci(release): build workspace deps before type-check and publish (#341)

Choose a tag to compare

@github-actions github-actions released this 18 May 20:58
57b9fb6

Improvements

  • Richer network telemetry: Session network.jsonl entries now include a request ID, resource type, status text, request and response headers, inline body previews (up to 4 KB), and byte counts. Full text-like request and response bodies are saved as gzipped sidecars under .libretto/sessions/<session>/raw-network/. Noise filtering now skips analytics, tracking, ad, and static-asset URLs automatically, and failed requests are captured as requestfailed entries with their error text.

  • Improved CLI help and error recovery: Unknown commands now show the most relevant scoped help instead of sending the agent back to root help (e.g. libretto cloud opne shows Cloud subcommand help). Root help now includes a global options section with --session, --help, and --version. Command descriptions in root help have been tightened for readability.

  • Global install first in start.md: The agent-facing setup guide now installs the global libretto binary as step 1 and verifies it with libretto --help before any scaffolding, preventing agents from running workflow commands before the binary is on PATH.

  • npx libretto replaced with libretto in docs: Remaining npx libretto references in user-facing docs and agent skill references have been updated to use the native libretto command, consistent with the rest of the docs.