MCPcopy Create free account
hub / github.com/anomalyco/opencode / unstable_forkSession

Method unstable_forkSession

packages/opencode/src/acp/agent.ts:63–65  ·  view source on GitHub ↗
(params: ForkSessionRequest)

Source from the content-addressed store, hash-verified

61 }
62
63 unstable_forkSession(params: ForkSessionRequest) {
64 return run(this.service.forkSession(params))
65 }
66
67 setSessionConfigOption(params: SetSessionConfigOptionRequest) {
68 return run(this.service.setSessionConfigOption(params))

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected