-
Notifications
You must be signed in to change notification settings - Fork 0
Listing Agents with CLI Command #3
Copy link
Copy link
Open
Labels
issue/blockerA blocking issue preventing progress on other tasks.A blocking issue preventing progress on other tasks.issue/t/bug[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.
Description
Activity
Metadata
Metadata
Assignees
Labels
issue/blockerA blocking issue preventing progress on other tasks.A blocking issue preventing progress on other tasks.issue/t/bug[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.[PATCH] Bugs, crashes, hangs, vulnerabilities, or other problems.
Currently the application lists
skills,agents, etc. as the name of the directory but not as the file name (which is the convention for creating an agent for LLM tools). This may result in abrupt anomaly and parsing/fetching files in a wrong manner.The library should be able to (I) fetch and list all the
*.mdfiles if the flag isagents, (II) should be able to fetch dependent agents from the main agent, and (III) place it correctly under the~/.claude/agents/directory.