v0.4.0 — default to hosted virgilhq.app
The CLI now defaults to the hosted instance at https://virgilhq.app. After this release, pipx install virgilhq && virgil scan . works end-to-end without running anything locally — no docker compose up, no env vars.
Changes
DEFAULT_API_URL→https://virgilhq.app/apiDEFAULT_WEB_URL→https://virgilhq.app- README,
--helptext, and module docstring updated to match.
Self-hosting still works
Point the CLI at your own stack:
virgil config set api_url=http://localhost:8000
virgil config set web_url=http://localhost:3000Env overrides (VIRGIL_API, VIRGIL_WEB) continue to take precedence over both the config file and the new defaults.