@cnwenf/occ 2.1.325 → 2.1.326

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/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bun
2
- globalThis.MACRO={"VERSION":"2.1.325","BINARY_NAME":"occ","BUILD_TIME":"2026-09-08T21:11:53.537Z","FEEDBACK_CHANNEL":"","ISSUES_EXPLAINER":"","NATIVE_PACKAGE_URL":"","PACKAGE_URL":"@cnwenf/occ","VERSION_CHANGELOG":""};
2
+ globalThis.MACRO={"VERSION":"2.1.326","BINARY_NAME":"occ","BUILD_TIME":"2026-09-09T18:21:27.996Z","FEEDBACK_CHANNEL":"","ISSUES_EXPLAINER":"","NATIVE_PACKAGE_URL":"","PACKAGE_URL":"@cnwenf/occ","VERSION_CHANGELOG":""};
3
3
  // @bun
4
4
  var __create = Object.create;
5
5
  var __getProtoOf = Object.getPrototypeOf;
@@ -752879,7 +752879,7 @@ function getFilePermissionOptions({
752879
752879
  const inGlobalClaudeFolder = isInGlobalClaudeFolder(filePath);
752880
752880
  if ((inClaudeFolder || inGlobalClaudeFolder) && operationType !== "read") {
752881
752881
  options.push({
752882
- label: "Yes, and allow Claude to edit its own settings for this session",
752882
+ label: inGlobalClaudeFolder ? "Yes, and allow Claude to edit files in its ~/.claude folder for this session" : "Yes, and allow Claude to edit files in this project's .claude folder for this session",
752883
752883
  value: "yes-claude-folder",
752884
752884
  option: {
752885
752885
  type: "accept-session",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cnwenf/occ",
3
- "version": "2.1.325",
3
+ "version": "2.1.326",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {