@zerwiz/sessrumnir 0.1.19 → 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." };
@@ -485,9 +485,9 @@
485
485
  --color-border-strong-hover: #525252;
486
486
  --color-focus: #c9973f;
487
487
  --color-accent: #c9973f;
488
- --color-accent-hover: #1d4ed8;
489
- --color-accent-fg: #60a5fa;
490
- --color-accent-bg: #1e3a8a4d;
488
+ --color-accent-hover: #7d5f2a;
489
+ --color-accent-fg: #c9973f;
490
+ --color-accent-bg: #c9973f2e;
491
491
  --color-success: #34d399;
492
492
  --color-success-bg: #064e3b4d;
493
493
  --color-warning: #facc15;
@@ -495,14 +495,14 @@
495
495
  --color-error: #f87171;
496
496
  --color-error-hover: #ef4444;
497
497
  --color-error-bg: #7f1d1d4d;
498
- --color-info: #60a5fa;
498
+ --color-info: #96a0a8;
499
499
  --color-special: #c084fc;
500
500
  --color-special-bg: #581c874d;
501
501
  --color-chat-column: var(--color-app);
502
502
  --color-chat-column-border: var(--color-border);
503
503
  --color-scrollbar: #2a2a2a;
504
504
  --color-scrollbar-hover: #3a3a3a;
505
- --color-md-code: #60a5fa;
505
+ --color-md-code: #c9973f;
506
506
  --color-md-pre-bg: #0d1117;
507
507
  }
508
508
  }
@@ -2160,7 +2160,7 @@
2160
2160
  }
2161
2161
 
2162
2162
  .border-accent-bg\/40 {
2163
- border-color: #1e3a8a1f;
2163
+ border-color: #c9973f12;
2164
2164
  }
2165
2165
 
2166
2166
  @supports (color: color-mix(in lab, red, red)) {
@@ -2170,7 +2170,7 @@
2170
2170
  }
2171
2171
 
2172
2172
  .border-accent-bg\/70 {
2173
- border-color: #1e3a8a36;
2173
+ border-color: #c9973f20;
2174
2174
  }
2175
2175
 
2176
2176
  @supports (color: color-mix(in lab, red, red)) {
@@ -2358,7 +2358,7 @@
2358
2358
  }
2359
2359
 
2360
2360
  .bg-accent-bg\/10 {
2361
- background-color: #1e3a8a08;
2361
+ background-color: #c9973f05;
2362
2362
  }
2363
2363
 
2364
2364
  @supports (color: color-mix(in lab, red, red)) {
@@ -2368,7 +2368,7 @@
2368
2368
  }
2369
2369
 
2370
2370
  .bg-accent-bg\/15 {
2371
- background-color: #1e3a8a0c;
2371
+ background-color: #c9973f07;
2372
2372
  }
2373
2373
 
2374
2374
  @supports (color: color-mix(in lab, red, red)) {
@@ -2378,7 +2378,7 @@
2378
2378
  }
2379
2379
 
2380
2380
  .bg-accent-bg\/30 {
2381
- background-color: #1e3a8a17;
2381
+ background-color: #c9973f0e;
2382
2382
  }
2383
2383
 
2384
2384
  @supports (color: color-mix(in lab, red, red)) {
@@ -2388,7 +2388,7 @@
2388
2388
  }
2389
2389
 
2390
2390
  .bg-accent-bg\/40 {
2391
- background-color: #1e3a8a1f;
2391
+ background-color: #c9973f12;
2392
2392
  }
2393
2393
 
2394
2394
  @supports (color: color-mix(in lab, red, red)) {
@@ -2398,7 +2398,7 @@
2398
2398
  }
2399
2399
 
2400
2400
  .bg-accent-bg\/50 {
2401
- background-color: #1e3a8a27;
2401
+ background-color: #c9973f17;
2402
2402
  }
2403
2403
 
2404
2404
  @supports (color: color-mix(in lab, red, red)) {
@@ -3221,7 +3221,7 @@
3221
3221
  }
3222
3222
 
3223
3223
  .text-accent-fg\/80 {
3224
- color: #60a5facc;
3224
+ color: #c9973fcc;
3225
3225
  }
3226
3226
 
3227
3227
  @supports (color: color-mix(in lab, red, red)) {
@@ -3673,7 +3673,7 @@
3673
3673
  }
3674
3674
 
3675
3675
  .hover\:bg-accent-bg\/20:hover {
3676
- background-color: #1e3a8a0f;
3676
+ background-color: #c9973f09;
3677
3677
  }
3678
3678
 
3679
3679
  @supports (color: color-mix(in lab, red, red)) {
@@ -3683,7 +3683,7 @@
3683
3683
  }
3684
3684
 
3685
3685
  .hover\:bg-accent-bg\/50:hover {
3686
- background-color: #1e3a8a27;
3686
+ background-color: #c9973f17;
3687
3687
  }
3688
3688
 
3689
3689
  @supports (color: color-mix(in lab, red, red)) {
@@ -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.19"
21160
+ "0.1.21"
21161
21161
  ] }),
21162
21162
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
21163
21163
  "button",
@@ -88945,7 +88945,7 @@ function buildTerminalTheme() {
88945
88945
  brightRed: v("--color-error", "#f87171"),
88946
88946
  brightGreen: v("--color-success", "#4ade80"),
88947
88947
  brightYellow: v("--color-warning", "#facc15"),
88948
- brightBlue: v("--color-accent", "#60a5fa"),
88948
+ brightBlue: v("--color-accent", "#c9973f"),
88949
88949
  brightMagenta: v("--cm-keyword", "#c084fc"),
88950
88950
  brightCyan: v("--cm-link", "#22d3ee"),
88951
88951
  brightWhite: v("--color-secondary", "#ffffff")
@@ -10,8 +10,8 @@
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-D3JPicJm.js"></script>
14
- <link rel="stylesheet" crossorigin href="./assets/index-BAwvNwsE.css">
13
+ <script type="module" crossorigin src="./assets/index-BScoctID.js"></script>
14
+ <link rel="stylesheet" crossorigin href="./assets/index-BDCZuN3N.css">
15
15
  </head>
16
16
  <body class="bg-app text-primary antialiased">
17
17
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerwiz/sessrumnir",
3
- "version": "0.1.19",
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.",
@@ -46,7 +46,7 @@ function buildTerminalTheme(): ITheme {
46
46
  brightRed: v('--color-error', '#f87171'),
47
47
  brightGreen: v('--color-success', '#4ade80'),
48
48
  brightYellow: v('--color-warning', '#facc15'),
49
- brightBlue: v('--color-accent', '#60a5fa'),
49
+ brightBlue: v('--color-accent', '#c9973f'),
50
50
  brightMagenta: v('--cm-keyword', '#c084fc'),
51
51
  brightCyan: v('--cm-link', '#22d3ee'),
52
52
  brightWhite: v('--color-secondary', '#ffffff'),
@@ -36,9 +36,9 @@
36
36
  --color-border-strong-hover: #525252;
37
37
  --color-focus: #c9973f;
38
38
  --color-accent: #c9973f;
39
- --color-accent-hover: #1d4ed8;
40
- --color-accent-fg: #60a5fa;
41
- --color-accent-bg: rgba(30, 58, 138, 0.3);
39
+ --color-accent-hover: #7d5f2a;
40
+ --color-accent-fg: #c9973f;
41
+ --color-accent-bg: rgba(201, 151, 63, 0.18);
42
42
  --color-success: #34d399;
43
43
  --color-success-bg: rgba(6, 78, 59, 0.3);
44
44
  --color-warning: #facc15;
@@ -46,15 +46,15 @@
46
46
  --color-error: #f87171;
47
47
  --color-error-hover: #ef4444;
48
48
  --color-error-bg: rgba(127, 29, 29, 0.3);
49
- --color-info: #60a5fa;
50
- --color-info-bg: rgba(30, 58, 138, 0.3);
49
+ --color-info: #96a0a8;
50
+ --color-info-bg: rgba(150, 160, 168, 0.12);
51
51
  --color-special: #c084fc;
52
52
  --color-special-bg: rgba(88, 28, 135, 0.3);
53
53
  --color-chat-column: var(--color-app);
54
54
  --color-chat-column-border: var(--color-border);
55
55
  --color-scrollbar: #2a2a2a;
56
56
  --color-scrollbar-hover: #3a3a3a;
57
- --color-md-code: #60a5fa;
57
+ --color-md-code: #c9973f;
58
58
  --color-md-pre-bg: #0d1117;
59
59
  }
60
60