Merge branch 'stack/agent-profiles-3-wire' into stack/agent-profiles-5-web-ui
# Conflicts: # packages/client/ui-conversation/tests/input-bar.spec.tsx
This commit is contained in:
@@ -1639,8 +1639,8 @@ export function createApiProxy(ctx: Context, defaults: ApiProxyDefaults): ApiPro
|
||||
sessions: {
|
||||
// Attached sessions summarize from memory; persisted-but-unattached (cold)
|
||||
// sessions merge in from the persistence store so history survives restarts.
|
||||
// Legacy logs without a cwd (pre-project stance) are not served — every
|
||||
// session now records its project at create time.
|
||||
// Logs without a cwd are not served; every session records its project
|
||||
// at create time.
|
||||
async list(request) {
|
||||
return ok(request, { items: await listVisibleSessionSummaries() })
|
||||
},
|
||||
@@ -2431,7 +2431,7 @@ export function createApiProxy(ctx: Context, defaults: ApiProxyDefaults): ApiPro
|
||||
|
||||
host: {
|
||||
describe(request) {
|
||||
// TODO(step2): version should read apps/cli's package.json; placeholder for now.
|
||||
// TODO: version should read apps/cli's package.json; placeholder for now.
|
||||
const selection = defaults.defaultModelSelection()
|
||||
return Promise.resolve(ok(request, {
|
||||
version: '0.0.1',
|
||||
|
||||
Reference in New Issue
Block a user