feat: surface system presence for the agent

This commit is contained in:
Peter Steinberger
2025-12-09 02:25:37 +01:00
parent 317f666d4c
commit 1969e78d54
10 changed files with 202 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ type AgentCommandOpts = {
json?: boolean;
timeout?: string;
deliver?: boolean;
surface?: string;
};
type SessionResolution = {
@@ -270,6 +271,7 @@ export async function agentCommand(
From: opts.to,
SessionId: sessionId,
IsNewSession: isNewSession ? "true" : "false",
Surface: opts.surface,
};
const sessionIntro =