@iinm/plain-agent 1.11.7 → 1.11.8
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/package.json +1 -1
- package/src/tools/tmuxCommand.mjs +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://deepwiki.com/iinm/plain-agent)
|
|
4
4
|
[](https://www.npmjs.com/package/@iinm/plain-agent)
|
|
5
5
|
[](https://packagephobia.com/result?p=@iinm/plain-agent)
|
|
6
|
-
[](https://socket.dev/npm/package/@iinm/plain-agent)
|
|
7
7
|
[](https://github.com/iinm/plain-agent/actions/workflows/github-code-scanning/codeql)
|
|
8
8
|
|
|
9
9
|
A lightweight terminal-based coding agent focused on safety and low token cost
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@ export function createTmuxCommandTool(config) {
|
|
|
19
19
|
def: {
|
|
20
20
|
name: "tmux_command",
|
|
21
21
|
description: [
|
|
22
|
-
"Run a tmux command.",
|
|
22
|
+
"Run a tmux command. Use this for long-running foreground processes (e.g., web servers, REPL). Execute commands directly otherwise.",
|
|
23
23
|
"The tmux session id is plain-agent-<session-id>.",
|
|
24
24
|
"",
|
|
25
25
|
"Examples:",
|