MCPcopy Index your code
hub / github.com/anomalyco/opencode / newSession

Method newSession

packages/opencode/src/acp/agent.ts:43–45  ·  view source on GitHub ↗
(params: NewSessionRequest)

Source from the content-addressed store, hash-verified

41 }
42
43 newSession(params: NewSessionRequest) {
44 return run(this.service.newSession(params))
45 }
46
47 loadSession(params: LoadSessionRequest) {
48 return run(this.service.loadSession(params))

Callers 1

Calls 1

runFunction · 0.70

Tested by

no test coverage detected