@plurnk/plurnk 0.81.2 → 0.82.0
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 +42 -7
- package/completions/_plurnk +2 -2
- package/completions/plurnk.bash +2 -2
- package/completions/plurnk.fish +3 -0
- package/dist/agui_cli.d.ts +1 -0
- package/dist/agui_cli.d.ts.map +1 -1
- package/dist/agui_cli.js +1 -0
- package/dist/agui_cli.js.map +1 -1
- package/dist/build-info.json +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/completion.js +2 -2
- package/dist/completion.js.map +1 -1
- package/dist/diagnostics.d.ts +1 -0
- package/dist/diagnostics.d.ts.map +1 -1
- package/dist/diagnostics.js +5 -0
- package/dist/diagnostics.js.map +1 -1
- package/dist/dispatcher.d.ts +2 -2
- package/dist/dispatcher.d.ts.map +1 -1
- package/dist/dispatcher.js +132 -12
- package/dist/dispatcher.js.map +1 -1
- package/dist/render.d.ts.map +1 -1
- package/dist/render.js +0 -2
- package/dist/render.js.map +1 -1
- package/dist/web.d.ts +38 -0
- package/dist/web.d.ts.map +1 -0
- package/dist/web.js +48 -0
- package/dist/web.js.map +1 -0
- package/man/plurnk.1 +7 -1
- package/package.json +4 -3
package/man/plurnk.1
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.TH PLURNK 1 "" "plurnk 0.
|
|
1
|
+
.TH PLURNK 1 "" "plurnk 0.81.2" "User Commands"
|
|
2
2
|
.SH NAME
|
|
3
3
|
plurnk \- terminal client for the plurnk\-service agentic daemon
|
|
4
4
|
.SH SYNOPSIS
|
|
@@ -14,6 +14,7 @@ plurnk [--json] [--workspace <name>] [--worker <name>] [--model <selector>] [--r
|
|
|
14
14
|
plurnk read <loop>/<turn>/<seq> --workspace <name> [--worker <name>] [--json]
|
|
15
15
|
plurnk reasoning [policy] --workspace <name> [--worker <name>] [--json]
|
|
16
16
|
plurnk capabilities [json] --workspace <name> [--worker <name>] [--json]
|
|
17
|
+
plurnk web [options]
|
|
17
18
|
<markdown stdin> | plurnk render [--width <columns>]
|
|
18
19
|
plurnk mcp [add <alias> <target> [options.json] | enable <alias> [options.json]
|
|
19
20
|
| disable|remove <alias> | oauth <alias> <callback-url>]
|
|
@@ -82,6 +83,8 @@ log read / read <coord>) inspect daemon state without running a loop.
|
|
|
82
83
|
--offset <n> (models) catalog page offset (default 0)
|
|
83
84
|
--width <n> (render) output width in terminal columns (default: stdout
|
|
84
85
|
width when available, otherwise 80)
|
|
86
|
+
--host <host> (web) local browser portal host (default: 127.0.0.1)
|
|
87
|
+
--port <n> (web) local browser portal port (default: 10660)
|
|
85
88
|
.fi
|
|
86
89
|
.SH SUBCOMMANDS
|
|
87
90
|
.nf
|
|
@@ -95,6 +98,9 @@ log read / read <coord>) inspect daemon state without running a loop.
|
|
|
95
98
|
capabilities [json] inspect the capability cascade or set the Worker layer
|
|
96
99
|
render project Markdown stdin as width-bounded plain Unicode;
|
|
97
100
|
local only: no daemon, config cascade, or startup output
|
|
101
|
+
web [options] serve the optional browser client using this invocation's
|
|
102
|
+
resolved workspace, Worker, model, reasoning, and policy;
|
|
103
|
+
performs no package install or daemon startup
|
|
98
104
|
mcp ... list and manage MCP servers for --workspace
|
|
99
105
|
script <file.plk> run a .plk file: feed its DSL to op.parse, render the
|
|
100
106
|
trace, exit by worst op status. Honors --workspace/--yolo
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurnk/plurnk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.82.0",
|
|
4
4
|
"description": "Plurnk terminal client — one-shot CLI and scrollback-native interactive AG-UI client.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"build:local:uninstall": "node scripts/install-sandbox.mjs uninstall",
|
|
46
46
|
"test:installation": "node scripts/test-installation.mjs",
|
|
47
47
|
"test:composition": "node scripts/test-composition.mjs",
|
|
48
|
+
"test:web-composition": "node scripts/test-web-composition.mjs",
|
|
48
49
|
"release:publish": "node scripts/release-publish.mjs",
|
|
49
50
|
"build:posix": "node scripts/generate-posix.mjs"
|
|
50
51
|
},
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
"@ag-ui/client": "^0.0.59",
|
|
59
60
|
"@ag-ui/core": "^0.0.59",
|
|
60
61
|
"@earendil-works/pi-tui": "^0.84.3",
|
|
61
|
-
"@plurnk/plurnk-contracts": "^1.
|
|
62
|
+
"@plurnk/plurnk-contracts": "^1.15.0",
|
|
62
63
|
"beautiful-mermaid": "^1.1.3",
|
|
63
64
|
"cli-table3": "^0.6.5",
|
|
64
65
|
"marked": "^18.0.11",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"wrap-ansi": "^10.0.1"
|
|
67
68
|
},
|
|
68
69
|
"plurnk": {
|
|
69
|
-
"builtAgainst": "1.
|
|
70
|
+
"builtAgainst": "1.15.0"
|
|
70
71
|
},
|
|
71
72
|
"man": "./man/plurnk.1"
|
|
72
73
|
}
|