Skip to content

Release 3.0.0-beta.8

Pre-release
Pre-release

Choose a tag to compare

@Huijiro Huijiro released this 19 May 12:03
586d6b9

New Features

  • CLI now supports user-supplied launch.json files for deploys. (huijiro)
  • Added public-URL Gravity tunnel support and the @agentuity/vite plugin (currently blocked on infra#210). #1455 (Gabriel Rodrigues Campos)

Improvements

  • Simplified CLI service template composition by removing snippet injection and adding a services checklist. (huijiro)

Bug Fixes

  • Replaced archiver with yazl in the CLI to eliminate deprecated glob@10. (huijiro)

Internal

  • Fixed a CI hang and a typecheck failure in the migrate chain test. (huijiro)