type get_agent_meta target as Ident (#2621)

This commit is contained in:
damocles 2026-07-22 18:59:10 +02:00 committed by mara
commit 8c1979f05c
3 changed files with 32 additions and 27 deletions

View file

@ -140,7 +140,7 @@ pub enum Request {
/// `docs/conventions.md::Agent metadata`.
GetAgentMeta {
#[serde(default, skip_serializing_if = "Option::is_none")]
name: Option<String>,
name: Option<Ident>,
},
/// Cancel an open thread the agent owns. Authorisation +
/// per-kind semantics in