@ashx-j/lunr-dev 0.2.16-dev.9.1 → 0.2.19-dev.10.1
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/CHANGELOG.md +32 -1
- package/README.md +7 -1
- package/dist/builtin-extensions/ashxj-thinking.d.ts +1 -0
- package/dist/builtin-extensions/ashxj-thinking.d.ts.map +1 -1
- package/dist/builtin-extensions/ashxj-thinking.js +44 -19
- package/dist/builtin-extensions/ashxj-thinking.js.map +1 -1
- package/dist/builtin-extensions/index.d.ts.map +1 -1
- package/dist/builtin-extensions/index.js +1 -0
- package/dist/builtin-extensions/index.js.map +1 -1
- package/dist/builtin-extensions/lunr-computer-use.d.ts +3 -0
- package/dist/builtin-extensions/lunr-computer-use.d.ts.map +1 -0
- package/dist/builtin-extensions/lunr-computer-use.js +157 -0
- package/dist/builtin-extensions/lunr-computer-use.js.map +1 -0
- package/dist/builtin-extensions/pi-lsp-extension/src/index.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-lsp-extension/src/index.js +10 -3
- package/dist/builtin-extensions/pi-lsp-extension/src/index.js.map +1 -1
- package/dist/builtin-extensions/pi-lsp-extension/src/runtime.d.ts +5 -1
- package/dist/builtin-extensions/pi-lsp-extension/src/runtime.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-lsp-extension/src/runtime.js +26 -4
- package/dist/builtin-extensions/pi-lsp-extension/src/runtime.js.map +1 -1
- package/dist/builtin-extensions/pi-mcp-adapter/index.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-mcp-adapter/index.js +37 -27
- package/dist/builtin-extensions/pi-mcp-adapter/index.js.map +1 -1
- package/dist/builtin-extensions/pi-mcp-adapter/server-manager.d.ts +6 -1
- package/dist/builtin-extensions/pi-mcp-adapter/server-manager.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-mcp-adapter/server-manager.js +33 -8
- package/dist/builtin-extensions/pi-mcp-adapter/server-manager.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/index.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/index.js +52 -23
- package/dist/builtin-extensions/pi-subagents/src/extension/index.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/schemas.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/extension/schemas.js +6 -2
- package/dist/builtin-extensions/pi-subagents/src/extension/schemas.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/background/wait-tool.d.ts +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/background/wait-tool.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/background/wait-tool.js +5 -2
- package/dist/builtin-extensions/pi-subagents/src/runs/background/wait-tool.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/request-params.d.ts +10 -0
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/request-params.d.ts.map +1 -0
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/request-params.js +38 -0
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/request-params.js.map +1 -0
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/subagent-executor.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/subagent-executor.js +3 -16
- package/dist/builtin-extensions/pi-subagents/src/runs/foreground/subagent-executor.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/shared/child-tools.d.ts +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/shared/child-tools.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/runs/shared/child-tools.js +2 -0
- package/dist/builtin-extensions/pi-subagents/src/runs/shared/child-tools.js.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/tui/render.d.ts +1 -0
- package/dist/builtin-extensions/pi-subagents/src/tui/render.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-subagents/src/tui/render.js +70 -30
- package/dist/builtin-extensions/pi-subagents/src/tui/render.js.map +1 -1
- package/dist/builtin-extensions/pi-web-access/index.d.ts.map +1 -1
- package/dist/builtin-extensions/pi-web-access/index.js +103 -102
- package/dist/builtin-extensions/pi-web-access/index.js.map +1 -1
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +1 -1
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/computer-use/adapter.d.ts +23 -0
- package/dist/core/computer-use/adapter.d.ts.map +1 -0
- package/dist/core/computer-use/adapter.js +116 -0
- package/dist/core/computer-use/adapter.js.map +1 -0
- package/dist/core/computer-use/lease.d.ts +18 -0
- package/dist/core/computer-use/lease.d.ts.map +1 -0
- package/dist/core/computer-use/lease.js +129 -0
- package/dist/core/computer-use/lease.js.map +1 -0
- package/dist/core/computer-use/macos-runtime.d.ts +14 -0
- package/dist/core/computer-use/macos-runtime.d.ts.map +1 -0
- package/dist/core/computer-use/macos-runtime.js +148 -0
- package/dist/core/computer-use/macos-runtime.js.map +1 -0
- package/dist/core/computer-use/policy.d.ts +19 -0
- package/dist/core/computer-use/policy.d.ts.map +1 -0
- package/dist/core/computer-use/policy.js +66 -0
- package/dist/core/computer-use/policy.js.map +1 -0
- package/dist/core/computer-use/release.generated.d.ts +31 -0
- package/dist/core/computer-use/release.generated.d.ts.map +1 -0
- package/dist/core/computer-use/release.generated.js +36 -0
- package/dist/core/computer-use/release.generated.js.map +1 -0
- package/dist/core/computer-use/runtime.d.ts +13 -0
- package/dist/core/computer-use/runtime.d.ts.map +1 -0
- package/dist/core/computer-use/runtime.js +158 -0
- package/dist/core/computer-use/runtime.js.map +1 -0
- package/dist/core/computer-use/schemas.d.ts +88 -0
- package/dist/core/computer-use/schemas.d.ts.map +1 -0
- package/dist/core/computer-use/schemas.js +80 -0
- package/dist/core/computer-use/schemas.js.map +1 -0
- package/dist/core/computer-use/windows-desktop.d.ts +3 -0
- package/dist/core/computer-use/windows-desktop.d.ts.map +1 -0
- package/dist/core/computer-use/windows-desktop.js +48 -0
- package/dist/core/computer-use/windows-desktop.js.map +1 -0
- package/dist/core/computer-use/workflow.d.ts +24 -0
- package/dist/core/computer-use/workflow.d.ts.map +1 -0
- package/dist/core/computer-use/workflow.js +330 -0
- package/dist/core/computer-use/workflow.js.map +1 -0
- package/dist/core/keybindings.d.ts +2 -2
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +2 -2
- package/dist/core/keybindings.js.map +1 -1
- package/dist/core/model-runtime.d.ts +0 -3
- package/dist/core/model-runtime.d.ts.map +1 -1
- package/dist/core/model-runtime.js +1 -10
- package/dist/core/model-runtime.js.map +1 -1
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +1 -1
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/permissions.d.ts +1 -1
- package/dist/core/permissions.d.ts.map +1 -1
- package/dist/core/permissions.js +23 -7
- package/dist/core/permissions.js.map +1 -1
- package/dist/core/plan-mode.d.ts.map +1 -1
- package/dist/core/plan-mode.js +9 -0
- package/dist/core/plan-mode.js.map +1 -1
- package/dist/core/rollback.d.ts.map +1 -1
- package/dist/core/rollback.js +13 -90
- package/dist/core/rollback.js.map +1 -1
- package/dist/core/session-manager.d.ts +0 -1
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +21 -79
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-manager.d.ts +6 -0
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +19 -0
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/dev-cli.js +0 -0
- package/dist/gateway/agent-bridge.d.ts +6 -1
- package/dist/gateway/agent-bridge.d.ts.map +1 -1
- package/dist/gateway/agent-bridge.js +23 -6
- package/dist/gateway/agent-bridge.js.map +1 -1
- package/dist/gateway/cron.d.ts +1 -1
- package/dist/gateway/cron.d.ts.map +1 -1
- package/dist/gateway/cron.js +23 -7
- package/dist/gateway/cron.js.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts +4 -2
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.js +23 -32
- package/dist/modes/interactive/components/footer.js.map +1 -1
- package/dist/modes/interactive/components/processes-selector.d.ts +2 -3
- package/dist/modes/interactive/components/processes-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/processes-selector.js +5 -10
- package/dist/modes/interactive/components/processes-selector.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts +4 -0
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +20 -0
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +18 -8
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/thinking-level-slash.d.ts +4 -0
- package/dist/modes/interactive/thinking-level-slash.d.ts.map +1 -0
- package/dist/modes/interactive/thinking-level-slash.js +23 -0
- package/dist/modes/interactive/thinking-level-slash.js.map +1 -0
- package/dist/node-runtime/adapter-AZMY335J.js +279 -0
- package/dist/node-runtime/{agent-session-services-IFJMSX7Z.js → agent-session-services-RSGP5GDN.js} +15 -12
- package/dist/node-runtime/{builtin-extensions-LYZ3BFWQ.js → builtin-extensions-7STLFW3A.js} +4 -3
- package/dist/node-runtime/chunk-2IDTZAG5.js +1415 -0
- package/dist/node-runtime/{chunk-7NBZ5P7I.js → chunk-4SJWFTUP.js} +1 -1
- package/dist/node-runtime/{chunk-AJX357CL.js → chunk-5NWQCSKR.js} +20 -1013
- package/dist/node-runtime/chunk-5OLJGVCB.js +68 -0
- package/dist/node-runtime/chunk-5Q45AVQG.js +108 -0
- package/dist/node-runtime/{chunk-TQNSPERU.js → chunk-5SQDLSZJ.js} +1 -1
- package/dist/node-runtime/{chunk-F4VQFJI2.js → chunk-6SPPH4FY.js} +4 -4
- package/dist/node-runtime/{chunk-PBC2Y6GS.js → chunk-6UB6NKA3.js} +29 -72
- package/dist/node-runtime/{chunk-A2KQXUJD.js → chunk-7AFOFSDY.js} +1 -1
- package/dist/node-runtime/chunk-BKAZ6BKX.js +2185 -0
- package/dist/node-runtime/{chunk-AHSTJBIB.js → chunk-EH2LJQPM.js} +4 -4
- package/dist/node-runtime/{chunk-N77MY65L.js → chunk-FLYMHKCS.js} +25 -25
- package/dist/node-runtime/{chunk-5P7PZMRU.js → chunk-HRS4HMDX.js} +1 -1
- package/dist/node-runtime/{chunk-IPA627GP.js → chunk-ISQDQIZN.js} +4 -4
- package/dist/node-runtime/{chunk-WJVFOIB5.js → chunk-J7QGQD45.js} +1 -1
- package/dist/node-runtime/{chunk-WOVTOV5P.js → chunk-JT6YCS5B.js} +29 -34
- package/dist/node-runtime/chunk-JZHEUQRL.js +180 -0
- package/dist/node-runtime/{chunk-ZKMFUD3Q.js → chunk-K72NVGUB.js} +3 -3
- package/dist/node-runtime/{chunk-ECD5L7YI.js → chunk-LCACDWHJ.js} +389 -15
- package/dist/node-runtime/{chunk-2QKLKMKC.js → chunk-LTXUQJI4.js} +1 -1
- package/dist/node-runtime/{chunk-MKKH27PH.js → chunk-LWJXTA6Z.js} +274 -2416
- package/dist/node-runtime/{chunk-EDBJNRSM.js → chunk-MGSB2C3M.js} +1 -1
- package/dist/node-runtime/{chunk-CDFZEWPU.js → chunk-MUMMMTW4.js} +6 -2
- package/dist/node-runtime/{chunk-YF63P5ZT.js → chunk-OTT6JMPU.js} +10 -67
- package/dist/node-runtime/{chunk-PGAJ5MO5.js → chunk-T5GM5BFH.js} +1 -1
- package/dist/node-runtime/{chunk-PCGNAY2O.js → chunk-TAP7QTUT.js} +38 -16
- package/dist/node-runtime/{chunk-4TLO4PO2.js → chunk-U6C7VTR5.js} +7 -1401
- package/dist/node-runtime/chunk-URD2SLIT.js +1019 -0
- package/dist/node-runtime/{chunk-QH42CDX3.js → chunk-W7S2REEG.js} +111 -84
- package/dist/node-runtime/{chunk-LZAW4ZX3.js → chunk-ZRDIMBEQ.js} +27 -9
- package/dist/node-runtime/{chunk-AD6VXAO7.js → chunk-ZSEZY3II.js} +5 -100
- package/dist/node-runtime/cli-runtime.js +1 -1
- package/dist/node-runtime/{command-L3LAHDIH.js → command-6UXQ6XZN.js} +1 -1
- package/dist/node-runtime/{commands-RL5YBW5I.js → commands-LGR5VT5X.js} +6 -4
- package/dist/node-runtime/{direct-tool-executor-JVDXTO7A.js → direct-tool-executor-TDJS7TBD.js} +9 -6
- package/dist/node-runtime/{export-html-KR26FOUZ.js → export-html-E4DT6ZJQ.js} +1 -1
- package/dist/node-runtime/{extract-XLQSJN4V.js → extract-IUCVZCWC.js} +2 -2
- package/dist/node-runtime/{gateway-X2TI5X7F.js → gateway-3OLC4GQN.js} +22 -367
- package/dist/node-runtime/{gemini-search-U7SUMPQA.js → gemini-search-NCIDF7NE.js} +1 -1
- package/dist/node-runtime/{gemini-url-context-PXWCBQHK.js → gemini-url-context-OKIN7AIP.js} +2 -2
- package/dist/node-runtime/image-resize-6ZPBFMWW.js +11 -0
- package/dist/node-runtime/index.js +53 -49
- package/dist/node-runtime/{init-NJV2T55N.js → init-EKE277AG.js} +6 -4
- package/dist/node-runtime/{interactive-mode-KOM35YF2.js → interactive-mode-S5M26CQ7.js} +20 -17
- package/dist/node-runtime/{interactive-view-U6OILKF3.js → interactive-view-N6F4KUIT.js} +3 -5
- package/dist/node-runtime/lunr-computer-use-4X3KUNF4.js +206 -0
- package/dist/node-runtime/{lunr-cron-YJ5UHYRD.js → lunr-cron-KKBOGAEF.js} +7 -1
- package/dist/node-runtime/main.js +24 -21
- package/dist/node-runtime/{mcp-auth-flow-QIXHW6QN.js → mcp-auth-flow-YL6RWPYG.js} +2 -1
- package/dist/node-runtime/{package-manager-cli-TZZHJCVI.js → package-manager-cli-C4EJOO5Q.js} +8 -6
- package/dist/node-runtime/{pi-mcp-adapter-QFB37AVN.js → pi-mcp-adapter-DPTJGAAL.js} +33 -27
- package/dist/node-runtime/{pi-subagents-7XJ4H53P.js → pi-subagents-VKCLYIBY.js} +103 -76
- package/dist/node-runtime/{pi-web-access-DPGAVKOA.js → pi-web-access-BV6DSZOP.js} +72 -69
- package/dist/node-runtime/{proxy-modes-HEEFK4KC.js → proxy-modes-R64LU6WZ.js} +12 -9
- package/dist/node-runtime/rpc-entry.js +24 -21
- package/dist/node-runtime/runtime-3SB5ATHQ.js +21 -0
- package/dist/node-runtime/{runtime-bridges-PPHNBFWL.js → runtime-bridges-UJ5WJJLN.js} +3 -3
- package/dist/node-runtime/{session-manager-MQNBYACL.js → session-manager-QEMZBMTM.js} +3 -5
- package/dist/node-runtime/{session-selector-5AZLJS6U.js → session-selector-URVJLOTK.js} +2 -2
- package/dist/node-runtime/{settings-manager-5LF2VQWC.js → settings-manager-K6IPIQTI.js} +3 -1
- package/dist/node-runtime/{src-Y7JSCK64.js → src-GPFAU3N6.js} +30 -10
- package/dist/node-runtime/{subagent-executor-5RNDEPIJ.js → subagent-executor-EFLTO32A.js} +39 -21
- package/dist/node-runtime/{update-cli-A253SZ7P.js → update-cli-I6OVDRPL.js} +3 -1
- package/dist/node-runtime/{video-extract-OYT5WKS5.js → video-extract-ETA5RA7U.js} +2 -2
- package/dist/node-runtime/workflow-SA34S4VX.js +325 -0
- package/dist/node-runtime/{youtube-extract-TQYKGFGS.js → youtube-extract-SRVGNN26.js} +2 -2
- package/dist/rpc.d.ts +3 -0
- package/dist/rpc.d.ts.map +1 -0
- package/dist/rpc.js +18 -0
- package/dist/rpc.js.map +1 -0
- package/dist/startup/interactive-view.d.ts.map +1 -1
- package/dist/startup/interactive-view.js +1 -2
- package/dist/startup/interactive-view.js.map +1 -1
- package/docs/computer-use.md +277 -0
- package/docs/development.md +0 -32
- package/docs/features.md +2 -2
- package/docs/interactive-startup.md +10 -3
- package/docs/keybindings.md +2 -2
- package/docs/terminal-setup.md +1 -1
- package/docs/usage.md +1 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/hidden-thinking-label.ts +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/install-lock/package-lock.json +3827 -0
- package/install-lock/package.json +18 -0
- package/native/computer-use/LICENSE.md +21 -0
- package/npm-shrinkwrap.json +3808 -0
- package/package.json +16 -10
- package/dist/startup/interactive-shell.d.ts +0 -55
- package/dist/startup/interactive-shell.d.ts.map +0 -1
- package/dist/startup/interactive-shell.js +0 -264
- package/dist/startup/interactive-shell.js.map +0 -1
- package/dist/node-runtime/{chunk-YSKSB3BJ.js → chunk-CH6OL6P2.js} +2 -2
- package/dist/node-runtime/{chunk-VSELYKWU.js → chunk-EHMBW7FA.js} +3 -3
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
# Native computer use
|
|
2
|
+
|
|
3
|
+
This implementation is available through the experimental `@ashx-j/lunr-dev`
|
|
4
|
+
channel, based on stable lunR 0.2.19 plus PR #77. Install with
|
|
5
|
+
`npm i -g @ashx-j/lunr-dev`, then run `lunr-dev`. Stable `@ashx-j/lunr` is unchanged.
|
|
6
|
+
This is not production support certification. Windows
|
|
7
|
+
MCP metadata interoperability and local runtime/lifecycle tests pass. The macOS
|
|
8
|
+
launch path is implemented but has not run on macOS hardware. Neither platform
|
|
9
|
+
has passed live desktop acceptance. Production publication remains blocked.
|
|
10
|
+
|
|
11
|
+
## Local setup
|
|
12
|
+
|
|
13
|
+
Run `/computer setup` in the local lunR terminal. It verifies and installs the
|
|
14
|
+
bundled runtime without downloading code, capturing the screen, or operating an
|
|
15
|
+
application. Setup is user-invoked and unavailable from gateway or headless
|
|
16
|
+
sessions.
|
|
17
|
+
|
|
18
|
+
On Windows, keep the desktop logged in and unlocked. On macOS, setup prints the
|
|
19
|
+
exact installed `CuaDriver.app` path. Add that app under System Settings > Privacy
|
|
20
|
+
& Security to both Accessibility and Screen & System Audio Recording, named
|
|
21
|
+
Screen Recording on older macOS versions. Enable both grants, then restart lunR.
|
|
22
|
+
These OS grants require the user; Auto mode cannot supply them. Setup never
|
|
23
|
+
selects or changes an existing `/Applications/CuaDriver.app` installation.
|
|
24
|
+
|
|
25
|
+
Complete setup before assigning GUI tasks through cron or the gateway. A setup
|
|
26
|
+
success verifies the runtime files, not permission grants or desktop behavior.
|
|
27
|
+
|
|
28
|
+
## Tools and permissions
|
|
29
|
+
|
|
30
|
+
Computer use and Allow foreground control default to on. Windows x64/arm64 and
|
|
31
|
+
Apple Silicon macOS expose `computer_load` before the first model request.
|
|
32
|
+
The runtime loads only when a desktop operation needs it. Linux and Intel macOS
|
|
33
|
+
have no default discovery tool.
|
|
34
|
+
|
|
35
|
+
Loading activates app/window discovery, accessibility and image observation,
|
|
36
|
+
single/right/double clicks, complete drags, scrolling, keys and modifier
|
|
37
|
+
shortcuts, Unicode text, app launch, window management, and workflow release.
|
|
38
|
+
Use these tools on the computer running lunR. Gateway sessions control the
|
|
39
|
+
gateway host, not the Telegram or Discord client's machine.
|
|
40
|
+
|
|
41
|
+
Prefer accessibility and background window input. Request window foreground
|
|
42
|
+
input only after a background failure and a fresh observation. Primary-desktop
|
|
43
|
+
input has no background route and requires `desktop=true` and `foreground=true`.
|
|
44
|
+
Foreground off blocks desktop input, explicit foreground window input, app
|
|
45
|
+
launches, and every window-management operation. Background delivery cannot
|
|
46
|
+
prevent an application from changing its own focus.
|
|
47
|
+
|
|
48
|
+
`computer_window` requires an exact window target and has no per-call foreground
|
|
49
|
+
or desktop option. It moves/resizes with `action=frame`, or activates the exact
|
|
50
|
+
window with `action=focus`. Minimize/restore invokes the supplied, freshly
|
|
51
|
+
observed accessibility window-control element. The pinned driver has no portable
|
|
52
|
+
minimize/restore RPC. If the control or minimized window cannot be observed, use
|
|
53
|
+
freshly observed desktop controls rather than guessing a shortcut or window id.
|
|
54
|
+
Text and keys can target an accessibility element, window-image coordinates,
|
|
55
|
+
or the observed focused field. Desktop keyboard input targets the observed
|
|
56
|
+
focused field; changing focus needs a separate grounded click.
|
|
57
|
+
|
|
58
|
+
Manual asks before every computer call except `computer_end`, which only releases
|
|
59
|
+
the workflow and never needs approval. Observation still requires approval.
|
|
60
|
+
Plan permits relevant observation and workflow release but blocks mutation. Auto needs no
|
|
61
|
+
lunR per-call prompt for requested, implied, or necessary GUI work. In Yolo,
|
|
62
|
+
ask first when an otherwise non-GUI task newly requires GUI. This intent rule
|
|
63
|
+
is agent guidance, not a natural-language authorization classifier.
|
|
64
|
+
|
|
65
|
+
Native tools are excluded from children and also refuse child execution.
|
|
66
|
+
Shell-capable children are not OS-sandboxed. No generic MCP registration or
|
|
67
|
+
raw driver policy, update, recording, or administrative tool is exposed.
|
|
68
|
+
|
|
69
|
+
## Grounding and outcomes
|
|
70
|
+
|
|
71
|
+
Each observation invalidates the previous token before contacting the driver.
|
|
72
|
+
A token identifies one exact window or the primary desktop, expires after thirty
|
|
73
|
+
seconds, and permits one action. Accessibility input includes the driver's
|
|
74
|
+
snapshot id. Structured refusals count as refusals even without MCP `isError`.
|
|
75
|
+
Partial and unverifiable outcomes remain visible; transport success is not
|
|
76
|
+
proof of an application change.
|
|
77
|
+
|
|
78
|
+
Window PNGs are capped by the driver at 1024 pixels on their long edge.
|
|
79
|
+
Window coordinates use that returned image, without another resize. Both pinned
|
|
80
|
+
platform implementations retain the capture resize ratio for later pixel input.
|
|
81
|
+
The adapter checks PNG dimensions and refuses inconsistent pixel grounding. Desktop
|
|
82
|
+
images are resized to at most 1024 pixels locally. Their token records separate
|
|
83
|
+
x/y ratios back to the driver's native desktop image. Coordinates outside the
|
|
84
|
+
returned image are rejected. Pixel and desktop operations require an
|
|
85
|
+
image-capable current model; accessibility-only observation remains available.
|
|
86
|
+
|
|
87
|
+
Observe after every action. A timeout or cancelled call may already have
|
|
88
|
+
changed the application. Never retry input blindly. Cancelling the MCP request
|
|
89
|
+
does not retract input already delivered to the OS. Normal shutdown asks the
|
|
90
|
+
owned runtime to drain and exit; forced process termination cannot prove that
|
|
91
|
+
all held input was released. Live gesture cancellation remains an acceptance
|
|
92
|
+
gate.
|
|
93
|
+
|
|
94
|
+
## Ownership and lifecycle
|
|
95
|
+
|
|
96
|
+
An OS-account lease holds the desktop across observe/action calls. Competing
|
|
97
|
+
workflows get busy rather than queueing; calls within one workflow serialize.
|
|
98
|
+
The lease uses the OS account home, not the selected lunR settings profile.
|
|
99
|
+
One short cross-process acquisition lock protects creating, updating, and deleting
|
|
100
|
+
the owner record. Updates replace the file atomically. Runtime installation uses
|
|
101
|
+
a separate lock and never replaces an existing runtime. A live owner is never displaced because its heartbeat is late.
|
|
102
|
+
After MCP initialization and before any driver tool call, the adapter records
|
|
103
|
+
the transport PID and, on macOS, the daemon PID in that lease. Missing PIDs or
|
|
104
|
+
failure to record ownership block tool dispatch. Driver-internal helper lifetime
|
|
105
|
+
remains part of the unverified native shutdown acceptance gates.
|
|
106
|
+
A crash during initialization can leave an unrecorded, idle runtime, but it has
|
|
107
|
+
received no desktop action. Recovery requires both the owner and its recorded
|
|
108
|
+
runtimes to have exited.
|
|
109
|
+
PID reuse can conservatively leave the desktop busy rather than kill another
|
|
110
|
+
process. A malformed owner record also fails closed.
|
|
111
|
+
|
|
112
|
+
`computer_end`, cancellation, agent end, settings changes, and session shutdown
|
|
113
|
+
close the owned runtime before releasing its lease. Queued operations cannot
|
|
114
|
+
survive cancellation. Settings disable removes active tools immediately;
|
|
115
|
+
session replacement discards loaded tools and grounding. The first-request
|
|
116
|
+
hook also reapplies the loaded roster after extension registration refreshes it.
|
|
117
|
+
If shutdown cannot be confirmed, the lease stays held. Confirm that the owned
|
|
118
|
+
runtime has stopped before restarting the owning lunR process.
|
|
119
|
+
|
|
120
|
+
Fresh gateway cron sessions get explicit permission contexts from the configured
|
|
121
|
+
default mode. They inherit neither gateway approvals nor its interactive
|
|
122
|
+
approval handler. Missing approval reports blocked. Session shutdown runs before
|
|
123
|
+
context disposal, including partial extension-bind failure. TUI cron continues
|
|
124
|
+
to use its live session mode.
|
|
125
|
+
|
|
126
|
+
## Runtime and packaging
|
|
127
|
+
|
|
128
|
+
The development pin is [CuaDriver 0.28.1](https://github.com/trycua/cua/releases/tag/cua-driver-rs-v0.28.1),
|
|
129
|
+
source `d8028a7943087ee258dc1b4d19dc12a7cd27669c`. This exact prerelease and its
|
|
130
|
+
three archive hashes are approved for development-channel distribution only.
|
|
131
|
+
`scripts/computer-use-release.json` is the authoritative archive inventory.
|
|
132
|
+
The upstream MIT license is included under `native/computer-use`.
|
|
133
|
+
|
|
134
|
+
The runtime never downloads an executable. It resolves the host's optional
|
|
135
|
+
payload package, or the matching archive beside a standalone binary. It verifies that archive,
|
|
136
|
+
extracts a fresh reference tree, and checks every cached file and helper against
|
|
137
|
+
that tree before execution. Redirected install paths and escaping symlinks are
|
|
138
|
+
rejected. Concurrent installers do not overwrite each other. A modified or
|
|
139
|
+
older cache is refused rather than overwritten. After confirming no runtime is
|
|
140
|
+
active, remove the inactive lunR runtime directory to reinstall it.
|
|
141
|
+
|
|
142
|
+
Windows uses the system `tar.exe`, not a `PATH`-selected extractor, and launches
|
|
143
|
+
`mcp --direct --embedded --no-overlay`. A bounded, hidden system PowerShell
|
|
144
|
+
helper checks WTS session activity and the input desktop name before admission.
|
|
145
|
+
It refuses session zero, disconnected sessions, and a non-Default or inaccessible
|
|
146
|
+
input desktop. It reads metadata only and never switches desktops. The isolated
|
|
147
|
+
runtime profile avoids the user's Cua config. Both platforms remove inherited `CUA_*` settings and explicitly
|
|
148
|
+
set standard permission mode, disable unrestricted mode, and set
|
|
149
|
+
`CUA_DRIVER_RS_TELEMETRY_ENABLED=false` and `CUA_DRIVER_RS_UPDATE_CHECK=false`.
|
|
150
|
+
|
|
151
|
+
macOS preserves the signed `CuaDriver.app` at the stable lunR-owned path
|
|
152
|
+
`~/.lunr/desktop/runtime-darwin-arm64/CuaDriver.app` and verifies its signature
|
|
153
|
+
with `codesign --verify --deep --strict`. It never re-signs the bundle.
|
|
154
|
+
LaunchServices selects that exact app path with `open -n -g -W -a`, not its
|
|
155
|
+
shared bundle id or the user's `/Applications` installation. Explicit `--env`
|
|
156
|
+
arguments pass telemetry/update/permission settings and a private HOME to the
|
|
157
|
+
daemon. The private HOME also isolates the upstream default PID/config files.
|
|
158
|
+
A private Unix socket carries the MCP proxy connection. A private stdin FIFO
|
|
159
|
+
and the pinned `--parent-liveness-stdio` option tie daemon lifetime to lunR.
|
|
160
|
+
Shutdown uses the private endpoint's PID-bound request and waits for the owned
|
|
161
|
+
app to exit. Startup and shutdown have time limits. These construction and
|
|
162
|
+
cleanup paths have local tests, not macOS execution evidence.
|
|
163
|
+
|
|
164
|
+
Release staging creates `@ashx-j/lunr-computer-win32-x64`,
|
|
165
|
+
`@ashx-j/lunr-computer-win32-arm64`, and
|
|
166
|
+
`@ashx-j/lunr-computer-darwin-arm64`. Each package contains one unchanged archive,
|
|
167
|
+
the MIT license, and a manifest with `os` and `cpu`. There are no install scripts.
|
|
168
|
+
The payload packages follow the CLI release version, independently of the upstream
|
|
169
|
+
runtime version. The staged CLI declares exact optional versions. npm installs
|
|
170
|
+
only the matching payload; `--ignore-scripts` works. Missing optional dependencies
|
|
171
|
+
leave the CLI usable and produce a reinstall instruction when computer use needs
|
|
172
|
+
the runtime. Unsupported hosts have no native discovery tool.
|
|
173
|
+
|
|
174
|
+
The CLI tarball is about 10.7 MB, without runtime archives. Packed payload sizes
|
|
175
|
+
are about 28.8 MB for Windows x64, 27.2 MB for Windows arm64, and 69.8 MB for
|
|
176
|
+
Apple Silicon. These are decimal sizes, not extracted runtime sizes.
|
|
177
|
+
|
|
178
|
+
Workspace manifests and locks keep unpublished native dependencies out of
|
|
179
|
+
ordinary developer installs. `scripts/publish.mjs` injects them into the staged
|
|
180
|
+
CLI shrinkwrap and standalone installer lock. Public lock rewriting updates both
|
|
181
|
+
package names and tarball filenames. Publication validates all seven packages,
|
|
182
|
+
then publishes payloads before the CLI. Dev staging uses exact
|
|
183
|
+
`0.2.19-dev.<run>.<attempt>` versions throughout package manifests, shrinkwrap,
|
|
184
|
+
and installer locks. It publishes `@ashx-j/lunr-dev` with its own `latest` tag;
|
|
185
|
+
shared libraries and runtime payloads use `dev` tags. Stable tags stay unchanged.
|
|
186
|
+
Production publication still requires separate approval and an unpublished
|
|
187
|
+
stable CLI version.
|
|
188
|
+
|
|
189
|
+
`scripts/build-binaries.sh` and `copy-binary-assets` copy only the selected opaque
|
|
190
|
+
archive into `native/computer-use` beside the executable. They preserve the macOS
|
|
191
|
+
archive without extracting or signing it. Routine builds stay offline. Release
|
|
192
|
+
preparation may fetch only the pinned official archives, then verifies their
|
|
193
|
+
sizes and hashes. Stable npm and GitHub binary publication stop on the current
|
|
194
|
+
development-only approval. The `dev/tui` workflow may publish the explicitly
|
|
195
|
+
requested npm dev channel.
|
|
196
|
+
|
|
197
|
+
An installed payload package must match the CLI version. A CLI upgrade that keeps
|
|
198
|
+
the same runtime bytes can reuse the verified cache. A changed or older cached
|
|
199
|
+
runtime fails closed rather than replacing a possibly running app. After all
|
|
200
|
+
owned processes stop, removing the inactive lunR runtime directory allows a fresh
|
|
201
|
+
extraction at the same stable macOS path.
|
|
202
|
+
|
|
203
|
+
## Verification and remaining gates
|
|
204
|
+
|
|
205
|
+
Local verification includes actual Windows initialize/tools/list and a
|
|
206
|
+
metadata-only `health_report`, with capture and accessibility checks excluded.
|
|
207
|
+
The binary reported 0.28.1 and 57 tools. Health results include human-readable
|
|
208
|
+
text and `structuredContent`. Its `session_active` check reports MCP activity,
|
|
209
|
+
not an unlocked or input-ready desktop. A separate real Windows metadata probe
|
|
210
|
+
confirmed an active session and Default input desktop without screen, AX, or
|
|
211
|
+
input calls. Snapshot identity and operation mapping
|
|
212
|
+
were checked against the exact released tool schemas and source; no live
|
|
213
|
+
snapshot was taken.
|
|
214
|
+
|
|
215
|
+
Focused tests cover policy, result interpretation, image coordinate mapping,
|
|
216
|
+
new GUI operation mapping, interrupted initialization, partial shutdown,
|
|
217
|
+
settings/session tool rosters, real separate-process contention and death,
|
|
218
|
+
orphan-runtime ownership, cache tampering, redirected paths, concurrent
|
|
219
|
+
extraction, and the fresh gateway cron factory's approval/disposal lifecycle.
|
|
220
|
+
The dev review passes 167 focused Vitest tests across 14 files and
|
|
221
|
+
eight archive/package tests. All five offline production builds, including the
|
|
222
|
+
coding-agent Node bundle, pass. Touched native TypeScript lint and the repository's
|
|
223
|
+
relative-import, workflow-publication, browser-smoke, and diff checks pass.
|
|
224
|
+
|
|
225
|
+
A loopback fixture registry served all seven public-name tarballs without changing
|
|
226
|
+
their bytes. A fresh Windows install used `--ignore-scripts`, fetched only the host
|
|
227
|
+
payload, then passed archive validation and first-paint/first-request fixtures
|
|
228
|
+
after relocation. Separate npm installs selected the correct package for each
|
|
229
|
+
supported OS/CPU combination and no package for Linux. An omitted-optional install
|
|
230
|
+
returned the expected missing-payload error. The shipped installer lock passed
|
|
231
|
+
`npm ci --ignore-scripts`. Standalone asset tests copied and rechecked all three
|
|
232
|
+
opaque archives. No installed app or desktop operation ran in these packaging
|
|
233
|
+
tests. Cross-platform npm selection on Windows is not macOS runtime acceptance.
|
|
234
|
+
|
|
235
|
+
The first-request fixture strips inherited subagent environment state before
|
|
236
|
+
checking the default tool inventory. The supported-host inventory includes only
|
|
237
|
+
`computer_load`; detailed computer tools remain lazy. The unsupported-host
|
|
238
|
+
baseline is unchanged.
|
|
239
|
+
|
|
240
|
+
To repeat local distribution checks after the offline build, prepare the pinned
|
|
241
|
+
archives with `scripts/bundle-computer-use.mjs`, create an empty temporary pack
|
|
242
|
+
directory, then run:
|
|
243
|
+
|
|
244
|
+
```sh
|
|
245
|
+
node scripts/generate-computer-use-manifest.mjs --check
|
|
246
|
+
node --test scripts/check-computer-use-release.test.mjs scripts/computer-use-packages.test.mjs
|
|
247
|
+
node scripts/publish.mjs --channel dev --version 0.2.19-dev.0.1 --dry-run --pack-dir /absolute/temporary/pack-directory
|
|
248
|
+
node scripts/check-computer-use-install.mjs /absolute/temporary/pack-directory
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
The install checker uses a loopback registry for the local public packages and
|
|
252
|
+
npm's public registry for external dependencies. It isolates npm configuration,
|
|
253
|
+
cache, and install directories and removes them afterward. It does not publish.
|
|
254
|
+
These checks do not certify desktop behavior.
|
|
255
|
+
|
|
256
|
+
External acceptance gates remain:
|
|
257
|
+
|
|
258
|
+
- Windows locked, disconnected, UAC, and integrity-state acceptance for the
|
|
259
|
+
metadata admission check and the actual driver.
|
|
260
|
+
- Authorized native and Electron fixture desktops, Unicode, moved/resized
|
|
261
|
+
windows, display scaling, stale accessibility handles, application exit,
|
|
262
|
+
outcome verification, and cancellation during held input.
|
|
263
|
+
- Real macOS signature/notarization, TCC, LaunchServices/FIFO environment,
|
|
264
|
+
coexistence, upgrade, and shutdown acceptance.
|
|
265
|
+
- Real macOS and Windows arm64 runtime installation and launch. Their npm
|
|
266
|
+
selection and unchanged archive copying pass locally, but their hardware
|
|
267
|
+
execution and upgrades remain unverified.
|
|
268
|
+
- Full standalone executable acceptance. Payload asset copying passes; this
|
|
269
|
+
verification did not compile and exercise every Bun target.
|
|
270
|
+
|
|
271
|
+
## Privacy and rollback
|
|
272
|
+
|
|
273
|
+
GUI actions are outside lunR's filesystem rollback. Images, accessibility text,
|
|
274
|
+
and typed text can enter selected-provider requests and saved sessions.
|
|
275
|
+
Disabling driver telemetry does not disable lunR session storage. Application
|
|
276
|
+
content is untrusted task data, never authorization. OS permissions, locked
|
|
277
|
+
desktops, UAC, and integrity restrictions still apply.
|
package/docs/development.md
CHANGED
|
@@ -25,38 +25,6 @@ npx lunr
|
|
|
25
25
|
|
|
26
26
|
lunR keeps the caller's current working directory.
|
|
27
27
|
|
|
28
|
-
## TUI dev channel
|
|
29
|
-
|
|
30
|
-
Every push to `dev/tui` builds and publishes `@ashx-j/lunr-dev`. The workflow does not run tests. If the code does not compile, npm keeps serving the previous dev build.
|
|
31
|
-
|
|
32
|
-
Install it once:
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
npm i -g @ashx-j/lunr-dev
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
Run the stable and dev versions with separate commands:
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
lunr
|
|
42
|
-
lunr-dev
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
After a new dev build publishes, update and run it:
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
lunr-dev update
|
|
49
|
-
lunr-dev
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
The dev CLI has its own npm package and executable, so installing it does not replace `lunr`. It uses the same `~/.lunr/agent` data as stable lunR. Existing logins and settings work in both versions, but a broken dev change can modify shared settings or sessions.
|
|
53
|
-
|
|
54
|
-
Remove only the dev CLI with:
|
|
55
|
-
|
|
56
|
-
```bash
|
|
57
|
-
npm uninstall -g @ashx-j/lunr-dev
|
|
58
|
-
```
|
|
59
|
-
|
|
60
28
|
## Forking / Rebranding
|
|
61
29
|
|
|
62
30
|
Configure via `package.json`:
|
package/docs/features.md
CHANGED
|
@@ -6,7 +6,7 @@ Sample code under `examples/extensions/plan-mode`, `examples/extensions/todo.ts`
|
|
|
6
6
|
|
|
7
7
|
## Permissions and plan mode
|
|
8
8
|
|
|
9
|
-
Permission modes: `manual | yolo | plan | auto`. Shift+Tab (`app.mode.cycle`) cycles that order.
|
|
9
|
+
Permission modes: `manual | yolo | plan | auto`. Shift+Tab (`app.mode.cycle`) cycles that order. Ctrl+T (`app.thinking.cycle`) cycles thinking levels for the selected model.
|
|
10
10
|
|
|
11
11
|
- **manual** — approve every tool
|
|
12
12
|
- **yolo** — auto-approve ordinary tools; large subagent launches still request confirmation
|
|
@@ -78,7 +78,7 @@ Without runnable adapters (enabled platform + resolvable token), `lunr gateway`
|
|
|
78
78
|
|
|
79
79
|
## Thinking, usage, streaming, UI
|
|
80
80
|
|
|
81
|
-
- `/thinking`, `/effort`, and `/reasoning` are full-parity aliases. `/
|
|
81
|
+
- `/thinking`, `/effort`, and `/reasoning` are full-parity aliases. `/off`, `/minimal`, `/low`, `/medium`, `/high`, `/xhigh`, and `/max` set a level when the current model supports it. `/thinking` completions follow the session model. `xhigh` and `max` are opt-in. `/thinking hide|show|toggle` still hides thinking blocks.
|
|
82
82
|
- `/usage` is **this-session** context plus every stored-credential subscription plan. The current provider is included for env-only auth. There is no `/token-usage`.
|
|
83
83
|
- `/fast [on|off|status]` controls `service_tier: "fast"` for OpenAI Codex subscriptions only. It persists across new sessions, gateway turns, and subagents. Paid `openai` API models do not use it.
|
|
84
84
|
- Footer plan bar prefers a 5h window and falls back to weekly (`planUsageWindow`). In Customize, Plan usage hides the whole segment while Plan bar hides only the █░ fill and keeps the percent.
|
|
@@ -12,7 +12,9 @@ not mean the agent can send a request yet.
|
|
|
12
12
|
|
|
13
13
|
The Node build uses split ESM bundles in `dist/node-runtime`. CLI and SDK entry
|
|
14
14
|
points share chunks so extensions see the same SDK classes as the running CLI.
|
|
15
|
-
The
|
|
15
|
+
The package RPC export uses a small wrapper that prefers its bundle and falls
|
|
16
|
+
back to the unbundled entry after a TypeScript-only development build. The
|
|
17
|
+
original `dist` layout remains available for assets and native dependencies.
|
|
16
18
|
The build preserves original module URLs for asset lookup and extension aliases.
|
|
17
19
|
|
|
18
20
|
Startup still registers tools, commands, permissions, and session hooks before
|
|
@@ -52,8 +54,13 @@ The check stalls or fails runtime loading and verifies the real frame, editable
|
|
|
52
54
|
draft, and terminal cleanup. It also blocks optional implementation imports and
|
|
53
55
|
checks a complete first request against the baseline tool-payload hash. Separate
|
|
54
56
|
first-turn fixtures exercise subagent status, MCP status, Tree-sitter parsing,
|
|
55
|
-
and local HTTP extraction.
|
|
56
|
-
|
|
57
|
+
and local HTTP extraction. The default CI run checks the workspace build on
|
|
58
|
+
Ubuntu. Passing a CLI path runs the same checks against a relocated installation,
|
|
59
|
+
but CI does not currently pack that installation or run this check on Windows.
|
|
60
|
+
|
|
61
|
+
The publish script validates every staged compiled file after rewriting package
|
|
62
|
+
names and refuses missing package entry points or leftover `@earendil-works/*`
|
|
63
|
+
references.
|
|
57
64
|
|
|
58
65
|
The profiler uses a local Faux provider, not a remote model. It records dispatch
|
|
59
66
|
through the normal prompt path, plus first response and optional tool completion.
|
package/docs/keybindings.md
CHANGED
|
@@ -112,8 +112,8 @@ Modifier combinations: `ctrl+shift+x`, `alt+ctrl+x`, `ctrl+shift+alt+x`, `ctrl+1
|
|
|
112
112
|
| `app.model.cycleForward` | `ctrl+p` | Cycle to next model |
|
|
113
113
|
| `app.model.cycleBackward` | `shift+ctrl+p` | Cycle to previous model |
|
|
114
114
|
| `app.mode.cycle` | `shift+tab` | Cycle permission mode (`manual` → `yolo` → `plan` → `auto`) |
|
|
115
|
-
| `app.thinking.cycle` |
|
|
116
|
-
| `app.thinking.toggle` |
|
|
115
|
+
| `app.thinking.cycle` | `ctrl+t` | Cycle thinking level for the selected model |
|
|
116
|
+
| `app.thinking.toggle` | *(unbound)* | Collapse or expand thinking blocks (`/thinking hide`, `show`, or `toggle`) |
|
|
117
117
|
|
|
118
118
|
### Display and Message Queue
|
|
119
119
|
|
package/docs/terminal-setup.md
CHANGED
|
@@ -108,7 +108,7 @@ On Windows, VS Code owns `Ctrl+V` and uses `Alt+V` as the View menu mnemonic. Fo
|
|
|
108
108
|
}
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
A successful paste
|
|
111
|
+
A successful paste inserts `[image_1]` in the editor. If VS Code still owns the key, `/paste-image` invokes the same operation without depending on any terminal shortcut. Submit keeps the label in the chat card and attaches the image to the model. `Clipboard contains no image` means the command arrived but the OS clipboard had no image.
|
|
112
112
|
|
|
113
113
|
## Windows Terminal
|
|
114
114
|
|
package/docs/usage.md
CHANGED
|
@@ -76,7 +76,7 @@ Built-in commands (from `slash-commands.ts`):
|
|
|
76
76
|
|
|
77
77
|
There is no `/changelog` command.
|
|
78
78
|
|
|
79
|
-
Notable extension-registered commands (always available unless you disable those built-ins): `/thinking`, `/effort`, `/reasoning`, `/cron`, `/goal`, `/mcp`, `/mcp-auth`, `/lsp`, `/lsp-restart`, `/websearch`. See [Built-in features](features.md).
|
|
79
|
+
Notable extension-registered commands (always available unless you disable those built-ins): `/thinking`, `/effort`, `/reasoning`, `/off` through `/max`, `/cron`, `/goal`, `/mcp`, `/mcp-auth`, `/lsp`, `/lsp-restart`, `/websearch`. See [Built-in features](features.md).
|
|
80
80
|
|
|
81
81
|
## Message Queue
|
|
82
82
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-custom-provider",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-custom-provider",
|
|
9
|
-
"version": "0.2.
|
|
9
|
+
"version": "0.2.19",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@anthropic-ai/sdk": "^0.52.0"
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-gondolin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-gondolin",
|
|
9
|
-
"version": "0.2.
|
|
9
|
+
"version": "0.2.19",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@earendil-works/gondolin": "0.12.0"
|
|
12
12
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*
|
|
10
10
|
* Test:
|
|
11
11
|
* 1. Load this extension
|
|
12
|
-
* 2. Hide thinking blocks with
|
|
12
|
+
* 2. Hide thinking blocks with /thinking hide
|
|
13
13
|
* 3. Ask for something that produces reasoning output
|
|
14
14
|
* 4. The collapsed thinking block label will show the custom text
|
|
15
15
|
*
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-sandbox",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-sandbox",
|
|
9
|
-
"version": "0.2.
|
|
9
|
+
"version": "0.2.19",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@anthropic-ai/sandbox-runtime": "^0.0.26"
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-with-deps",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-with-deps",
|
|
9
|
-
"version": "0.2.
|
|
9
|
+
"version": "0.2.19",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"ms": "^2.1.3"
|
|
12
12
|
},
|