@brokkai/mjolnir-linux-arm64-gnu 2.1.3 → 2.2.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
@@ -199,19 +199,29 @@ navigation step, so you can read an agent's output while seeing what your other
199
199
  agents are doing and how loaded your machines are.
200
200
 
201
201
  Mjolnir opens on the session whose agent spoke most recently, with the cursor in
202
- Prompt.
202
+ Prompt. The Sessions sidebar shows every session across all workspaces, including
203
+ stopped sessions. Select one and press Enter to switch to its conversation.
203
204
 
204
- `Tab` moves the keyboard down the layout Sessions, Prompt, Targets, Quota —
205
+ In Sessions, `n` opens a fresh task prompt. Enter starts a session using your
206
+ saved defaults: Codex when configured, a usable local Podman or Docker runtime,
207
+ then a local worktree when neither runtime is available. `N` opens the full
208
+ creation wizard. `s` stops and `r` restarts the selected session without
209
+ confirmation. `d` deletes it after a Yes/No choice; no identifier typing is required.
210
+
211
+ `F4` opens Setup for accounts, targets, projects, new-session defaults, sidebar
212
+ placement, display, review, and web access. Choose Left or Right for the sidebar,
213
+ and disable the task prompt if you prefer immediate creation.
214
+
215
+ `Tab` moves the keyboard through the layout — Sessions, Prompt, Targets, Quota —
205
216
  and `Shift+Tab` reverses it. Every pane remains in that ring at every size. The
206
217
  transcript is not a Tab stop: read it with the mouse wheel or
207
218
  `PageUp`/`PageDown` from wherever you are. Moving focus never resizes a pane.
208
219
 
209
220
  Sessions, Targets, and Quota each have `▁`, `▪`, and `□` controls in their
210
221
  title bars for minimized, standard, and maximized size. Minimized Targets and
211
- Quota become one summary row each; minimized Sessions keeps the normal list but
212
- shows only each session's top summary line, without the `You:` and `Agent:`
213
- previews. A maximized pane gets the space its contents need after the Prompt has
214
- grown, while every other band keeps its minimum. Only one pane can be maximized
222
+ Quota become one summary row each; minimized Sessions narrows the full-height
223
+ sidebar and shows one line per session. Maximizing Sessions widens the sidebar.
224
+ A maximized Targets or Quota pane gets available vertical space below Prompt. Only one pane can be maximized
215
225
  at a time.
216
226
 
217
227
  `Alt+Z` cycles the focused support pane through its three sizes without moving
@@ -220,14 +230,15 @@ Targets, and Quota to leave more room for the conversation; from any customized
220
230
  layout it restores all three panes to standard. Tab leaves every chosen size alone.
221
231
 
222
232
  A few keys answer from everywhere, including while you are typing in Prompt:
223
- `F2` opens the command palette, `F3` the workspace picker, `F4` the web
224
- viewer, `F5` refreshes the Targets and Quota panes, `Alt+N` creates a session,
233
+ `F2` opens the command palette, `F3` the workspace picker, `F4` Setup,
234
+ `F7` the web viewer, `F5` refreshes Targets and Quota, `Alt+N` opens quick New,
235
+ `Alt+W` opens the full creation wizard,
225
236
  `Alt+S` resumes one, `Alt+A` marks everything read, `Alt+X` cancels whatever
226
237
  the selected session is in the middle of, `Alt+Z` sizes the focused support
227
238
  pane, `Alt+G` toggles the pane preset, and
228
239
  `Alt+Q` detaches this terminal client — the daemon and the sessions it runs
229
- keep working. Each of these has one spelling: a command you can reach from
230
- anywhere has no plain-letter alias as well.
240
+ keep working. The plain `n`, `N`, `s`, `r`, and `d` keys work in Sessions;
241
+ the global chords also work while Prompt has focus.
231
242
 
232
243
  `F2` is the way to reach a command you have no key for. It lists the selected
233
244
  session's own commands first — rename it, edit its container settings, stop it
package/bin/mj CHANGED
Binary file
package/bin/mj-desktop CHANGED
Binary file
Binary file
@@ -36,7 +36,7 @@
36
36
  </div>
37
37
  <h2>Overview of licenses:</h2>
38
38
  <ul class="licenses-overview">
39
- <li><a href="#Apache-2.0">Apache License 2.0</a> (396)</li>
39
+ <li><a href="#Apache-2.0">Apache License 2.0</a> (397)</li>
40
40
  <li><a href="#MIT">MIT License</a> (159)</li>
41
41
  <li><a href="#Unicode-3.0">Unicode License v3</a> (19)</li>
42
42
  <li><a href="#GPL-3.0-only">GNU General Public License v3.0 only</a> (8)</li>
@@ -9596,6 +9596,7 @@ limitations under the License.
9596
9596
  <li><a href="https://crates.io/crates/fxhash/0.2.1">fxhash 0.2.1</a></li>
9597
9597
  <li><a href="https://crates.io/crates/half/2.7.1">half 2.7.1</a></li>
9598
9598
  <li><a href="https://crates.io/crates/ident_case/1.0.1">ident_case 1.0.1</a></li>
9599
+ <li><a href="https://crates.io/crates/image-webp/0.2.4">image-webp 0.2.4</a></li>
9599
9600
  <li><a href="https://crates.io/crates/image/0.25.10">image 0.25.10</a></li>
9600
9601
  <li><a href="https://crates.io/crates/indoc/2.0.7">indoc 2.0.7</a></li>
9601
9602
  <li><a href="https://crates.io/crates/itoa/1.0.18">itoa 1.0.18</a></li>
@@ -10273,14 +10274,14 @@ insights.
10273
10274
  <h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
10274
10275
  <h4>Used by:</h4>
10275
10276
  <ul class="license-used-by">
10276
- <li><a href="https://crates.io/crates/brokk-mj-core/2.1.3">brokk-mj-core 2.1.3</a></li>
10277
- <li><a href="https://crates.io/crates/brokk-mj-chat/2.1.3">brokk-mj-chat 2.1.3</a></li>
10278
- <li><a href="https://crates.io/crates/brokk-mjolnir/2.1.3">brokk-mjolnir 2.1.3</a></li>
10279
- <li><a href="https://crates.io/crates/brokk-mj-controller/2.1.3">brokk-mj-controller 2.1.3</a></li>
10280
- <li><a href="https://crates.io/crates/brokk-mj-desktop/2.1.3">brokk-mj-desktop 2.1.3</a></li>
10281
- <li><a href="https://crates.io/crates/brokk-mj-tui/2.1.3">brokk-mj-tui 2.1.3</a></li>
10282
- <li><a href="https://crates.io/crates/brokk-mj-worker/2.1.3">brokk-mj-worker 2.1.3</a></li>
10283
- <li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.1.3">brokk-mj-voice-worker 2.1.3</a></li>
10277
+ <li><a href="https://crates.io/crates/brokk-mj-core/2.2.0">brokk-mj-core 2.2.0</a></li>
10278
+ <li><a href="https://crates.io/crates/brokk-mj-chat/2.2.0">brokk-mj-chat 2.2.0</a></li>
10279
+ <li><a href="https://crates.io/crates/brokk-mjolnir/2.2.0">brokk-mjolnir 2.2.0</a></li>
10280
+ <li><a href="https://crates.io/crates/brokk-mj-controller/2.2.0">brokk-mj-controller 2.2.0</a></li>
10281
+ <li><a href="https://crates.io/crates/brokk-mj-desktop/2.2.0">brokk-mj-desktop 2.2.0</a></li>
10282
+ <li><a href="https://crates.io/crates/brokk-mj-tui/2.2.0">brokk-mj-tui 2.2.0</a></li>
10283
+ <li><a href="https://crates.io/crates/brokk-mj-worker/2.2.0">brokk-mj-worker 2.2.0</a></li>
10284
+ <li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.2.0">brokk-mj-voice-worker 2.2.0</a></li>
10284
10285
  </ul>
10285
10286
  <pre class="license-text">GNU GENERAL PUBLIC LICENSE
10286
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.1.3",
3
+ "version": "2.2.0",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
6
  "homepage": "https://mjolnir.brokk.ai/",