@yitom/agy-acp-map 0.1.12 → 0.1.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 +3 -2
- package/dist/agy-headless.exe +0 -0
- package/dist/bin.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/agy-acp-win-x64.exe +0 -4
package/README.md
CHANGED
|
@@ -314,8 +314,9 @@ Engineering feasibility ≠ legal permission. 即便只用官方 CLI I/O,仍
|
|
|
314
314
|
## Zed via npm (global install) / Zed 全局安装用法
|
|
315
315
|
|
|
316
316
|
No Bun / TypeScript needed at runtime — the published package ships compiled
|
|
317
|
-
`dist/` artifacts (`bin.js` for Node, `agy-headless.exe
|
|
318
|
-
single-file `agy-acp-win-x64.exe`
|
|
317
|
+
`dist/` artifacts (`bin.js` for Node, `agy-headless.exe`). The optional
|
|
318
|
+
single-file `agy-acp-win-x64.exe` (no runtime needed) is a GitHub Release
|
|
319
|
+
asset, not part of the npm tarball. A **global** install is recommended so Zed
|
|
319
320
|
gets a stable absolute path (repo moves would break a local path):
|
|
320
321
|
|
|
321
322
|
```powershell
|
package/dist/agy-headless.exe
CHANGED
|
Binary file
|
package/dist/bin.js
CHANGED
|
@@ -12543,7 +12543,7 @@ class SessionHistoryStore {
|
|
|
12543
12543
|
var AGENT_INFO = {
|
|
12544
12544
|
name: "agy-acp",
|
|
12545
12545
|
title: "agy ACP (stream-json)",
|
|
12546
|
-
version: "0.1.
|
|
12546
|
+
version: "0.1.13"
|
|
12547
12547
|
};
|
|
12548
12548
|
var BRIDGE_CAPABILITIES = {
|
|
12549
12549
|
prompt: true,
|
package/dist/index.js
CHANGED
|
@@ -12330,7 +12330,7 @@ class SessionHistoryStore {
|
|
|
12330
12330
|
var AGENT_INFO = {
|
|
12331
12331
|
name: "agy-acp",
|
|
12332
12332
|
title: "agy ACP (stream-json)",
|
|
12333
|
-
version: "0.1.
|
|
12333
|
+
version: "0.1.13"
|
|
12334
12334
|
};
|
|
12335
12335
|
var BRIDGE_CAPABILITIES = {
|
|
12336
12336
|
prompt: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yitom/agy-acp-map",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build": "bun run build:js && bun run build:types && bun run build:headless",
|
|
29
29
|
"build:headless": "bun scripts/build-headless.ts",
|
|
30
30
|
"build:js": "bun build src/sdk-server.ts --target node --outfile dist/bin.js && bun build src/index.ts --target node --outfile dist/index.js",
|
|
31
|
-
"build:exe": "bun build src/sdk-server.ts --compile --target=bun-windows-x64 --outfile
|
|
31
|
+
"build:exe": "bun build src/sdk-server.ts --compile --target=bun-windows-x64 --outfile release/agy-acp-win-x64.exe",
|
|
32
32
|
"build:types": "bunx tsc -p tsconfig.build.json",
|
|
33
33
|
"release:patch": "bun scripts/release.ts",
|
|
34
34
|
"release:publish": "bun scripts/release.ts --publish",
|
package/dist/agy-acp-win-x64.exe
DELETED