refactor(runtime): replace unicode dashes in prompt strings
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -23,7 +23,7 @@ export function buildAgentSelectionSection(agents: AvailableAgent[]): string {
|
||||
|
||||
const rows = agents.map((a) => {
|
||||
const shortDesc = truncateDescription(a.description)
|
||||
return `- **\`${a.name}\`** — ${shortDesc}`
|
||||
return `- **\`${a.name}\`** - ${shortDesc}`
|
||||
})
|
||||
|
||||
return `##### Option B: Use AGENT directly (for specialized experts)
|
||||
|
||||
Reference in New Issue
Block a user