@getpaseo/protocol 0.1.93 → 0.1.95

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.
@@ -108,8 +108,10 @@ export interface AgentFeatureSelect {
108
108
  }
109
109
  export type AgentFeature = AgentFeatureToggle | AgentFeatureSelect;
110
110
  export interface AgentCapabilityFlags {
111
+ [capability: string]: boolean | undefined;
111
112
  supportsStreaming: boolean;
112
113
  supportsSessionPersistence: boolean;
114
+ supportsSessionListing?: boolean;
113
115
  supportsDynamicModes: boolean;
114
116
  supportsMcpServers: boolean;
115
117
  supportsReasoningStream: boolean;