@zerwiz/sessrumnir 0.1.20 → 0.1.21

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/out/main/index.js CHANGED
@@ -242,7 +242,7 @@ const notes = { "backButton": "Back", "backTitle": "Back to notes", "deleteNoteT
242
242
  const notifications = { "completed": "Brokk finished working.", "failed": "Brokk stopped with an error.", "needs-approval": "Brokk is waiting for your approval.", "withSession": "{{body}} Click to open the finished session." };
243
243
  const packages = { "catalog": { "emptyHint": "Visit <link>pi.dev/packages</link> to browse", "emptyTitle": "No packages found", "resultsCap": "Showing {{shown}} of {{total}} — refine your search to narrow results.", "searchPlaceholder": "Search packages...", "viewRepo": "View repo" }, "installBar": { "placeholder": "npm:package-name or git:github.com/user/repo" }, "installed": { "checkingUpdates": "Checking for updates…", "checkUpdatesButton": "Check for updates", "emptyHint": "Browse the catalog or use the install bar above", "emptyTitle": "No packages installed", "removeButton": "Remove package", "updateAllButton": "Update all", "updatePackageAria": "Update {{name}}", "updatesAvailable_one": "{{count}} update available", "updatesAvailable_other": "{{count}} updates available", "updateToVersion": "Update to v{{version}}", "versionUpdateArrow": "v{{from}} → v{{to}}" }, "tabs": { "catalog": "Catalog", "installed": "Installed" }, "title": "Packages & Skills", "type": { "extension": "extension", "package": "package", "prompt": "prompt", "skill": "skill", "theme": "theme" }, "viewOnNpm": "View on npm" };
244
244
  const palette = { "navigationHint": "↑↓ navigate · Enter/Tab run · / commands only · Esc close", "noMatches": "No matches", "searchPlaceholder": "Search commands, workspaces, sessions, files...", "sections": { "files": "Files", "sessions": "Sessions", "workspaces": "Workspaces" } };
245
- const permissionMode = { "ask-commands": { "description": "Brokk will ask before running shell commands.", "label": "Ask before commands" }, "ask-edits": { "description": "Brokk will ask before file edits and shell commands that can change files.", "label": "Ask before edits" }, "plan-readonly": { "description": "Only read/search/list tools are enabled. File edits and shell commands are blocked.", "label": "Plan / Read-only" }, "trusted": { "description": "All Brokk tools are enabled for workflows you trust.", "label": "Trusted" } };
245
+ const permissionMode = { "ask-commands": { "description": "Brokk will ask before running shell commands.", "label": "Ask before commands" }, "ask-edits": { "description": "Brokk will ask before file edits and shell commands that can change files.", "label": "Ask before the chisel" }, "plan-readonly": { "description": "Only read/search/list tools are enabled. File edits and shell commands are blocked.", "label": "Plan / Read-only" }, "trusted": { "description": "All Brokk tools are enabled for workflows you trust.", "label": "Trusted" } };
246
246
  const permissionRules = { "action": { "allow": "Allow", "deny": "Deny" }, "addRuleButton": "Add rule", "copyFromGlobalButton": "Copy from global", "copyFromGlobalTitle": "Copy the global rules list into this workspace (replaces the list below until you save)", "exportTitle": "Export the list below to a JSON file", "importTitle": "Import rules from a JSON file (replaces the list below until you save)", "legend": "Deny always wins, then allow, then the mode above decides. Use * as a wildcard.", "loadErrorMessage": "Saved rules file is invalid and is being ignored: {{error}}", "noRules": "No rules yet — the mode above decides everything.", "patternPlaceholder": "pattern, e.g. npm test* (empty = any input)", "removeRuleAria": "Remove rule {{index}}", "removeRuleTitle": "Remove rule", "removeWorkspaceRulesButton": "Remove workspace rules", "removeWorkspaceRulesTitle": "Delete this workspace's .pi-desktop/permission-rules.json; global rules apply again", "revokeTrustButton": "Revoke trust", "rowActionAria": "Rule {{index}} action", "rowPatternAria": "Rule {{index}} pattern", "rowToolAria": "Rule {{index}} tool", "toolPlaceholder": "tool (* = any)", "toolRequiredError": "Rule {{index}}: tool is required (use * for any tool)", "trustedMessage": "Trusted — this workspace's allow rules apply and HTML previews run scripts.", "trustWorkspaceButton": "Trust workspace", "untrustedMessage": "HTML previews for this workspace are static (scripts disabled). Trust it to enable interactive previews and any allow rules.", "untrustedWithAllowRulesMessage": "This workspace's allow rules are inactive and HTML previews are static until you trust it. Its deny rules still apply. Trust only workspaces from a source you trust.", "workspaceOverrideNotice": "This workspace has its own rules file (.pi-desktop/permission-rules.json). Its deny rules apply on top of these global rules; its allow rules apply only if you trust the workspace — see the This workspace tab." };
247
247
  const permissions = { "prompt": { "body": "{{agent}} wants to run the {{tool}} tool.", "command": "Command:\n{{command}}", "target": "Target: {{path}}", "title": "Allow {{tool}}?" } };
248
248
  const review = { "gitStatusUnavailable": "Git status unavailable", "heading": "Review", "openDiffButton": "Open diff review", "openDiffHint": "Inspect working tree changes.", "pendingApprovals": { "none": "No approval requests waiting.", "queued_one": "{{count}} queued item waiting for the active session.", "queued_other": "{{count}} queued items waiting for the active session." }, "pendingApprovalsHeading": "Pending Approvals", "permissionsHeading": "Permissions", "sessionStatus": { "idle": "{{agent}} is idle in the active session.", "working": "{{agent}} is working in the active session." }, "sessionStatusHeading": "Session Status", "subtitle": "Control what {{agent}} can do before changes move forward." };
@@ -15973,7 +15973,7 @@ const notes = { "backButton": "Back", "backTitle": "Back to notes", "deleteNoteT
15973
15973
  const notifications = { "completed": "Brokk finished working.", "failed": "Brokk stopped with an error.", "needs-approval": "Brokk is waiting for your approval.", "withSession": "{{body}} Click to open the finished session." };
15974
15974
  const packages = { "catalog": { "emptyHint": "Visit <link>pi.dev/packages</link> to browse", "emptyTitle": "No packages found", "resultsCap": "Showing {{shown}} of {{total}} — refine your search to narrow results.", "searchPlaceholder": "Search packages...", "viewRepo": "View repo" }, "installBar": { "placeholder": "npm:package-name or git:github.com/user/repo" }, "installed": { "checkingUpdates": "Checking for updates…", "checkUpdatesButton": "Check for updates", "emptyHint": "Browse the catalog or use the install bar above", "emptyTitle": "No packages installed", "removeButton": "Remove package", "updateAllButton": "Update all", "updatePackageAria": "Update {{name}}", "updatesAvailable_one": "{{count}} update available", "updatesAvailable_other": "{{count}} updates available", "updateToVersion": "Update to v{{version}}", "versionUpdateArrow": "v{{from}} → v{{to}}" }, "tabs": { "catalog": "Catalog", "installed": "Installed" }, "title": "Packages & Skills", "type": { "extension": "extension", "package": "package", "prompt": "prompt", "skill": "skill", "theme": "theme" }, "viewOnNpm": "View on npm" };
15975
15975
  const palette = { "navigationHint": "↑↓ navigate · Enter/Tab run · / commands only · Esc close", "noMatches": "No matches", "searchPlaceholder": "Search commands, workspaces, sessions, files...", "sections": { "files": "Files", "sessions": "Sessions", "workspaces": "Workspaces" } };
15976
- const permissionMode = { "ask-commands": { "description": "Brokk will ask before running shell commands.", "label": "Ask before commands" }, "ask-edits": { "description": "Brokk will ask before file edits and shell commands that can change files.", "label": "Ask before edits" }, "plan-readonly": { "description": "Only read/search/list tools are enabled. File edits and shell commands are blocked.", "label": "Plan / Read-only" }, "trusted": { "description": "All Brokk tools are enabled for workflows you trust.", "label": "Trusted" } };
15976
+ const permissionMode = { "ask-commands": { "description": "Brokk will ask before running shell commands.", "label": "Ask before commands" }, "ask-edits": { "description": "Brokk will ask before file edits and shell commands that can change files.", "label": "Ask before the chisel" }, "plan-readonly": { "description": "Only read/search/list tools are enabled. File edits and shell commands are blocked.", "label": "Plan / Read-only" }, "trusted": { "description": "All Brokk tools are enabled for workflows you trust.", "label": "Trusted" } };
15977
15977
  const permissionRules = { "action": { "allow": "Allow", "deny": "Deny" }, "addRuleButton": "Add rule", "copyFromGlobalButton": "Copy from global", "copyFromGlobalTitle": "Copy the global rules list into this workspace (replaces the list below until you save)", "exportTitle": "Export the list below to a JSON file", "importTitle": "Import rules from a JSON file (replaces the list below until you save)", "legend": "Deny always wins, then allow, then the mode above decides. Use * as a wildcard.", "loadErrorMessage": "Saved rules file is invalid and is being ignored: {{error}}", "noRules": "No rules yet — the mode above decides everything.", "patternPlaceholder": "pattern, e.g. npm test* (empty = any input)", "removeRuleAria": "Remove rule {{index}}", "removeRuleTitle": "Remove rule", "removeWorkspaceRulesButton": "Remove workspace rules", "removeWorkspaceRulesTitle": "Delete this workspace's .pi-desktop/permission-rules.json; global rules apply again", "revokeTrustButton": "Revoke trust", "rowActionAria": "Rule {{index}} action", "rowPatternAria": "Rule {{index}} pattern", "rowToolAria": "Rule {{index}} tool", "toolPlaceholder": "tool (* = any)", "toolRequiredError": "Rule {{index}}: tool is required (use * for any tool)", "trustedMessage": "Trusted — this workspace's allow rules apply and HTML previews run scripts.", "trustWorkspaceButton": "Trust workspace", "untrustedMessage": "HTML previews for this workspace are static (scripts disabled). Trust it to enable interactive previews and any allow rules.", "untrustedWithAllowRulesMessage": "This workspace's allow rules are inactive and HTML previews are static until you trust it. Its deny rules still apply. Trust only workspaces from a source you trust.", "workspaceOverrideNotice": "This workspace has its own rules file (.pi-desktop/permission-rules.json). Its deny rules apply on top of these global rules; its allow rules apply only if you trust the workspace — see the This workspace tab." };
15978
15978
  const permissions = { "prompt": { "body": "{{agent}} wants to run the {{tool}} tool.", "command": "Command:\n{{command}}", "target": "Target: {{path}}", "title": "Allow {{tool}}?" } };
15979
15979
  const review = { "gitStatusUnavailable": "Git status unavailable", "heading": "Review", "openDiffButton": "Open diff review", "openDiffHint": "Inspect working tree changes.", "pendingApprovals": { "none": "No approval requests waiting.", "queued_one": "{{count}} queued item waiting for the active session.", "queued_other": "{{count}} queued items waiting for the active session." }, "pendingApprovalsHeading": "Pending Approvals", "permissionsHeading": "Permissions", "sessionStatus": { "idle": "{{agent}} is idle in the active session.", "working": "{{agent}} is working in the active session." }, "sessionStatusHeading": "Session Status", "subtitle": "Control what {{agent}} can do before changes move forward." };
@@ -21157,7 +21157,7 @@ function StatusPopover() {
21157
21157
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "px-4 py-2 border-t border-border flex items-center justify-between text-[10px] text-faint", children: [
21158
21158
  /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
21159
21159
  "v",
21160
- "0.1.20"
21160
+ "0.1.21"
21161
21161
  ] }),
21162
21162
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
21163
21163
  "button",
@@ -10,7 +10,7 @@
10
10
  <link rel="icon" type="image/svg+xml" href="./assets/ymir-mark-kY-7e1x6.svg" />
11
11
  <title>Sessrúmnir</title>
12
12
  <script src="./theme-boot.js"></script>
13
- <script type="module" crossorigin src="./assets/index-DQx9KjOZ.js"></script>
13
+ <script type="module" crossorigin src="./assets/index-BScoctID.js"></script>
14
14
  <link rel="stylesheet" crossorigin href="./assets/index-BDCZuN3N.css">
15
15
  </head>
16
16
  <body class="bg-app text-primary antialiased">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerwiz/sessrumnir",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Desktop GUI frontend for the Pi coding agent",
5
5
  "main": "out/main/index.js",
6
6
  "desktopName": "pi-desktop.desktop",
@@ -844,7 +844,7 @@
844
844
  },
845
845
  "ask-edits": {
846
846
  "description": "Brokk will ask before file edits and shell commands that can change files.",
847
- "label": "Ask before edits"
847
+ "label": "Ask before the chisel"
848
848
  },
849
849
  "plan-readonly": {
850
850
  "description": "Only read/search/list tools are enabled. File edits and shell commands are blocked.",