Files
herdr/tests/fixtures/endpoint-hello-v1.json
Can Celik cc88b3b8e5 feat: add stable client endpoint compatibility (#3509)
* feat: add stable client endpoint compatibility

* fix: keep portable-pty patch checks composable

* ci: run maintenance checks in pull requests

* fix: reject endpoint errors from terminal clients

* feat: keep compatible servers running across updates
2026-09-02 02:45:20 +03:00

26 lines
434 B
JSON

{
"generation": 1,
"cell_width_px": 8,
"cell_height_px": 16,
"surface_size": {
"cols": 80,
"rows": 24
},
"pixel_mouse": true,
"direct_graphics": false,
"endpoint_keybindings": false,
"mouse_capture": true,
"snapshot_codecs": [
"shell.snapshot.v1"
],
"surface_codecs": [
"shell.surface.v1"
],
"input_codecs": [
"shell.input.semantic.v1"
],
"blob_codecs": [
"shell.blob.v1"
]
}