Skip to content

Commit 58ca325

Browse files
anna239benbrandt
andauthored
feat(unstable): initial unstable nes implementation (#754)
* initial implementation: nes * Small fixes * Add session ids to requests * align stylization * Update rfd * Clean up capabilities * fixed ide actions * fixed ide actions * replace line\offset with position * added nes/close method * Final final * Some more * Final final final --------- Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
1 parent 3035f77 commit 58ca325

12 files changed

Lines changed: 7943 additions & 1807 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ All paths in the protocol should be absolute
1919

2020
- Add constants for the method names
2121
- Add variants to {Agent|Client}{Request|Response} enums
22-
- Add the methods to the Client/Agent impl of {Agent|Client}SideConnection in src/acp.rs
2322
- Handle the new method in the `Side::decode_request`/`Side::decode_notification` implementation
24-
- Handle the new request in the blanket impl of MessageHandler<{Agent|Client}Side>
2523
- Add the method to markdown_generator.rs SideDocs functions
2624
- Run `npm run generate` and fix any issues that appear
2725
- Run `npm run check`

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ unstable = [
1919
"unstable_cancel_request",
2020
"unstable_elicitation",
2121
"unstable_logout",
22+
"unstable_nes",
2223
"unstable_session_additional_directories",
2324
"unstable_session_fork",
2425
"unstable_session_model",
@@ -32,6 +33,7 @@ unstable_auth_methods = []
3233
unstable_cancel_request = []
3334
unstable_elicitation = []
3435
unstable_logout = []
36+
unstable_nes = []
3537
unstable_session_additional_directories = []
3638
unstable_session_fork = []
3739
unstable_session_model = []

0 commit comments

Comments
 (0)