@zerwiz/sessrumnir 0.1.15 → 0.1.16

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/LICENSE CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  Apache License
2
3
  Version 2.0, January 2004
3
4
  http://www.apache.org/licenses/
@@ -48,7 +49,7 @@
48
49
  "Contribution" shall mean any work of authorship, including
49
50
  the original version of the Work and any modifications or additions
50
51
  to that Work or Derivative Works thereof, that is intentionally
51
- submitted to the Licensor for inclusion in the Work by the copyright owner
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
53
  or by an individual or Legal Entity authorized to submit on behalf of
53
54
  the copyright owner. For the purposes of this definition, "submitted"
54
55
  means any form of electronic, verbal, or written communication sent
@@ -60,7 +61,7 @@
60
61
  designated in writing by the copyright owner as "Not a Contribution."
61
62
 
62
63
  "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by the Licensor and
64
+ on behalf of whom a Contribution has been received by Licensor and
64
65
  subsequently incorporated within the Work.
65
66
 
66
67
  2. Grant of Copyright License. Subject to the terms and conditions of
@@ -106,7 +107,7 @@
106
107
  (d) If the Work includes a "NOTICE" text file as part of its
107
108
  distribution, then any Derivative Works that You distribute must
108
109
  include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding any notices that do not
110
+ within such NOTICE file, excluding those notices that do not
110
111
  pertain to any part of the Derivative Works, in at least one
111
112
  of the following places: within a NOTICE text file distributed
112
113
  as part of the Derivative Works; within the Source form or
@@ -181,11 +182,12 @@
181
182
  boilerplate notice, with the fields enclosed by brackets "[]"
182
183
  replaced with your own identifying information. (Don't include
183
184
  the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. Please also get an
185
- "Applicability of Apache License" file from the Apache Software
186
- Foundation at http://www.apache.org/foundation/license-faq.html.
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
187
189
 
188
- Copyright 2026 HighlandJewls, PikkonMG, FaqFirebase
190
+ Copyright 2026 zerwiz
189
191
 
190
192
  Licensed under the Apache License, Version 2.0 (the "License");
191
193
  you may not use this file except in compliance with the License.
package/NOTICE ADDED
@@ -0,0 +1,33 @@
1
+ Sessrúmnir
2
+ Copyright 2026 zerwiz
3
+
4
+ This project is a vendored, re-themed fork of **pi-desktop**, an Electron
5
+ desktop GUI for the Pi and OMP coding agents, distributed under the Apache
6
+ License, Version 2.0. The vendored source is kept in this directory; the
7
+ upstream repository is https://github.com/FaqFirebase/pi-desktop (v0.1.7-alpha,
8
+ commit 4a5601b).
9
+
10
+ The following copyright notice applies to the portions derived from pi-desktop:
11
+
12
+ Copyright 2026 Pi Desktop GUI Contributors.
13
+
14
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
15
+ use this work except in compliance with the License. You may obtain a copy of
16
+ the License at
17
+
18
+ http://www.apache.org/licenses/LICENSE-2.0
19
+
20
+ Unless required by applicable law or agreed to in writing, software
21
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
22
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
23
+ License for the specific language governing permissions and limitations under
24
+ the License.
25
+
26
+ Changes made by Ymir beyond the upstream source:
27
+ - Rebranded the GUI to Sessrúmnir (window titles, launcher, package identity,
28
+ tray/autostart strings, data-dir name).
29
+ - Added the Sessrúmnir built-in theme (Ymir way-of palette: sky #38bdf8 on
30
+ deep navy) and made it the default.
31
+ - Replaced the Pi logo asset with the Sessrúmnir Sowilo rune mark.
32
+ - Added bin/sessrumnir.sh and bin/sessrumnir-ensure.sh and wired the app into
33
+ bin/ymir-install.sh.
package/out/main/index.js CHANGED
@@ -5482,9 +5482,9 @@ const DEFAULT_SETTINGS = {
5482
5482
  piExecutablePath: "pi",
5483
5483
  piEngine: "auto",
5484
5484
  defaultArgs: [],
5485
- theme: "system",
5486
- systemLightTheme: "light",
5487
- systemDarkTheme: "dark",
5485
+ theme: "fensalir",
5486
+ systemLightTheme: "fensalir",
5487
+ systemDarkTheme: "fensalir",
5488
5488
  defaultModel: null,
5489
5489
  defaultProvider: null,
5490
5490
  defaultCwd: null,
@@ -4107,8 +4107,10 @@
4107
4107
  }
4108
4108
 
4109
4109
  .ember-bg {
4110
- z-index: -1;
4110
+ z-index: 0;
4111
4111
  pointer-events: none;
4112
+ opacity: .5;
4113
+ mix-blend-mode: screen;
4112
4114
  position: fixed;
4113
4115
  inset: 0;
4114
4116
  }
@@ -16210,9 +16210,9 @@ function resolveSidebarWidth(draft, persisted) {
16210
16210
  const DEFAULT_SETTINGS = {
16211
16211
  piExecutablePath: "pi",
16212
16212
  piEngine: "auto",
16213
- theme: "system",
16214
- systemLightTheme: "light",
16215
- systemDarkTheme: "dark",
16213
+ theme: "fensalir",
16214
+ systemLightTheme: "fensalir",
16215
+ systemDarkTheme: "fensalir",
16216
16216
  fontSize: 16,
16217
16217
  terminalFontSize: 12,
16218
16218
  codeEditorFontSize: 14,
@@ -18098,7 +18098,7 @@ const useAppStore = create$1((set, get2) => ({
18098
18098
  rememberBootTheme(settings2);
18099
18099
  watchSystemTheme(() => {
18100
18100
  const state = get2();
18101
- return state.settingsDraft.theme ?? state.settings?.theme ?? "system";
18101
+ return state.settingsDraft.theme ?? state.settings?.theme ?? "fensalir";
18102
18102
  });
18103
18103
  document.documentElement.style.fontSize = `${settings2.fontSize}px`;
18104
18104
  await applyLanguageSetting(settings2.language);
@@ -21272,7 +21272,7 @@ function StatusPopover() {
21272
21272
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "px-4 py-2 border-t border-border flex items-center justify-between text-[10px] text-faint", children: [
21273
21273
  /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
21274
21274
  "v",
21275
- "0.1.15"
21275
+ "0.1.16"
21276
21276
  ] }),
21277
21277
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
21278
21278
  "button",
@@ -10,8 +10,8 @@
10
10
  <link rel="icon" type="image/svg+xml" href="./assets/pi-logo-B48rElrT.svg" />
11
11
  <title>Sessrúmnir</title>
12
12
  <script src="./theme-boot.js"></script>
13
- <script type="module" crossorigin src="./assets/index-DS1LEasG.js"></script>
14
- <link rel="stylesheet" crossorigin href="./assets/index-Ny2JywQb.css">
13
+ <script type="module" crossorigin src="./assets/index-DbCaU2eq.js"></script>
14
+ <link rel="stylesheet" crossorigin href="./assets/index-DL2o01yM.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.15",
3
+ "version": "0.1.16",
4
4
  "description": "Desktop GUI frontend for the Pi coding agent",
5
5
  "main": "out/main/index.js",
6
6
  "desktopName": "pi-desktop.desktop",
@@ -164,5 +164,6 @@
164
164
  "artifactName": "Pi-Desktop-${version}-${os}-${arch}-setup.${ext}"
165
165
  }
166
166
  },
167
- "productName": "Sessr\u00famnir"
167
+ "productName": "Sessr\u00famnir",
168
+ "private": false
168
169
  }
@@ -378,4 +378,4 @@
378
378
  at build time, so they can't live here. */
379
379
 
380
380
  /* The hearth — embers rising over the cloth. */
381
- .ember-bg { position: fixed; inset: 0; z-index: -1; pointer-events: none; }
381
+ .ember-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.5; mix-blend-mode: screen; }
@@ -1908,7 +1908,7 @@ export const useAppStore = create<AppState & AppActions>((set, get) => ({
1908
1908
  // when the effective (draft or saved) theme is 'system'.
1909
1909
  watchSystemTheme(() => {
1910
1910
  const state = get()
1911
- return state.settingsDraft.theme ?? state.settings?.theme ?? 'system'
1911
+ return state.settingsDraft.theme ?? state.settings?.theme ?? 'fensalir'
1912
1912
  })
1913
1913
 
1914
1914
  // Apply font size
@@ -13,9 +13,9 @@ export const DEFAULT_SETTINGS: AppSettings = {
13
13
  piExecutablePath: 'pi',
14
14
  piEngine: 'auto',
15
15
  defaultArgs: [],
16
- theme: 'system',
17
- systemLightTheme: 'light',
18
- systemDarkTheme: 'dark',
16
+ theme: 'fensalir',
17
+ systemLightTheme: 'fensalir',
18
+ systemDarkTheme: 'fensalir',
19
19
  defaultModel: null,
20
20
  defaultProvider: null,
21
21
  defaultCwd: null,