fix(cli): use CLI version instead of stale .env tag
Summary
- CLI now uses its own version (
pkg.version) instead of reading stalePGAI_TAGfrom existing.envfiles - Fixes issue where old
.envwithPGAI_TAG=betacaused Docker image not found errors - Registry and password settings from
.envare still preserved
Related Issue
https://gitlab.com/postgres-ai/platform/-/issues/346
Test plan
-
Run
bunx postgresai mon local-installwith an existing.envcontaining an old tag - Verify the CLI uses the correct version matching Docker Hub images