Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cli: agent rm/show reject the short session ids that agent list prints #313

Copy link
Copy link

Description

@edwin-zvs
Issue body actions

Summary

agent list prints truncated 10-char session ids (e.g. s79aa42b2d), but agent rm / agent show require the full id. Passing the displayed short id fails with a bare "session not found" and no hint.

Repro

$ agent list
● s79aa42b2d  antigravity  awaiting input  ...
$ agent rm s79aa42b2d
Error: daemon error: session not found: s79aa42b2d
$ agent rm s79aa42b2dc0042fe870de8f628db071d   # full id
(ok)

Suggested fix

Accept unique id prefixes in CLI commands (rm/show/send/stop/…), or print full ids in agent list, or add a "did you mean <full-id>?" hint.

Found during an isolated dogfood run.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.