@brokkai/mjolnir-linux-arm64-gnu 2.1.1 → 2.1.3

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
@@ -171,20 +171,24 @@ to build your own.
171
171
 
172
172
  ## Quickstart
173
173
 
174
- 1. Run `mj`. The first run creates a named workspace and opens a plain-terminal setup dialog: it finds your
175
- local harness homes, checks that credentials look present, detects the
176
- current GitHub repository, configures each usable local container runtime
177
- as its own target, and writes `config.toml` after you confirm.
178
- 2. Run `mj doctor` (or `mj doctor --json`) and fix what it reports, until it
179
- is clean. Log in to any profile that needs it with
180
- `mj login --profile <id>`.
181
- 3. Press `Alt+N` to create a session that works from anywhere, including
182
- the prompt and pick a profile, a repository bundle, and a target. From
183
- the Sessions pane, plain `n` does the same. Focus returns to the prompt;
184
- send your first message.
185
- 4. Detach whenever you like (`Alt+Q`). The session keeps running and your
186
- queued prompts keep executing. Reattach by running `mj` again, or open the
187
- daemon-owned web viewer shown by `mj daemon status`.
174
+ 1. Run `mj` from your project directory. If no workspace exists, Mjolnir
175
+ creates one using the directory name. An empty workspace automatically
176
+ starts a session and focuses the prompt. Existing workspace selection and
177
+ live-session startup keep their current behavior.
178
+ 2. On Linux and macOS, a fresh configuration starts with your Codex home
179
+ (`CODEX_HOME`, or `~/.codex`). Automatic target selection prefers usable
180
+ Podman, then Docker, then a local directory session. Container sessions use
181
+ the current repository, including its uncommitted changes; plain directories
182
+ use the local target. Runtime checks and session launch run in the background.
183
+ 3. Type your first prompt when launch finishes. Use `[startup]` in `config.toml`
184
+ to set `profile = "your-profile"`, `target = "your-target"`, or
185
+ `enabled = false`. Explicit targets are honored even when unavailable, so
186
+ their launch errors remain visible. Use `mj setup` for guided configuration
187
+ of additional execution environments, and `Alt+N` for a custom session.
188
+ 4. If launch reports a prerequisite failure, run `mj doctor` and use
189
+ `mj login --profile <id>` when authentication is needed. Detach with `Alt+Q`;
190
+ running sessions continue. Reattach with `mj` or use the daemon-owned web
191
+ viewer shown by `mj daemon status`.
188
192
 
189
193
  ## The terminal surface
190
194
 
@@ -204,15 +208,16 @@ transcript is not a Tab stop: read it with the mouse wheel or
204
208
 
205
209
  Sessions, Targets, and Quota each have `▁`, `▪`, and `□` controls in their
206
210
  title bars for minimized, standard, and maximized size. Minimized Targets and
207
- Quota become one summary row each; minimized Sessions becomes a compact
208
- three-column grid. A maximized pane gets the space its contents need after the
209
- Prompt has grown, while every other band keeps its minimum. Only one pane can
210
- be maximized at a time.
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
215
+ at a time.
211
216
 
212
217
  `Alt+Z` cycles the focused support pane through its three sizes without moving
213
- focus. `Alt+G` is the layout shortcut: from all-standard it maximizes Sessions
214
- and minimizes Targets and Quota; from any customized layout it restores all
215
- three panes to standard. Tab leaves every chosen size alone.
218
+ focus. `Alt+G` is the layout shortcut: from all-standard it minimizes Sessions,
219
+ Targets, and Quota to leave more room for the conversation; from any customized
220
+ layout it restores all three panes to standard. Tab leaves every chosen size alone.
216
221
 
217
222
  A few keys answer from everywhere, including while you are typing in Prompt:
218
223
  `F2` opens the command palette, `F3` the workspace picker, `F4` the web
@@ -276,8 +281,8 @@ next prompt submitted after the command finishes. Press Escape in the TUI, or
276
281
  use the shell's Cancel button in the viewer, to stop it.
277
282
 
278
283
  Configuration lives at `~/.config/mjolnir/config.toml` (the platform-equivalent
279
- directory elsewhere). The first-run dialog writes a working single-target
280
- setup; everything beyond that is edited in TOML. A minimal example:
284
+ directory elsewhere). First launch writes minimal local defaults; `mj setup`
285
+ offers guided discovery, and further settings can be edited in TOML. A minimal example:
281
286
 
282
287
  ```toml
283
288
  version = 2
package/bin/mj CHANGED
Binary file
package/bin/mj-desktop CHANGED
Binary file
Binary file
@@ -10273,14 +10273,14 @@ insights.
10273
10273
  <h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
10274
10274
  <h4>Used by:</h4>
10275
10275
  <ul class="license-used-by">
10276
- <li><a href="https://crates.io/crates/brokk-mj-core/2.1.1">brokk-mj-core 2.1.1</a></li>
10277
- <li><a href="https://crates.io/crates/brokk-mj-chat/2.1.1">brokk-mj-chat 2.1.1</a></li>
10278
- <li><a href="https://crates.io/crates/brokk-mjolnir/2.1.1">brokk-mjolnir 2.1.1</a></li>
10279
- <li><a href="https://crates.io/crates/brokk-mj-controller/2.1.1">brokk-mj-controller 2.1.1</a></li>
10280
- <li><a href="https://crates.io/crates/brokk-mj-desktop/2.1.1">brokk-mj-desktop 2.1.1</a></li>
10281
- <li><a href="https://crates.io/crates/brokk-mj-tui/2.1.1">brokk-mj-tui 2.1.1</a></li>
10282
- <li><a href="https://crates.io/crates/brokk-mj-worker/2.1.1">brokk-mj-worker 2.1.1</a></li>
10283
- <li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.1.1">brokk-mj-voice-worker 2.1.1</a></li>
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>
10284
10284
  </ul>
10285
10285
  <pre class="license-text">GNU GENERAL PUBLIC LICENSE
10286
10286
  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.1",
3
+ "version": "2.1.3",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
6
  "homepage": "https://mjolnir.brokk.ai/",