refactor(coding-agent): add runtime host for session switching closes #2024
This commit is contained in:
@@ -48,6 +48,7 @@ function createSession(options: {
|
||||
sessionManager: {
|
||||
getEntries: () => entries,
|
||||
getSessionName: () => options.sessionName,
|
||||
getCwd: () => "/tmp/project",
|
||||
},
|
||||
getContextUsage: () => ({ contextWindow: 200_000, percent: 12.3 }),
|
||||
modelRegistry: {
|
||||
|
||||
Reference in New Issue
Block a user