snact schema output doesn't include:
-
eval command — implemented in CLI and MCP, but missing from schema.rs command list. Agents using schema introspection won't discover it.
-
idle_timeout param on browser launch — implemented in CLI but not reflected in schema output.
Where to fix
crates/snact-cli/src/cmd/schema.rs — add eval to the command match and idle_timeout to browser launch schema.
snact schemaoutput doesn't include:evalcommand — implemented in CLI and MCP, but missing fromschema.rscommand list. Agents using schema introspection won't discover it.idle_timeoutparam onbrowser launch— implemented in CLI but not reflected in schema output.Where to fix
crates/snact-cli/src/cmd/schema.rs— addevalto the command match andidle_timeoutto browser launch schema.