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

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, without workspace relocation |
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 plus `dsh-acp-server`
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,25 +196,32 @@ to build your own.
192
196
 
193
197
  ## The terminal surface
194
198
 
195
- Mjolnir's TUI is one screen. From top to bottom: **Sessions**, the **transcript**
196
- of the conversation you are in, the **Prompt** composer, **Targets**, **Quota**,
197
- and a footer that names the keys that apply right now. Nothing is behind a
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 recently, with the cursor in
202
- Prompt. The Sessions sidebar shows every session across all workspaces, including
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
203
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.
204
213
 
205
- In Sessions, `n` opens a fresh task prompt. Enter starts a session using your
214
+ In Sessions, `n` immediately creates a session using your
206
215
  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
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
208
219
  creation wizard. `s` stops and `r` restarts the selected session without
209
220
  confirmation. `d` deletes it after a Yes/No choice; no identifier typing is required.
210
221
 
211
- `F4` opens Setup for accounts, targets, projects, new-session defaults, sidebar
222
+ `F7` opens Setup for accounts, targets, projects, new-session defaults, sidebar
212
223
  placement, display, review, and web access. Choose Left or Right for the sidebar,
213
- and disable the task prompt if you prefer immediate creation.
224
+ and turn off **Focus prompt after creating** to keep focus in Sessions.
214
225
 
215
226
  `Tab` moves the keyboard through the layout — Sessions, Prompt, Targets, Quota —
216
227
  and `Shift+Tab` reverses it. Every pane remains in that ring at every size. The
@@ -230,8 +241,8 @@ Targets, and Quota to leave more room for the conversation; from any customized
230
241
  layout it restores all three panes to standard. Tab leaves every chosen size alone.
231
242
 
232
243
  A few keys answer from everywhere, including while you are typing in Prompt:
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,
244
+ `F2` opens the command palette, `F3` the workspace picker, `F4` the web viewer,
245
+ `F5` refreshes Targets and Quota, `F7` opens Setup, `Alt+N` opens quick New,
235
246
  `Alt+W` opens the full creation wizard,
236
247
  `Alt+S` resumes one, `Alt+A` marks everything read, `Alt+X` cancels whatever
237
248
  the selected session is in the middle of, `Alt+Z` sizes the focused support
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.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>
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>
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.2.0",
3
+ "version": "2.3.1",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
6
  "homepage": "https://mjolnir.brokk.ai/",