-
Notifications
You must be signed in to change notification settings - Fork 7
feat: bump acp schema version to 0.10.5 #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Richard Chien <stdrc@outlook.com>
| # Backwards compatibility aliases | ||
| AgentResponse1 = AgentResponseMessage | ||
| AgentResponse2 = AgentErrorMessage | ||
| ClientResponse1 = ClientResponseMessage | ||
| ClientResponse2 = ClientErrorMessage | ||
| ContentBlock1 = TextContentBlock | ||
| ContentBlock2 = ImageContentBlock | ||
| ContentBlock3 = AudioContentBlock | ||
| ContentBlock4 = ResourceContentBlock | ||
| ContentBlock5 = EmbeddedResourceContentBlock | ||
| McpServer1 = HttpMcpServer | ||
| McpServer2 = SseMcpServer | ||
| RequestPermissionOutcome1 = DeniedOutcome | ||
| RequestPermissionOutcome2 = AllowedOutcome | ||
| SessionUpdate1 = UserMessageChunk | ||
| SessionUpdate10 = SessionInfoUpdate | ||
| SessionUpdate2 = AgentMessageChunk | ||
| SessionUpdate3 = AgentThoughtChunk | ||
| SessionUpdate4 = ToolCallStart | ||
| SessionUpdate5 = ToolCallProgress | ||
| SessionUpdate6 = AgentPlanUpdate | ||
| SessionUpdate7 = AvailableCommandsUpdate | ||
| SessionUpdate8 = CurrentModeUpdate | ||
| SessionUpdate9 = SessionInfoUpdate | ||
| SessionUpdate9 = ConfigOptionUpdate | ||
| ToolCallContent1 = ContentToolCallContent | ||
| ToolCallContent2 = FileEditToolCallContent | ||
| ToolCallContent3 = TerminalToolCallContent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we deprecate these numbered types in some later version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this code isn't being used by anyone, so we can consider removing it. If our next release is 0.8.0.
Signed-off-by: Richard Chien <stdrc@outlook.com>
Summary
Related issues
Testing
Docs & screenshots
Checklist
feat:,fix:).make gen-all) are called out if applicable.