@openacp/cli 2026.406.1 → 2026.406.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -286,6 +286,7 @@ interface SessionRecord<P = Record<string, unknown>> {
286
286
  createdAt: string;
287
287
  lastActiveAt: string;
288
288
  name?: string;
289
+ isAssistant?: boolean;
289
290
  dangerousMode?: boolean;
290
291
  clientOverrides?: {
291
292
  bypassPermissions?: boolean;