You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`aletheia export nonexistent-agent -o /tmp/test.agent.json` exits 0 and creates a 293-byte file with empty sessions, empty workspace, and `"name": null`. Should exit 1 with an error when the agent doesn't exist.
Summary
`aletheia export nonexistent-agent -o /tmp/test.agent.json` exits 0 and creates a 293-byte file with empty sessions, empty workspace, and `"name": null`. Should exit 1 with an error when the agent doesn't exist.