test(hooks): update multiple hook test suites
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -146,8 +146,8 @@ describe("keyword-detector session filtering", () => {
|
||||
)
|
||||
|
||||
// then - search keyword should be filtered out based on mainSessionID comparison
|
||||
const skipLog = logCalls.find(c => c.msg.includes("Skipping non-ultrawork keywords in non-main session"))
|
||||
expect(skipLog).toBeDefined()
|
||||
expect(output.message.variant).toBeUndefined()
|
||||
expect(output.parts[0]?.text).toBe("search mode 찾아줘")
|
||||
})
|
||||
|
||||
test("should allow ultrawork keywords in non-main session", async () => {
|
||||
|
||||
Reference in New Issue
Block a user