Running ironclaw tool setup or ironclaw secret set crashes with an invalid connection string error. The CLI subcommands cannot connect to the embedded libSQL database that the main process uses fine.
User workaround: read master key from /proc/PID/environ, manually encrypt with AES-256-GCM via Python ctypes, write to secrets table directly.
Impact: Can't configure any tools or secrets via CLI. Blocks all interactive setup flows on libSQL deployments (the default for hosted agents).
Existing issue: Related to #655 (libSQL backend gaps). Should add this specific CLI crash as a comment.
Running
ironclaw tool setuporironclaw secret setcrashes with an invalid connection string error. The CLI subcommands cannot connect to the embedded libSQL database that the main process uses fine.User workaround: read master key from
/proc/PID/environ, manually encrypt with AES-256-GCM via Python ctypes, write tosecretstable directly.Impact: Can't configure any tools or secrets via CLI. Blocks all interactive setup flows on libSQL deployments (the default for hosted agents).
Existing issue: Related to #655 (libSQL backend gaps). Should add this specific CLI crash as a comment.