fix: remove ZWSP from agent display names (#3146)
This commit is contained in:
@@ -113,7 +113,7 @@ describe("prometheus-md-only", () => {
|
||||
|
||||
test("should enforce md-only restriction for Prometheus display name Planner", async () => {
|
||||
//#given
|
||||
setupMessageStorage(TEST_SESSION_ID, "Prometheus (Planner)")
|
||||
setupMessageStorage(TEST_SESSION_ID, "Prometheus - Plan Builder")
|
||||
const hook = createPrometheusMdOnlyHook(createMockPluginInput())
|
||||
const input = {
|
||||
tool: "Write",
|
||||
|
||||
Reference in New Issue
Block a user