Merge pull request #3136 from andrescera/fix/atlas-zwsp-header-leak
fix: remove ZWSP sort prefix that leaks into x-opencode-agent-name header
This commit is contained in:
@@ -185,8 +185,8 @@ describe("getAgentListDisplayName", () => {
|
||||
expect(getAgentListDisplayName("sisyphus")).toBe("Sisyphus (Ultraworker)")
|
||||
})
|
||||
|
||||
it("applies invisible atlas sort prefix for list display", () => {
|
||||
expect(getAgentListDisplayName("atlas")).toBe("\u200BAtlas (Plan Executor)")
|
||||
it("returns atlas display name without sort prefix", () => {
|
||||
expect(getAgentListDisplayName("atlas")).toBe("Atlas (Plan Executor)")
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user