@openaide/codex-acp 1.1.5 → 1.1.6

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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23060,7 +23060,7 @@ function createGuardianApprovalReviewToolCall(event) {
23060
23060
  return {
23061
23061
  sessionUpdate: "tool_call",
23062
23062
  toolCallId: guardianApprovalReviewToolCallId(event.reviewId),
23063
- kind: "think",
23063
+ kind: "other",
23064
23064
  title: "Guardian Review",
23065
23065
  status: toAcpGuardianApprovalReviewStatus(event.review.status),
23066
23066
  content: createGuardianApprovalReviewContent(event.review, event.action),
@@ -27269,7 +27269,7 @@ var package_default = {
27269
27269
  publishConfig: {
27270
27270
  access: "public"
27271
27271
  },
27272
- version: "1.1.5",
27272
+ version: "1.1.6",
27273
27273
  description: "",
27274
27274
  main: "dist/index.js",
27275
27275
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.1.5",
6
+ "version": "1.1.6",
7
7
  "description": "",
8
8
  "main": "dist/index.js",
9
9
  "bin": {