claude-tmux 1.0.11 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -106,8 +106,8 @@ Spawn Claude Code instances in tmux sessions for long-running, independent tasks
|
|
|
106
106
|
## Tools
|
|
107
107
|
- **spawn**: Start a new Claude session with a prompt.
|
|
108
108
|
- **read**: Wait for a session to finish and return output.
|
|
109
|
-
- **send**: Send a follow-up message
|
|
110
|
-
- **list**: List active sessions
|
|
109
|
+
- **send**: Send a follow-up message to a session.
|
|
110
|
+
- **list**: List active sessions.
|
|
111
111
|
- **kill**: Terminate a session.
|
|
112
112
|
|
|
113
113
|
## Tips
|