@brokkai/mjolnir-linux-arm64-gnu 1.11.6 → 1.12.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 +3 -0
- package/bin/mj +0 -0
- package/bin/mj-voice-worker +0 -0
- package/licenses/THIRD_PARTY_LICENSES.html +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,8 @@ and remote-control surface.
|
|
|
19
19
|
primary agent.
|
|
20
20
|
- **Integrated adversarial review:** automatically challenge changed turns
|
|
21
21
|
with an independent reviewer and targeted specialist checks.
|
|
22
|
+
- **Mid-turn steering:** queue a correction while a supported agent is working,
|
|
23
|
+
then use Cancel to apply the oldest queued correction to the running turn.
|
|
22
24
|
- **Worktree sessions:** start work in a linked Git worktree and keep agent
|
|
23
25
|
changes separate from the current checkout, whichever coder you choose.
|
|
24
26
|
- **Shared project knowledge:** carry verified discoveries across Claude and
|
|
@@ -186,6 +188,7 @@ mj --worktree
|
|
|
186
188
|
- [Start with Claude](https://mjolnir.brokk.ai/claude/)
|
|
187
189
|
- [10-minute evaluation](https://mjolnir.brokk.ai/evaluate/)
|
|
188
190
|
- [Remote control](https://mjolnir.brokk.ai/remote/)
|
|
191
|
+
- [Mid-turn steering and terminal controls](https://mjolnir.brokk.ai/cli-reference/#mid-turn-steering)
|
|
189
192
|
- [Voice dictation](https://mjolnir.brokk.ai/voice/)
|
|
190
193
|
- [Subagents](https://mjolnir.brokk.ai/subagents/)
|
|
191
194
|
- [Shared project knowledge](https://mjolnir.brokk.ai/configuration/#shared-project-knowledge)
|
package/bin/mj
CHANGED
|
Binary file
|
package/bin/mj-voice-worker
CHANGED
|
Binary file
|
|
@@ -9101,14 +9101,14 @@ insights.
|
|
|
9101
9101
|
<h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
|
|
9102
9102
|
<h4>Used by:</h4>
|
|
9103
9103
|
<ul class="license-used-by">
|
|
9104
|
-
<li><a href="https://crates.io/crates/brokk-mjolnir/1.
|
|
9105
|
-
<li><a href="https://crates.io/crates/brokk-mj-agents/1.
|
|
9106
|
-
<li><a href="https://crates.io/crates/brokk-mj-anvil/1.
|
|
9107
|
-
<li><a href="https://crates.io/crates/brokk-mj-core/1.
|
|
9108
|
-
<li><a href="https://crates.io/crates/brokk-mj-desktop/1.
|
|
9109
|
-
<li><a href="https://crates.io/crates/brokk-mj-remote/1.
|
|
9110
|
-
<li><a href="https://crates.io/crates/brokk-mj-tui/1.
|
|
9111
|
-
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.
|
|
9104
|
+
<li><a href="https://crates.io/crates/brokk-mjolnir/1.12.0">brokk-mjolnir 1.12.0</a></li>
|
|
9105
|
+
<li><a href="https://crates.io/crates/brokk-mj-agents/1.12.0">brokk-mj-agents 1.12.0</a></li>
|
|
9106
|
+
<li><a href="https://crates.io/crates/brokk-mj-anvil/1.12.0">brokk-mj-anvil 1.12.0</a></li>
|
|
9107
|
+
<li><a href="https://crates.io/crates/brokk-mj-core/1.12.0">brokk-mj-core 1.12.0</a></li>
|
|
9108
|
+
<li><a href="https://crates.io/crates/brokk-mj-desktop/1.12.0">brokk-mj-desktop 1.12.0</a></li>
|
|
9109
|
+
<li><a href="https://crates.io/crates/brokk-mj-remote/1.12.0">brokk-mj-remote 1.12.0</a></li>
|
|
9110
|
+
<li><a href="https://crates.io/crates/brokk-mj-tui/1.12.0">brokk-mj-tui 1.12.0</a></li>
|
|
9111
|
+
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.12.0">brokk-mj-voice-worker 1.12.0</a></li>
|
|
9112
9112
|
</ul>
|
|
9113
9113
|
<pre class="license-text">GNU GENERAL PUBLIC LICENSE
|
|
9114
9114
|
Version 3, 29 June 2007
|