Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ All paths in the protocol should be absolute

- Add constants for the method names
- Add variants to {Agent|Client}{Request|Response} enums
- Add the methods to the Client/Agent impl of {Agent|Client}SideConnection in src/acp.rs
- Handle the new method in the `Side::decode_request`/`Side::decode_notification` implementation
- Handle the new request in the blanket impl of MessageHandler<{Agent|Client}Side>
- Add the method to markdown_generator.rs SideDocs functions
- Run `npm run generate` and fix any issues that appear
- Run `npm run check`
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ unstable = [
"unstable_cancel_request",
"unstable_elicitation",
"unstable_logout",
"unstable_nes",
"unstable_session_additional_directories",
"unstable_session_fork",
"unstable_session_model",
Expand All @@ -32,6 +33,7 @@ unstable_auth_methods = []
unstable_cancel_request = []
unstable_elicitation = []
unstable_logout = []
unstable_nes = []
unstable_session_additional_directories = []
unstable_session_fork = []
unstable_session_model = []
Expand Down
Loading
Loading