Skip to content

0.1.2

Choose a tag to compare

@backslash-f backslash-f released this 30 Mar 17:26
· 12 commits to main since this release
83713f5

Summary

Documentation and version update for the saved-log inspection flow introduced after 0.1.1.

Included in 0.1.2

  • Clarified in the README that get_build_logs downloads and extracts logs into a local temporary directory for agent-side inspection.
  • Documented the returned savedLogsDirectory and savedLogs fields so Claude and Codex know to inspect the saved files with rg, grep, or cat instead of relying on a large inline payload.
  • Documented the current cleanup policy: the server recreates the build-specific temp directory on each call, but does not yet garbage-collect older build directories.
  • Updated MCP tool descriptions so local agents see the saved-log workflow directly in tool metadata.
  • Bumped the package and MCP server version to 0.1.2.

Validation

  • npm test
  • npm run build