@brokkai/mjolnir-linux-arm64-gnu 2.3.1 → 2.4.0

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/README.md CHANGED
@@ -188,7 +188,7 @@ to build your own.
188
188
  to set `profile = "your-profile"`, `target = "your-target"`, or
189
189
  `enabled = false`. Explicit targets are honored even when unavailable, so
190
190
  their launch errors remain visible. Use `mj setup` for guided configuration
191
- of additional execution environments, and `Alt+N` for a custom session.
191
+ of additional execution environments, and **New…** or `Alt+W` for a custom session.
192
192
  4. If launch reports a prerequisite failure, run `mj doctor` and use
193
193
  `mj login --profile <id>` when authentication is needed. Detach with `Alt+Q`;
194
194
  running sessions continue. Reattach with `mj` or use the daemon-owned web
@@ -208,6 +208,12 @@ stopped sessions. Select one and press Enter to switch to its conversation.
208
208
  Click the **Workspace** switcher above Sessions, or press `F3`, to choose the
209
209
  workspace where new sessions will be created. It shows the workspace you opened,
210
210
  even when you view a session from another workspace.
211
+
212
+ Use **New…** below the switcher to choose session options, or **Quick new** to
213
+ create with saved defaults. **Commands** opens the command palette; select an
214
+ action and click **Run**. Each session's **⋯** button opens its actions. The
215
+ workspace picker provides clickable Open, New, Rename, Recover, Delete, and
216
+ Back controls, and displayed dashboard shortcut hints are clickable too.
211
217
  Click **Show stopped** at the bottom of Sessions, or press `h` in that panel,
212
218
  to hide or show stopped sessions. The choice is remembered.
213
219
 
@@ -222,6 +228,9 @@ confirmation. `d` deletes it after a Yes/No choice; no identifier typing is requ
222
228
  `F7` opens Setup for accounts, targets, projects, new-session defaults, sidebar
223
229
  placement, display, review, and web access. Choose Left or Right for the sidebar,
224
230
  and turn off **Focus prompt after creating** to keep focus in Sessions.
231
+ Choose **Theme** for Midnight (the default), Light, or Dracula. Press `Enter` to
232
+ apply the choice to your draft, then `Ctrl+S` to save and update the terminal
233
+ colors immediately. The preference is kept across restarts.
225
234
 
226
235
  `Tab` moves the keyboard through the layout — Sessions, Prompt, Targets, Quota —
227
236
  and `Shift+Tab` reverses it. Every pane remains in that ring at every size. The
package/bin/mj CHANGED
Binary file
package/bin/mj-desktop CHANGED
Binary file
Binary file
@@ -10274,14 +10274,14 @@ insights.
10274
10274
  <h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
10275
10275
  <h4>Used by:</h4>
10276
10276
  <ul class="license-used-by">
10277
- <li><a href="https://crates.io/crates/brokk-mj-core/2.3.1">brokk-mj-core 2.3.1</a></li>
10278
- <li><a href="https://crates.io/crates/brokk-mj-chat/2.3.1">brokk-mj-chat 2.3.1</a></li>
10279
- <li><a href="https://crates.io/crates/brokk-mjolnir/2.3.1">brokk-mjolnir 2.3.1</a></li>
10280
- <li><a href="https://crates.io/crates/brokk-mj-controller/2.3.1">brokk-mj-controller 2.3.1</a></li>
10281
- <li><a href="https://crates.io/crates/brokk-mj-desktop/2.3.1">brokk-mj-desktop 2.3.1</a></li>
10282
- <li><a href="https://crates.io/crates/brokk-mj-tui/2.3.1">brokk-mj-tui 2.3.1</a></li>
10283
- <li><a href="https://crates.io/crates/brokk-mj-worker/2.3.1">brokk-mj-worker 2.3.1</a></li>
10284
- <li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.3.1">brokk-mj-voice-worker 2.3.1</a></li>
10277
+ <li><a href="https://crates.io/crates/brokk-mj-core/2.4.0">brokk-mj-core 2.4.0</a></li>
10278
+ <li><a href="https://crates.io/crates/brokk-mj-chat/2.4.0">brokk-mj-chat 2.4.0</a></li>
10279
+ <li><a href="https://crates.io/crates/brokk-mjolnir/2.4.0">brokk-mjolnir 2.4.0</a></li>
10280
+ <li><a href="https://crates.io/crates/brokk-mj-controller/2.4.0">brokk-mj-controller 2.4.0</a></li>
10281
+ <li><a href="https://crates.io/crates/brokk-mj-desktop/2.4.0">brokk-mj-desktop 2.4.0</a></li>
10282
+ <li><a href="https://crates.io/crates/brokk-mj-tui/2.4.0">brokk-mj-tui 2.4.0</a></li>
10283
+ <li><a href="https://crates.io/crates/brokk-mj-worker/2.4.0">brokk-mj-worker 2.4.0</a></li>
10284
+ <li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.4.0">brokk-mj-voice-worker 2.4.0</a></li>
10285
10285
  </ul>
10286
10286
  <pre class="license-text">GNU GENERAL PUBLIC LICENSE
10287
10287
  Version 3, 29 June 2007
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brokkai/mjolnir-linux-arm64-gnu",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
6
  "homepage": "https://mjolnir.brokk.ai/",