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
long_about = "Revoke a session. Without arguments, revokes the current session and wipes the local keychain entry (you must run `agentkeys init` again). With a wallet address, revokes all active sessions for that child agent (ownership check enforced).\n\nExamples:\n agentkeys revoke\n agentkeys revoke 0xCHILD_WALLET"
78
78
)]
79
79
Revoke{
80
-
#[arg(help = "Agent wallet address or session token to revoke")]
81
-
agent:String,
80
+
#[arg(help = "Child agent wallet address to revoke (omit to revoke your own current session)", required = false)]
0 commit comments