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

Function emptySessionInfo

packages/opencode/src/cli/cmd/run/runtime.boot.ts:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61function emptySessionInfo(): SessionInfo {
62 return {
63 first: true,
64 history: [],
65 variant: undefined,
66 }
67}
68
69function defaultRunTuiConfig(): RunTuiConfig {
70 return {

Callers 2

runtime.boot.tsFile · 0.85
resolveSessionInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected