MCPcopy
hub / github.com/Dimillian/CodexMonitor / compactThread

Function compactThread

src/services/tauri.ts:398–400  ·  view source on GitHub ↗
(workspaceId: string, threadId: string)

Source from the content-addressed store, hash-verified

396}
397
398export async function compactThread(workspaceId: string, threadId: string) {
399 return invoke<any>("compact_thread", { workspaceId, threadId });
400}
401
402function isInlineImageUrl(image: string) {
403 return (

Callers 1

tauri.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected