@brokkai/mjolnir-linux-arm64-gnu 2.1.1 → 2.1.2
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
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
2.
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
the
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
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
|
|
|
@@ -210,9 +214,9 @@ Prompt has grown, while every other band keeps its minimum. Only one pane can
|
|
|
210
214
|
be maximized at a time.
|
|
211
215
|
|
|
212
216
|
`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
|
|
214
|
-
and
|
|
215
|
-
three panes to standard. Tab leaves every chosen size alone.
|
|
217
|
+
focus. `Alt+G` is the layout shortcut: from all-standard it minimizes Sessions,
|
|
218
|
+
Targets, and Quota to leave more room for the conversation; from any customized
|
|
219
|
+
layout it restores all three panes to standard. Tab leaves every chosen size alone.
|
|
216
220
|
|
|
217
221
|
A few keys answer from everywhere, including while you are typing in Prompt:
|
|
218
222
|
`F2` opens the command palette, `F3` the workspace picker, `F4` the web
|
|
@@ -276,8 +280,8 @@ next prompt submitted after the command finishes. Press Escape in the TUI, or
|
|
|
276
280
|
use the shell's Cancel button in the viewer, to stop it.
|
|
277
281
|
|
|
278
282
|
Configuration lives at `~/.config/mjolnir/config.toml` (the platform-equivalent
|
|
279
|
-
directory elsewhere).
|
|
280
|
-
|
|
283
|
+
directory elsewhere). First launch writes minimal local defaults; `mj setup`
|
|
284
|
+
offers guided discovery, and further settings can be edited in TOML. A minimal example:
|
|
281
285
|
|
|
282
286
|
```toml
|
|
283
287
|
version = 2
|
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
|
|
@@ -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.
|
|
10277
|
-
<li><a href="https://crates.io/crates/brokk-mj-chat/2.1.
|
|
10278
|
-
<li><a href="https://crates.io/crates/brokk-mjolnir/2.1.
|
|
10279
|
-
<li><a href="https://crates.io/crates/brokk-mj-controller/2.1.
|
|
10280
|
-
<li><a href="https://crates.io/crates/brokk-mj-desktop/2.1.
|
|
10281
|
-
<li><a href="https://crates.io/crates/brokk-mj-tui/2.1.
|
|
10282
|
-
<li><a href="https://crates.io/crates/brokk-mj-worker/2.1.
|
|
10283
|
-
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.1.
|
|
10276
|
+
<li><a href="https://crates.io/crates/brokk-mj-core/2.1.2">brokk-mj-core 2.1.2</a></li>
|
|
10277
|
+
<li><a href="https://crates.io/crates/brokk-mj-chat/2.1.2">brokk-mj-chat 2.1.2</a></li>
|
|
10278
|
+
<li><a href="https://crates.io/crates/brokk-mjolnir/2.1.2">brokk-mjolnir 2.1.2</a></li>
|
|
10279
|
+
<li><a href="https://crates.io/crates/brokk-mj-controller/2.1.2">brokk-mj-controller 2.1.2</a></li>
|
|
10280
|
+
<li><a href="https://crates.io/crates/brokk-mj-desktop/2.1.2">brokk-mj-desktop 2.1.2</a></li>
|
|
10281
|
+
<li><a href="https://crates.io/crates/brokk-mj-tui/2.1.2">brokk-mj-tui 2.1.2</a></li>
|
|
10282
|
+
<li><a href="https://crates.io/crates/brokk-mj-worker/2.1.2">brokk-mj-worker 2.1.2</a></li>
|
|
10283
|
+
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/2.1.2">brokk-mj-voice-worker 2.1.2</a></li>
|
|
10284
10284
|
</ul>
|
|
10285
10285
|
<pre class="license-text">GNU GENERAL PUBLIC LICENSE
|
|
10286
10286
|
Version 3, 29 June 2007
|