Merge pull request #272 from getcompanion-ai/grind

Add durable grind mode and non-mutating Companion OS checks
This commit is contained in:
Hari 2026-03-09 12:26:52 -04:00 committed by GitHub
commit f58ff785ce
19 changed files with 1252 additions and 9 deletions

View file

@ -3,7 +3,7 @@ import type { AgentSessionEvent } from "../src/core/agent-session.js";
import {
createVercelStreamListener,
extractUserText,
} from "../src/core/vercel-ai-stream.js";
} from "../src/core/gateway/vercel-ai-stream.js";
describe("extractUserText", () => {
it("extracts text from useChat v5+ format with parts", () => {