@zerwiz/sessrumnir 0.1.24 → 0.1.25

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
@@ -5200,7 +5200,7 @@ function loadEffectiveRules(cwd, globalPath, options) {
5200
5200
  return { rules: [], source: "none", ...workspaceError ? { error: workspaceError } : {} };
5201
5201
  }
5202
5202
  const AGENT_ENGINE_LABELS = {
5203
- pi: "Pi",
5203
+ pi: "Brokk",
5204
5204
  omp: "OMP"
5205
5205
  };
5206
5206
  const DEFAULT_AGENT_ENGINE_LABEL = AGENT_ENGINE_LABELS.pi;
@@ -20829,7 +20829,7 @@ function processStatusLabel(status2, t2) {
20829
20829
  }
20830
20830
  }
20831
20831
  const AGENT_ENGINE_LABELS = {
20832
- pi: "Pi",
20832
+ pi: "Brokk",
20833
20833
  omp: "OMP"
20834
20834
  };
20835
20835
  const DEFAULT_AGENT_ENGINE_LABEL = AGENT_ENGINE_LABELS.pi;
@@ -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.24"
21160
+ "0.1.25"
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-D-83-8fV.js"></script>
13
+ <script type="module" crossorigin src="./assets/index-gwwSytS5.js"></script>
14
14
  <link rel="stylesheet" crossorigin href="./assets/index-CbSna89q.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.24",
3
+ "version": "0.1.25",
4
4
  "description": "Desktop GUI frontend for the Pi coding agent",
5
5
  "main": "out/main/index.js",
6
6
  "desktopName": "pi-desktop.desktop",
@@ -10,7 +10,7 @@ import type { AgentEngineKind } from './ipc-contracts'
10
10
  * "OMP" when OMP is the engine.
11
11
  */
12
12
  const AGENT_ENGINE_LABELS: Record<AgentEngineKind, string> = {
13
- pi: 'Pi',
13
+ pi: 'Brokk',
14
14
  omp: 'OMP',
15
15
  }
16
16