@brokkai/mjolnir-linux-arm64-gnu 2.1.4 → 2.3.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
|
@@ -78,7 +78,12 @@ Mjolnir exists for the second case.
|
|
|
78
78
|
| Kimi Code | yes | yes |
|
|
79
79
|
| Grok Build | yes | yes |
|
|
80
80
|
| DeepSeek Harness | credentials yes; usage-priced, no subscription quota | yes |
|
|
81
|
-
| Muse Code | credentials yes; quota unavailable | yes
|
|
81
|
+
| Muse Code | credentials yes; quota unavailable | yes |
|
|
82
|
+
|
|
83
|
+
All six harnesses support importing external native sessions through the Import
|
|
84
|
+
view or `mj import <harness>`. Use `deepseek` (or `dsh`) for DSH and `muse` for
|
|
85
|
+
Muse Code. Imports preserve native session identity and can resume in a relocated
|
|
86
|
+
workspace; Muse and DSH accept one workspace root.
|
|
82
87
|
|
|
83
88
|
The set is extensible by design: these six are reference integrations, not a
|
|
84
89
|
closed list. A new ACP-speaking harness needs a launch recipe or bridge, its
|
|
@@ -155,8 +160,7 @@ docker pull ghcr.io/brokkai/mjolnir/agent-dev:latest
|
|
|
155
160
|
```
|
|
156
161
|
|
|
157
162
|
It includes Rust, cargo-nextest, Node, OpenJDK 25, Git, GitHub CLI, the Codex
|
|
158
|
-
and Claude ACP bridges, and pinned DeepSeek Harness
|
|
159
|
-
packages.
|
|
163
|
+
and Claude ACP bridges, and pinned DeepSeek Harness with its bundled ACP profile.
|
|
160
164
|
It also bakes in Playwright's Chromium system libraries and the Chromium
|
|
161
165
|
headless shell (in `PLAYWRIGHT_BROWSERS_PATH=/ms-playwright`), so headless
|
|
162
166
|
browser tests run without a privileged install or a run-time download,
|
|
@@ -192,26 +196,43 @@ to build your own.
|
|
|
192
196
|
|
|
193
197
|
## The terminal surface
|
|
194
198
|
|
|
195
|
-
Mjolnir's TUI is one screen.
|
|
196
|
-
|
|
197
|
-
and a footer that names the keys that apply right now. Nothing
|
|
198
|
-
navigation step, so you can read an agent's output while seeing what your other
|
|
199
|
+
Mjolnir's TUI is one screen. The **Workspace** switcher and **Sessions** list
|
|
200
|
+
sit in a sidebar beside the **transcript**, **Prompt** composer, **Targets**,
|
|
201
|
+
and **Quota**, with a footer that names the keys that apply right now. Nothing
|
|
202
|
+
is behind a navigation step, so you can read an agent's output while seeing what your other
|
|
199
203
|
agents are doing and how loaded your machines are.
|
|
200
204
|
|
|
201
|
-
Mjolnir opens on the session whose agent spoke most
|
|
202
|
-
Prompt.
|
|
203
|
-
|
|
204
|
-
|
|
205
|
+
Mjolnir opens on the session in your opened workspace whose agent spoke most
|
|
206
|
+
recently, with the cursor in Prompt. The Sessions sidebar shows every session across all workspaces, including
|
|
207
|
+
stopped sessions. Select one and press Enter to switch to its conversation.
|
|
208
|
+
Click the **Workspace** switcher above Sessions, or press `F3`, to choose the
|
|
209
|
+
workspace where new sessions will be created. It shows the workspace you opened,
|
|
210
|
+
even when you view a session from another workspace.
|
|
211
|
+
Click **Show stopped** at the bottom of Sessions, or press `h` in that panel,
|
|
212
|
+
to hide or show stopped sessions. The choice is remembered.
|
|
213
|
+
|
|
214
|
+
In Sessions, `n` immediately creates a session using your
|
|
215
|
+
saved defaults: Codex when configured, a usable local Podman or Docker runtime,
|
|
216
|
+
then a local worktree when neither runtime is available. The session uses the
|
|
217
|
+
directory you launched Mjolnir in and belongs to the workspace you opened.
|
|
218
|
+
Its normal Prompt receives focus when ready. `N` opens the full
|
|
219
|
+
creation wizard. `s` stops and `r` restarts the selected session without
|
|
220
|
+
confirmation. `d` deletes it after a Yes/No choice; no identifier typing is required.
|
|
221
|
+
|
|
222
|
+
`F4` opens Setup for accounts, targets, projects, new-session defaults, sidebar
|
|
223
|
+
placement, display, review, and web access. Choose Left or Right for the sidebar,
|
|
224
|
+
and turn off **Focus prompt after creating** to keep focus in Sessions.
|
|
225
|
+
|
|
226
|
+
`Tab` moves the keyboard through the layout — Sessions, Prompt, Targets, Quota —
|
|
205
227
|
and `Shift+Tab` reverses it. Every pane remains in that ring at every size. The
|
|
206
228
|
transcript is not a Tab stop: read it with the mouse wheel or
|
|
207
229
|
`PageUp`/`PageDown` from wherever you are. Moving focus never resizes a pane.
|
|
208
230
|
|
|
209
231
|
Sessions, Targets, and Quota each have `▁`, `▪`, and `□` controls in their
|
|
210
232
|
title bars for minimized, standard, and maximized size. Minimized Targets and
|
|
211
|
-
Quota become one summary row each; minimized Sessions
|
|
212
|
-
shows
|
|
213
|
-
|
|
214
|
-
grown, while every other band keeps its minimum. Only one pane can be maximized
|
|
233
|
+
Quota become one summary row each; minimized Sessions narrows the full-height
|
|
234
|
+
sidebar and shows one line per session. Maximizing Sessions widens the sidebar.
|
|
235
|
+
A maximized Targets or Quota pane gets available vertical space below Prompt. Only one pane can be maximized
|
|
215
236
|
at a time.
|
|
216
237
|
|
|
217
238
|
`Alt+Z` cycles the focused support pane through its three sizes without moving
|
|
@@ -220,14 +241,15 @@ Targets, and Quota to leave more room for the conversation; from any customized
|
|
|
220
241
|
layout it restores all three panes to standard. Tab leaves every chosen size alone.
|
|
221
242
|
|
|
222
243
|
A few keys answer from everywhere, including while you are typing in Prompt:
|
|
223
|
-
`F2` opens the command palette, `F3` the workspace picker, `F4`
|
|
224
|
-
viewer, `F5` refreshes
|
|
244
|
+
`F2` opens the command palette, `F3` the workspace picker, `F4` Setup,
|
|
245
|
+
`F7` the web viewer, `F5` refreshes Targets and Quota, `Alt+N` opens quick New,
|
|
246
|
+
`Alt+W` opens the full creation wizard,
|
|
225
247
|
`Alt+S` resumes one, `Alt+A` marks everything read, `Alt+X` cancels whatever
|
|
226
248
|
the selected session is in the middle of, `Alt+Z` sizes the focused support
|
|
227
249
|
pane, `Alt+G` toggles the pane preset, and
|
|
228
250
|
`Alt+Q` detaches this terminal client — the daemon and the sessions it runs
|
|
229
|
-
keep working.
|
|
230
|
-
|
|
251
|
+
keep working. The plain `n`, `N`, `s`, `r`, and `d` keys work in Sessions;
|
|
252
|
+
the global chords also work while Prompt has focus.
|
|
231
253
|
|
|
232
254
|
`F2` is the way to reach a command you have no key for. It lists the selected
|
|
233
255
|
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
|
package/bin/mj-voice-worker
CHANGED
|
Binary file
|
|
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> (
|
|
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.
|
|
10277
|
-
<li><a href="https://crates.io/crates/brokk-mj-chat/2.
|
|
10278
|
-
<li><a href="https://crates.io/crates/brokk-mjolnir/2.
|
|
10279
|
-
<li><a href="https://crates.io/crates/brokk-mj-controller/2.
|
|
10280
|
-
<li><a href="https://crates.io/crates/brokk-mj-desktop/2.
|
|
10281
|
-
<li><a href="https://crates.io/crates/brokk-mj-tui/2.
|
|
10282
|
-
<li><a href="https://crates.io/crates/brokk-mj-worker/2.
|
|
10283
|
-
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.
|
|
10277
|
+
<li><a href="https://crates.io/crates/brokk-mj-core/2.3.0">brokk-mj-core 2.3.0</a></li>
|
|
10278
|
+
<li><a href="https://crates.io/crates/brokk-mj-chat/2.3.0">brokk-mj-chat 2.3.0</a></li>
|
|
10279
|
+
<li><a href="https://crates.io/crates/brokk-mjolnir/2.3.0">brokk-mjolnir 2.3.0</a></li>
|
|
10280
|
+
<li><a href="https://crates.io/crates/brokk-mj-controller/2.3.0">brokk-mj-controller 2.3.0</a></li>
|
|
10281
|
+
<li><a href="https://crates.io/crates/brokk-mj-desktop/2.3.0">brokk-mj-desktop 2.3.0</a></li>
|
|
10282
|
+
<li><a href="https://crates.io/crates/brokk-mj-tui/2.3.0">brokk-mj-tui 2.3.0</a></li>
|
|
10283
|
+
<li><a href="https://crates.io/crates/brokk-mj-worker/2.3.0">brokk-mj-worker 2.3.0</a></li>
|
|
10284
|
+
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.3.0">brokk-mj-voice-worker 2.3.0</a></li>
|
|
10284
10285
|
</ul>
|
|
10285
10286
|
<pre class="license-text">GNU GENERAL PUBLIC LICENSE
|
|
10286
10287
|
Version 3, 29 June 2007
|