[Feature Request] Customizable user prompt character in settings.local.json
Resolved 💬 1 comment Opened Dec 5, 2025 by appbecker Closed Dec 11, 2025
---
Type: Feature Request
Title: Customizable user prompt character
Description:
Allow users to customize the input prompt character (currently >) via settings.local.json.
Use case:
When working with multiple agent profiles/projects (e.g., First agent, Second agent), it would be helpful to see which context is active directly in the prompt.
Suggested implementation:
{
"userPrompt": "[First agent] > "
}
Expected behavior:
Instead of:
> my question here
Display:
[First agent] > my question here
This would improve UX when switching between different project/topics/tickets contexts.
---
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗