- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7.8k
Open
OpenHands/software-agent-sdk
#950Labels
CLIRelated to the command line interfaceRelated to the command line interfacebugSomething isn't workingSomething isn't working
Description
Is there an existing issue for the same bug? (If one exists, thumbs up or comment on the issue instead).
- I have checked the existing issues.
Describe the bug and reproduction steps
Problem
User microagents stored in ~/.openhands/microagents/ are not loaded in the new openhands-cli (V1), although they worked correctly in the legacy CLI.
Background
- Issue Add User Directory Support for Microagents #9325 and PR feat: Add user directory support for microagents #9333 implemented ~/.openhands/microagents/support for the legacy CLI
- The new openhands-cli uses openhands.sdk.Conversationdirectly without theMemoryclass
- Therefore, _load_user_microagents()is never called
Expected Behavior
User microagents should be loaded from ~/.openhands/microagents/ in openhands-cli, just like in the legacy CLI.
Current Behavior
User microagents are ignored. Only repository microagents (.openhands/microagents/repo.md) are loaded.
OpenHands Installation
CLI
OpenHands Version
1.0.2
Model Name
self-hosted qwen3-coder
Operating System
MacOS
Logs, Errors, Screenshots, and Additional Context
No response
Metadata
Metadata
Assignees
Labels
CLIRelated to the command line interfaceRelated to the command line interfacebugSomething isn't workingSomething isn't working