|
|
@@ -7230,31 +7230,31 @@
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
- "Event.installation.updated": {
|
|
|
+ "Event.server.instance.disposed": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"type": {
|
|
|
"type": "string",
|
|
|
- "const": "installation.updated"
|
|
|
+ "const": "server.instance.disposed"
|
|
|
},
|
|
|
"properties": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
- "version": {
|
|
|
+ "directory": {
|
|
|
"type": "string"
|
|
|
}
|
|
|
},
|
|
|
- "required": ["version"]
|
|
|
+ "required": ["directory"]
|
|
|
}
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
- "Event.installation.update-available": {
|
|
|
+ "Event.installation.updated": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"type": {
|
|
|
"type": "string",
|
|
|
- "const": "installation.update-available"
|
|
|
+ "const": "installation.updated"
|
|
|
},
|
|
|
"properties": {
|
|
|
"type": "object",
|
|
|
@@ -7268,21 +7268,21 @@
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
- "Event.server.instance.disposed": {
|
|
|
+ "Event.installation.update-available": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"type": {
|
|
|
"type": "string",
|
|
|
- "const": "server.instance.disposed"
|
|
|
+ "const": "installation.update-available"
|
|
|
},
|
|
|
"properties": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
- "directory": {
|
|
|
+ "version": {
|
|
|
"type": "string"
|
|
|
}
|
|
|
},
|
|
|
- "required": ["directory"]
|
|
|
+ "required": ["version"]
|
|
|
}
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
@@ -7315,6 +7315,60 @@
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
+ "Event.file.edited": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "file.edited"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "file": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["file"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.file.watcher.updated": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "file.watcher.updated"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "file": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "event": {
|
|
|
+ "anyOf": [
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "const": "add"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "const": "change"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "const": "unlink"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["file", "event"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
"Event.lsp.client.diagnostics": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -7724,267 +7778,9 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/APIError"
|
|
|
}
|
|
|
- ]
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.file.edited": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "file.edited"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "file": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["file"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.file.watcher.updated": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "file.watcher.updated"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "file": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "event": {
|
|
|
- "anyOf": [
|
|
|
- {
|
|
|
- "type": "string",
|
|
|
- "const": "add"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "string",
|
|
|
- "const": "change"
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "string",
|
|
|
- "const": "unlink"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["file", "event"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.vcs.branch.updated": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "vcs.branch.updated"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "branch": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.tui.prompt.append": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "tui.prompt.append"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "text": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["text"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.tui.command.execute": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "tui.command.execute"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "command": {
|
|
|
- "anyOf": [
|
|
|
- {
|
|
|
- "type": "string",
|
|
|
- "enum": [
|
|
|
- "session.list",
|
|
|
- "session.new",
|
|
|
- "session.share",
|
|
|
- "session.interrupt",
|
|
|
- "session.compact",
|
|
|
- "session.page.up",
|
|
|
- "session.page.down",
|
|
|
- "session.line.up",
|
|
|
- "session.line.down",
|
|
|
- "session.half.page.up",
|
|
|
- "session.half.page.down",
|
|
|
- "session.first",
|
|
|
- "session.last",
|
|
|
- "prompt.clear",
|
|
|
- "prompt.submit",
|
|
|
- "agent.cycle"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["command"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.tui.toast.show": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "tui.toast.show"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "title": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "message": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "variant": {
|
|
|
- "type": "string",
|
|
|
- "enum": ["info", "success", "warning", "error"]
|
|
|
- },
|
|
|
- "duration": {
|
|
|
- "description": "Duration in milliseconds",
|
|
|
- "default": 5000,
|
|
|
- "type": "number"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["message", "variant"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.tui.session.select": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "tui.session.select"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "sessionID": {
|
|
|
- "description": "Session ID to navigate to",
|
|
|
- "type": "string",
|
|
|
- "pattern": "^ses.*"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["sessionID"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.mcp.tools.changed": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "mcp.tools.changed"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "server": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["server"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.mcp.browser.open.failed": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "mcp.browser.open.failed"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "mcpName": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "url": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["mcpName", "url"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.command.executed": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "command.executed"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "name": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "sessionID": {
|
|
|
- "type": "string",
|
|
|
- "pattern": "^ses.*"
|
|
|
- },
|
|
|
- "arguments": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "messageID": {
|
|
|
- "type": "string",
|
|
|
- "pattern": "^msg.*"
|
|
|
+ ]
|
|
|
}
|
|
|
- },
|
|
|
- "required": ["name", "sessionID", "arguments", "messageID"]
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
@@ -8289,6 +8085,210 @@
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
+ "Event.tui.prompt.append": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "tui.prompt.append"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "text": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["text"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.tui.command.execute": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "tui.command.execute"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "command": {
|
|
|
+ "anyOf": [
|
|
|
+ {
|
|
|
+ "type": "string",
|
|
|
+ "enum": [
|
|
|
+ "session.list",
|
|
|
+ "session.new",
|
|
|
+ "session.share",
|
|
|
+ "session.interrupt",
|
|
|
+ "session.compact",
|
|
|
+ "session.page.up",
|
|
|
+ "session.page.down",
|
|
|
+ "session.line.up",
|
|
|
+ "session.line.down",
|
|
|
+ "session.half.page.up",
|
|
|
+ "session.half.page.down",
|
|
|
+ "session.first",
|
|
|
+ "session.last",
|
|
|
+ "prompt.clear",
|
|
|
+ "prompt.submit",
|
|
|
+ "agent.cycle"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["command"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.tui.toast.show": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "tui.toast.show"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "title": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "message": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "variant": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": ["info", "success", "warning", "error"]
|
|
|
+ },
|
|
|
+ "duration": {
|
|
|
+ "description": "Duration in milliseconds",
|
|
|
+ "default": 5000,
|
|
|
+ "type": "number"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["message", "variant"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.tui.session.select": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "tui.session.select"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "sessionID": {
|
|
|
+ "description": "Session ID to navigate to",
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^ses.*"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["sessionID"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.mcp.tools.changed": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "mcp.tools.changed"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "server": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["server"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.mcp.browser.open.failed": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "mcp.browser.open.failed"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "mcpName": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "url": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["mcpName", "url"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.command.executed": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "command.executed"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "name": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "sessionID": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^ses.*"
|
|
|
+ },
|
|
|
+ "arguments": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "messageID": {
|
|
|
+ "type": "string",
|
|
|
+ "pattern": "^msg.*"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["name", "sessionID", "arguments", "messageID"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.vcs.branch.updated": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "vcs.branch.updated"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "branch": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
"Event.worktree.ready": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -9875,13 +9875,13 @@
|
|
|
"$ref": "#/components/schemas/Event.project.updated"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.installation.updated"
|
|
|
+ "$ref": "#/components/schemas/Event.server.instance.disposed"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.installation.update-available"
|
|
|
+ "$ref": "#/components/schemas/Event.installation.updated"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.server.instance.disposed"
|
|
|
+ "$ref": "#/components/schemas/Event.installation.update-available"
|
|
|
},
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.server.connected"
|
|
|
@@ -9889,6 +9889,12 @@
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.global.disposed"
|
|
|
},
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/Event.file.edited"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "$ref": "#/components/schemas/Event.file.watcher.updated"
|
|
|
+ },
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.lsp.client.diagnostics"
|
|
|
},
|
|
|
@@ -9911,55 +9917,49 @@
|
|
|
"$ref": "#/components/schemas/Event.session.error"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.file.edited"
|
|
|
- },
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/Event.file.watcher.updated"
|
|
|
- },
|
|
|
- {
|
|
|
- "$ref": "#/components/schemas/Event.vcs.branch.updated"
|
|
|
+ "$ref": "#/components/schemas/Event.question.asked"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.tui.prompt.append"
|
|
|
+ "$ref": "#/components/schemas/Event.question.replied"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.tui.command.execute"
|
|
|
+ "$ref": "#/components/schemas/Event.question.rejected"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.tui.toast.show"
|
|
|
+ "$ref": "#/components/schemas/Event.todo.updated"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.tui.session.select"
|
|
|
+ "$ref": "#/components/schemas/Event.session.status"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.mcp.tools.changed"
|
|
|
+ "$ref": "#/components/schemas/Event.session.idle"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.mcp.browser.open.failed"
|
|
|
+ "$ref": "#/components/schemas/Event.session.compacted"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.command.executed"
|
|
|
+ "$ref": "#/components/schemas/Event.tui.prompt.append"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.question.asked"
|
|
|
+ "$ref": "#/components/schemas/Event.tui.command.execute"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.question.replied"
|
|
|
+ "$ref": "#/components/schemas/Event.tui.toast.show"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.question.rejected"
|
|
|
+ "$ref": "#/components/schemas/Event.tui.session.select"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.todo.updated"
|
|
|
+ "$ref": "#/components/schemas/Event.mcp.tools.changed"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.session.status"
|
|
|
+ "$ref": "#/components/schemas/Event.mcp.browser.open.failed"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.session.idle"
|
|
|
+ "$ref": "#/components/schemas/Event.command.executed"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.session.compacted"
|
|
|
+ "$ref": "#/components/schemas/Event.vcs.branch.updated"
|
|
|
},
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.worktree.ready"
|