Skip to content

FirstCall v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 07:08
· 14 commits to main since this release

FirstCall v0.2.0 hardens the agent-package path from verified HTTP request to generated MCP server.

Highlights:

  • Preserves imported body kinds (none, json, text, form, multipart) in agent packages.
  • Recomputes request fingerprints during package inspection/import readiness checks.
  • Validates generated package metadata more strictly before import.
  • Adds a real generated MCP stdio roundtrip to the CLI lifecycle workflow.
  • Adds release-archive checks that extract each uploaded package and run the packaged CLI.
  • Shortens the README and refreshes the main demo GIF from a downloaded v0.2.0 Windows release asset.

Verification performed for this release:

  • GitHub Actions CI passed on Windows, Linux, and macOS.
  • Security audit passed.
  • CLI lifecycle passed with npm install, npm run build, and a generated MCP tool call.
  • The Windows release zip was downloaded locally, checked against SHA256SUMS.txt, extracted, and used to verify GitHub GET /user, package the verified recipe, build the generated MCP server, and call it successfully over stdio.

Download the archive for your OS, extract it, and run:

  • firstcall for the desktop GUI workbench.
  • firstcall-cli version for the automation CLI.

CLI verification remains environment-first. Do not put real secrets in command history, scripts, or exported artifacts.