fix(core): record selected catalog model identity on assistant steps (#34911)

This commit is contained in:
Kit Langton
2026-07-02 16:09:33 -04:00
committed by GitHub
parent a19c761bfb
commit bfaefd8bb3
10 changed files with 106 additions and 21 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const client = Layer.mock(LLMClient.Service)({
generate: () => Effect.die("unused"),
})
const config = Layer.mock(Config.Service)({ entries: () => Effect.succeed([]) })
const models = SessionRunnerModel.layerWith(() => Effect.succeed(model))
const models = SessionRunnerModel.layerWith(() => Effect.succeed(SessionRunnerModel.resolved(model)))
const locations = Layer.effect(
LocationServiceMap.Service,
LayerMap.make(