@orcareplay/shell-shim 0.1.2 → 0.2.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/dist/install.d.ts +9 -2
- package/dist/install.d.ts.map +1 -1
- package/dist/install.js +9 -2
- package/dist/install.js.map +1 -1
- package/dist/resolve.d.ts +0 -8
- package/dist/resolve.d.ts.map +1 -1
- package/dist/resolve.js +37 -2
- package/dist/resolve.js.map +1 -1
- package/package.json +2 -2
package/dist/install.d.ts
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import type { ShellFrame } from './runner.js';
|
|
2
|
-
/**
|
|
3
|
-
|
|
2
|
+
/**
|
|
3
|
+
* Shells an agent actually reaches for. Shimming more binaries buys detail and costs blast radius.
|
|
4
|
+
*
|
|
5
|
+
* `zsh` is here because of how harnesses resolve their shell rather than despite it: OpenCode
|
|
6
|
+
* reads `$SHELL` and execs that binary by absolute path, so a PATH shim in front of `bash` and
|
|
7
|
+
* `sh` alone sat unused on every macOS run while the shell tool happily used `/bin/zsh`. The
|
|
8
|
+
* adapter points `$SHELL` at the shim instead, which requires a shim named `zsh` to exist.
|
|
9
|
+
*/
|
|
10
|
+
export declare const DEFAULT_SHIMS: readonly ["sh", "bash", "zsh"];
|
|
4
11
|
export interface InstallOptions {
|
|
5
12
|
runDir: string;
|
|
6
13
|
/** Defaults to `<runDir>/shell-frames.jsonl`. */
|
package/dist/install.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../src/install.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C
|
|
1
|
+
{"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../src/install.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa,gCAAiC,CAAC;AAE5D,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,iDAAiD;IACjD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;CAC3B;AAED,MAAM,WAAW,aAAa;IAC5B,4BAA4B;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,iEAAiE;IACjE,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC7B;AAED;;;;;;GAMG;AACH,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,cAAc,GAAG,OAAO,CAAC,aAAa,CAAC,CAyCtF;AAED,4FAA4F;AAC5F,wBAAsB,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC,CAY/E;AAED;;;;;;;GAOG;AACH,wBAAsB,gBAAgB,IAAI,OAAO,CAAC,MAAM,CAAC,CAkBxD"}
|
package/dist/install.js
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import { access, chmod, mkdir, readFile, writeFile } from 'node:fs/promises';
|
|
2
2
|
import { fileURLToPath } from 'node:url';
|
|
3
3
|
import { join } from 'node:path';
|
|
4
|
-
/**
|
|
5
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Shells an agent actually reaches for. Shimming more binaries buys detail and costs blast radius.
|
|
6
|
+
*
|
|
7
|
+
* `zsh` is here because of how harnesses resolve their shell rather than despite it: OpenCode
|
|
8
|
+
* reads `$SHELL` and execs that binary by absolute path, so a PATH shim in front of `bash` and
|
|
9
|
+
* `sh` alone sat unused on every macOS run while the shell tool happily used `/bin/zsh`. The
|
|
10
|
+
* adapter points `$SHELL` at the shim instead, which requires a shim named `zsh` to exist.
|
|
11
|
+
*/
|
|
12
|
+
export const DEFAULT_SHIMS = ['sh', 'bash', 'zsh'];
|
|
6
13
|
/**
|
|
7
14
|
* Write a directory of shim executables to prepend to PATH.
|
|
8
15
|
*
|
package/dist/install.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"install.js","sourceRoot":"","sources":["../src/install.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAGjC
|
|
1
|
+
{"version":3,"file":"install.js","sourceRoot":"","sources":["../src/install.ts"],"names":[],"mappings":"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"}
|
package/dist/resolve.d.ts
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Find the real binary a shim is standing in for.
|
|
3
|
-
*
|
|
4
|
-
* The shim directory is prepended to PATH, so the one thing this must never do is return the
|
|
5
|
-
* shim itself: that is an exec loop, and it would happen inside the user's agent run rather than
|
|
6
|
-
* anywhere convenient. Comparison is by resolved real path, because PATH routinely contains the
|
|
7
|
-
* same directory spelled several ways (`/x`, `/x/.`, a symlink) and a string compare misses those.
|
|
8
|
-
*/
|
|
9
1
|
export declare function resolveRealBinary(name: string, pathVar: string, shimDir: string): Promise<string | undefined>;
|
|
10
2
|
//# sourceMappingURL=resolve.d.ts.map
|
package/dist/resolve.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../src/resolve.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../src/resolve.ts"],"names":[],"mappings":"AAoBA,wBAAsB,iBAAiB,CACrC,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAmB7B"}
|
package/dist/resolve.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { access, constants, realpath, stat } from 'node:fs/promises';
|
|
1
|
+
import { access, constants, open, realpath, stat } from 'node:fs/promises';
|
|
2
2
|
import { delimiter, extname, join, resolve } from 'node:path';
|
|
3
3
|
/**
|
|
4
4
|
* Find the real binary a shim is standing in for.
|
|
@@ -7,7 +7,15 @@ import { delimiter, extname, join, resolve } from 'node:path';
|
|
|
7
7
|
* shim itself: that is an exec loop, and it would happen inside the user's agent run rather than
|
|
8
8
|
* anywhere convenient. Comparison is by resolved real path, because PATH routinely contains the
|
|
9
9
|
* same directory spelled several ways (`/x`, `/x/.`, a symlink) and a string compare misses those.
|
|
10
|
+
*
|
|
11
|
+
* One directory is not enough to exclude, though. A run inside a run — or an agent that records
|
|
12
|
+
* things for a living and is now being recorded — has *another* run's shim directory on PATH, and
|
|
13
|
+
* a `sh` found there is a shim script, not a binary: spawning it re-runs the runner, which
|
|
14
|
+
* resolves again, and the command hangs in a hundred-deep exec loop until something kills it. The
|
|
15
|
+
* shim scripts carry a marker comment, so anything carrying it is refused no matter which
|
|
16
|
+
* directory it sits in.
|
|
10
17
|
*/
|
|
18
|
+
const SHIM_MARKER = 'orca record';
|
|
11
19
|
export async function resolveRealBinary(name, pathVar, shimDir) {
|
|
12
20
|
const shimReal = await safeRealpath(resolve(shimDir));
|
|
13
21
|
for (const entry of pathVar.split(delimiter)) {
|
|
@@ -18,14 +26,41 @@ export async function resolveRealBinary(name, pathVar, shimDir) {
|
|
|
18
26
|
continue;
|
|
19
27
|
for (const candidateName of candidateNames(name)) {
|
|
20
28
|
const candidate = join(entry, candidateName);
|
|
21
|
-
if (await isExecutableFile(candidate))
|
|
29
|
+
if (await isExecutableFile(candidate)) {
|
|
30
|
+
if (await isOrcaShim(candidate))
|
|
31
|
+
continue;
|
|
22
32
|
return candidate;
|
|
33
|
+
}
|
|
23
34
|
}
|
|
24
35
|
}
|
|
25
36
|
// Deliberately undefined rather than a guess: exec'ing the wrong binary is worse than a clear
|
|
26
37
|
// error the caller can report.
|
|
27
38
|
return undefined;
|
|
28
39
|
}
|
|
40
|
+
/**
|
|
41
|
+
* Whether the file is one of orca's own shim scripts, identified by its marker comment.
|
|
42
|
+
*
|
|
43
|
+
* Read from the head of the file: a script's shebang-and-comment block sits in the first few
|
|
44
|
+
* hundred bytes, and anything else on PATH is a binary whose first bytes are safe to read and
|
|
45
|
+
* discard. A file that cannot be read is not a shim — the exec attempt will say what is wrong
|
|
46
|
+
* with it.
|
|
47
|
+
*/
|
|
48
|
+
async function isOrcaShim(path) {
|
|
49
|
+
const handle = await open(path, 'r').catch(() => undefined);
|
|
50
|
+
if (handle === undefined)
|
|
51
|
+
return false;
|
|
52
|
+
try {
|
|
53
|
+
const buffer = Buffer.alloc(256);
|
|
54
|
+
const { bytesRead } = await handle.read(buffer, 0, buffer.length, 0);
|
|
55
|
+
return buffer.subarray(0, bytesRead).includes(SHIM_MARKER);
|
|
56
|
+
}
|
|
57
|
+
catch {
|
|
58
|
+
return false;
|
|
59
|
+
}
|
|
60
|
+
finally {
|
|
61
|
+
await handle.close();
|
|
62
|
+
}
|
|
63
|
+
}
|
|
29
64
|
async function safeRealpath(path) {
|
|
30
65
|
try {
|
|
31
66
|
return await realpath(path);
|
package/dist/resolve.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../src/resolve.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../src/resolve.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orcareplay/shell-shim",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@orcareplay/schema": "0.
|
|
20
|
+
"@orcareplay/schema": "0.2.0"
|
|
21
21
|
}
|
|
22
22
|
}
|