@codelia/protocol
Advanced tools
+4
-0
@@ -327,5 +327,8 @@ import { SkillCatalog, AgentEvent, SessionStateSummary, SkillMetadata, SkillLoadError } from '@codelia/shared-types'; | ||
| limit?: number; | ||
| scope?: "current_workspace" | "all"; | ||
| workspace_root?: string; | ||
| }; | ||
| type SessionListResult = { | ||
| sessions: SessionStateSummary[]; | ||
| current_workspace_root?: string; | ||
| }; | ||
@@ -341,2 +344,3 @@ type SessionHistoryParams = { | ||
| truncated?: boolean; | ||
| resume_diff?: string; | ||
| }; | ||
@@ -343,0 +347,0 @@ |
+4
-0
@@ -327,5 +327,8 @@ import { SkillCatalog, AgentEvent, SessionStateSummary, SkillMetadata, SkillLoadError } from '@codelia/shared-types'; | ||
| limit?: number; | ||
| scope?: "current_workspace" | "all"; | ||
| workspace_root?: string; | ||
| }; | ||
| type SessionListResult = { | ||
| sessions: SessionStateSummary[]; | ||
| current_workspace_root?: string; | ||
| }; | ||
@@ -341,2 +344,3 @@ type SessionHistoryParams = { | ||
| truncated?: boolean; | ||
| resume_diff?: string; | ||
| }; | ||
@@ -343,0 +347,0 @@ |
+2
-2
| { | ||
| "name": "@codelia/protocol", | ||
| "version": "0.1.62", | ||
| "version": "0.1.63", | ||
| "type": "module", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
| "dependencies": { | ||
| "@codelia/shared-types": "0.1.62" | ||
| "@codelia/shared-types": "0.1.63" | ||
| }, | ||
@@ -26,0 +26,0 @@ "publishConfig": { |
39510
0.68%696
0.58%+ Added
- Removed
Updated