Skip to content

Commit 9f9516c

Browse files
committed
style: format README.md with prettier
Apply consistent formatting to README.md tables and spacing for improved readability and style consistency.
1 parent e359ead commit 9f9516c

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
159159
Future 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

Comments
 (0)