test(agents): update agent utility and builtin agent tests

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-10 15:53:27 +09:00
parent 77af6c643e
commit 12a96eeb77
2 changed files with 14 additions and 15 deletions
@@ -90,7 +90,7 @@ describe("resolvePromptAppend", () => {
const resolved = resolvePromptAppend(input, homeFixtureRoot)
//#then
expect(resolved).toBe("home-content")
expect(resolved).toContain("[WARNING: Path rejected:")
})
test("resolves percent-encoded URI path", () => {