Skip to content

v0.3.6

Choose a tag to compare

@ashwin-agami ashwin-agami released this 04 Jul 13:54
0dad16d

Deploy lifecycle UX — first-run polish + a safe, upgrade-aware re-run.

Changed

  • /agami-deploy is easier to use and safe to re-run. The config file is now a visible agami.env (not a hidden .env), and the skill opens it for you. A re-run upgrades in place, non-destructively: your typed password/secret and DSN are kept, any setting new in a version is surfaced (e.g. DATASOURCE_URL), and the image tag bumps only when you pass one — so a model update is just re-run + restart, and a version upgrade tells you what's new.
  • Multi-datasource deploys are an explicit choice. With more than one model, the skill asks which to deploy (all or a subset) and names the per-datasource DATASOURCE_URL__<NAME> to set; dropping one on a re-run removes it cleanly.

Specs: ACE-030, ACE-031. PRs: #78, #79.