MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / compactThread

Method compactThread

src/types/provider.ts:464–464  ·  view source on GitHub ↗
(params: {
    providerProfile: ProviderProfile;
    threadId: string;
    onTurnStarted?: ((meta: Record<string, unknown>) => Promise<void> | void) | null;
  })

Source from the content-addressed store, hash-verified

462 threadId: string;
463 }): Promise<boolean>;
464 compactThread?(params: {
465 providerProfile: ProviderProfile;
466 threadId: string;
467 onTurnStarted?: ((meta: Record<string, unknown>) => Promise<void> | void) | null;

Callers 4

plugin.test.tsFile · 0.65
app_client.test.tsFile · 0.65
compactThreadMethod · 0.65
handleCompactCommandMethod · 0.65

Implementers 2

FakeProviderPlugintest/core/bridge_session_service.test.
CodexProviderPluginsrc/providers/codex/plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected