| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-24 | 1.6 kB | |
| v0.74.2 source code.tar.gz | 2026-03-24 | 2.7 MB | |
| v0.74.2 source code.zip | 2026-03-24 | 3.2 MB | |
| Totals: 3 Items | 5.9 MB | 1 | |
New Features
- Skills safety policies: Optional safety-engine policies for skill content (prompt injection, secret leak, and code injection) that run when skills are validated, with structured logging and Rich panels for pass/block visibility.
Improvements
- Execution timing and metrics: Clearer reporting of total duration, model time, tool time, paused time, and framework overhead, aligned with usage metadata and OpenTelemetry-style attributes where applicable.
- Agent pipeline / message construction: Former monolithic message build work is split into focused steps (system prompt, context, user input, assembly) so ordering and observability match the rest of the pipeline.
- Streaming parity: Build-related steps that were missing from the streaming path are now included so streamed runs expose the same step progression as non-streaming runs.
Bug Fixes
- Total duration tracking: Fixed incorrect total-duration aggregation so end-to-end timing matches actual wall-clock behavior.
- Metric setting: Corrected how run-level metrics are set and propagated so dashboards and traces show consistent values.
- Unit tests: Adjusted tests that incorrectly depended on API keys so they run reliably in CI without live credentials.
Full Changelog: v0.74.1…v0.74.2