@@ -54,13 +54,13 @@ opencode
5454
5555## Tools Provided
5656
57- | Tool | Description |
58- | ---------------- | --------------------------------------------------------------------------- |
59- | ` pty_spawn ` | Create a new PTY session (command, args, workdir, env, title, notifyOnExit) |
60- | ` pty_write ` | Send input to a PTY (text, escape sequences like ` \x03 ` for Ctrl+C) |
61- | ` pty_read ` | Read output buffer with pagination and optional regex filtering |
62- | ` pty_list ` | List all PTY sessions with status, PID, line count |
63- | ` pty_kill ` | Terminate a PTY, optionally cleanup the buffer |
57+ | Tool | Description |
58+ | ----------- | --------------------------------------------------------------------------- |
59+ | ` pty_spawn ` | Create a new PTY session (command, args, workdir, env, title, notifyOnExit) |
60+ | ` pty_write ` | Send input to a PTY (text, escape sequences like ` \x03 ` for Ctrl+C) |
61+ | ` pty_read ` | Read output buffer with pagination and optional regex filtering |
62+ | ` pty_list ` | List all PTY sessions with status, PID, line count |
63+ | ` pty_kill ` | Terminate a PTY, optionally cleanup the buffer |
6464
6565## Slash Commands
6666
@@ -159,6 +159,7 @@ Replace `[PORT]` with the actual port number shown in the slash command output.
159159Future implementation will include:
160160
161161#### App
162+
162163- A startup script that runs the server (in the same process).
163164- The startup script will run ` bun vite ` with an environment variable set to the server URL
164165- The client will use this environment variable for WebSocket and HTTP requests
0 commit comments