@lucascouts/claude-agent-acp-plus 0.7.0 → 0.8.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.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.7.0",
6
+ "version": "0.8.0",
7
7
  "description": "ACP adapter for the Claude Agent SDK with VS Code-parity UX for Zed and other ACP clients — checkbox multi-select questions, refusal consent dialog, dynamic agent name. Fork of claude-agent-acp.",
8
8
  "main": "dist/lib.js",
9
9
  "types": "dist/lib.d.ts",
@@ -35,11 +35,13 @@
35
35
  "format:check": "prettier --check .",
36
36
  "check": "npm run lint && npm run format:check",
37
37
  "release:preflight": "bash scripts/release-preflight.sh",
38
+ "release:attest": "bash scripts/ci-attest.sh",
38
39
  "ci:local": "npm run format:check && npm run lint && npm run build && npm run test:run",
39
40
  "test": "vitest",
40
41
  "test:integration": "RUN_INTEGRATION_TESTS=true vitest run",
41
42
  "test:run": "vitest run",
42
43
  "test:coverage": "vitest run --coverage",
44
+ "test:shell": "bats scripts/tests",
43
45
  "prepublishOnly": "npm run build"
44
46
  },
45
47
  "keywords": [