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

Method startThread

src/types/provider.ts:437–437  ·  view source on GitHub ↗
(params: {
    providerProfile: ProviderProfile;
    cwd?: string | null;
    title?: string | null;
    ephemeral?: boolean | null;
    metadata?: Record<string, unknown>;
  })

Source from the content-addressed store, hash-verified

435 kind: string;
436 displayName: string;
437 startThread(params: {
438 providerProfile: ProviderProfile;
439 cwd?: string | null;
440 title?: string | null;

Callers 10

startThreadMethod · 0.65
createIsolatedSessionMethod · 0.65
plugin.test.tsFile · 0.65
plugin.test.tsFile · 0.65
plugin.test.tsFile · 0.65
app_client.test.tsFile · 0.65
startThreadMethod · 0.65
createSessionForScopeMethod · 0.65
createDetachedSessionMethod · 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