v0.3.6
Deploy lifecycle UX — first-run polish + a safe, upgrade-aware re-run.
Changed
/agami-deployis easier to use and safe to re-run. The config file is now a visibleagami.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.