Description
Running terraphim-agent update fails with signature verification error when attempting to update from v1.10.0 to v1.11.0.
Steps to Reproduce
- Run
terraphim-agent check-update - shows update available: 1.5.0 → 1.11.0
- Run
terraphim-agent update
- Update downloads successfully but fails at signature verification
Error Output
Signature verification failed: could not find read signatures in .tar.gz file
Signature verification failed: Signature verification failed: could not find read signatures in .tar.gz file
Update with verification failed: Signature verification failed: Signature verification failed: could not find read signatures in .tar.gz file
[ERROR] Update failed: Signature verification failed: Signature verification failed: could not find read signatures in .tar.gz file
Version
- terraphim-agent 1.10.0
- Trying to update to 1.11.0
Expected Behavior
Either:
- Update should succeed with valid signature, OR
- Update should offer to skip verification with a flag like
--no-verify
Additional Context
- Running on Linux (pop-os)
- Installed via bun global
Description
Running
terraphim-agent updatefails with signature verification error when attempting to update from v1.10.0 to v1.11.0.Steps to Reproduce
terraphim-agent check-update- shows update available: 1.5.0 → 1.11.0terraphim-agent updateError Output
Version
Expected Behavior
Either:
--no-verifyAdditional Context