@cnwenf/occ 2.1.324 → 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.
- package/dist/cli.js +7 -8
- 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.
|
|
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
|
|
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",
|
|
@@ -808998,15 +808998,15 @@ function Onboarding({
|
|
|
808998
808998
|
/* @__PURE__ */ jsx_runtime484.jsxs(OrderedList.Item, {
|
|
808999
808999
|
children: [
|
|
809000
809000
|
/* @__PURE__ */ jsx_runtime484.jsx(ThemedText, {
|
|
809001
|
-
children: "Claude can make mistakes"
|
|
809001
|
+
children: "Claude can make mistakes."
|
|
809002
809002
|
}),
|
|
809003
809003
|
/* @__PURE__ */ jsx_runtime484.jsxs(ThemedText, {
|
|
809004
809004
|
dimColor: true,
|
|
809005
809005
|
wrap: "wrap",
|
|
809006
809006
|
children: [
|
|
809007
|
-
"You
|
|
809007
|
+
"You're responsible for Claude's actions and should always",
|
|
809008
809008
|
/* @__PURE__ */ jsx_runtime484.jsx(Newline, {}),
|
|
809009
|
-
"running code.",
|
|
809009
|
+
"review them, especially when running code.",
|
|
809010
809010
|
/* @__PURE__ */ jsx_runtime484.jsx(Newline, {})
|
|
809011
809011
|
]
|
|
809012
809012
|
})
|
|
@@ -809019,10 +809019,9 @@ function Onboarding({
|
|
|
809019
809019
|
}),
|
|
809020
809020
|
/* @__PURE__ */ jsx_runtime484.jsxs(ThemedText, {
|
|
809021
809021
|
dimColor: true,
|
|
809022
|
-
wrap: "wrap",
|
|
809023
809022
|
children: [
|
|
809024
|
-
"
|
|
809025
|
-
|
|
809023
|
+
"Learn more:",
|
|
809024
|
+
" ",
|
|
809026
809025
|
/* @__PURE__ */ jsx_runtime484.jsx(Link, {
|
|
809027
809026
|
url: "https://code.claude.com/docs/en/security"
|
|
809028
809027
|
})
|