diff --git a/test/extension-test-boundary.test.ts b/test/extension-test-boundary.test.ts index 45b82094bda..4e73ee80944 100644 --- a/test/extension-test-boundary.test.ts +++ b/test/extension-test-boundary.test.ts @@ -173,6 +173,7 @@ describe("non-extension test boundaries", () => { it("keeps bundled plugin public-surface imports on an explicit core allowlist", () => { const allowed = new Set([ "src/auto-reply/reply.triggers.trigger-handling.test-harness.ts", + "src/agents/models-config.providers.ollama.test.ts", "src/commands/channel-test-registry.ts", "src/plugin-sdk/testing.ts", ]);