You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update all documentation to reflect protobuf-only protocol format.
State data (state.json) references are unchanged — only protocol
format references updated.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/guide/advanced/protocol.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,6 @@ The `If` fragment uses a `Condition` oneof to express its predicate:
43
43
|`Compound`| Logical AND/OR of two nested conditions |
44
44
|`Identifier`| Direct reference to a state identifier |
45
45
46
-
## JSON Compatibility
46
+
## Debugging
47
47
48
-
JSON serialization is still supported for backward compatibility and debugging. Use the JSON representation when inspecting protocol output manually or integrating with tools that do not support protobuf.
48
+
Use `webui inspect` to convert protocol.bin to JSON for debugging purposes.
Copy file name to clipboardExpand all lines: docs/guide/concepts/directives/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ WebUI directives are processed by the WebUI parser and transformed into a platfo
19
19
Template with directives → WebUI Protocol → Native HTML output
20
20
```
21
21
22
-
The WebUI protocol is a simple JSON structure that can be processed by any language with JSON support, making it ideal for cross-platform applications.
22
+
The WebUI protocol is a protobuf binary structure defined by a cross-language .proto schema, making it ideal for cross-platform applications.
0 commit comments