@brokkai/mjolnir-linux-arm64-gnu 1.12.2 → 1.13.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
@@ -118,6 +118,9 @@ brew install brokkai/tap/mjolnir
118
118
  **npm or npx:** macOS, Linux, Windows, and Android with Node.js 18 or later:
119
119
 
120
120
  ```bash
121
+ # Linux: install the WebKitGTK 4.1 runtime first.
122
+ # Ubuntu/Debian: sudo apt-get install libwebkit2gtk-4.1-0
123
+ # Fedora: sudo dnf install webkit2gtk4.1
121
124
  npm install -g @brokkai/mjolnir
122
125
  # Or run without a global install:
123
126
  npx -y @brokkai/mjolnir
@@ -126,6 +129,9 @@ npx -y @brokkai/mjolnir
126
129
  **crates.io:** install the terminal client and desktop voice worker with Rust:
127
130
 
128
131
  ```bash
132
+ # Linux: install WebKitGTK 4.1 development files first for `mj app`.
133
+ # Ubuntu/Debian: sudo apt-get install libwebkit2gtk-4.1-dev libasound2-dev
134
+ # Fedora: sudo dnf install webkit2gtk4.1-devel alsa-lib-devel
129
135
  cargo install --locked brokk-mjolnir brokk-mj-voice-worker
130
136
  ```
131
137
 
@@ -156,8 +162,11 @@ mj
156
162
  First launch discovers available provider credentials and opens setup on the
157
163
  team those credentials support: **Claude coder + Codex reviewer** with both
158
164
  providers signed in, or that provider's own team with one. Press **Shift+Tab**
159
- to switch teams later, or open the **Team** tab in `/mjconfig`. Team, model,
160
- and adapter changes apply to a new session.
165
+ to switch teams later, or open the **Team** tab in `/mjconfig`. Team and
166
+ adapter route changes apply to a new session. In an active session, `/model`,
167
+ `/effort`, and their `/mjconfig` entries change the model or reasoning effort
168
+ without restarting when the connected ACP agent advertises the corresponding
169
+ control; choices made during a turn apply after that turn completes.
161
170
 
162
171
  ## Try it
163
172
 
package/bin/mj CHANGED
Binary file
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.12.2">brokk-mjolnir 1.12.2</a></li>
9105
- <li><a href="https://crates.io/crates/brokk-mj-agents/1.12.2">brokk-mj-agents 1.12.2</a></li>
9106
- <li><a href="https://crates.io/crates/brokk-mj-anvil/1.12.2">brokk-mj-anvil 1.12.2</a></li>
9107
- <li><a href="https://crates.io/crates/brokk-mj-core/1.12.2">brokk-mj-core 1.12.2</a></li>
9108
- <li><a href="https://crates.io/crates/brokk-mj-desktop/1.12.2">brokk-mj-desktop 1.12.2</a></li>
9109
- <li><a href="https://crates.io/crates/brokk-mj-remote/1.12.2">brokk-mj-remote 1.12.2</a></li>
9110
- <li><a href="https://crates.io/crates/brokk-mj-tui/1.12.2">brokk-mj-tui 1.12.2</a></li>
9111
- <li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.12.2">brokk-mj-voice-worker 1.12.2</a></li>
9104
+ <li><a href="https://crates.io/crates/brokk-mjolnir/1.13.2">brokk-mjolnir 1.13.2</a></li>
9105
+ <li><a href="https://crates.io/crates/brokk-mj-agents/1.13.2">brokk-mj-agents 1.13.2</a></li>
9106
+ <li><a href="https://crates.io/crates/brokk-mj-anvil/1.13.2">brokk-mj-anvil 1.13.2</a></li>
9107
+ <li><a href="https://crates.io/crates/brokk-mj-core/1.13.2">brokk-mj-core 1.13.2</a></li>
9108
+ <li><a href="https://crates.io/crates/brokk-mj-desktop/1.13.2">brokk-mj-desktop 1.13.2</a></li>
9109
+ <li><a href="https://crates.io/crates/brokk-mj-remote/1.13.2">brokk-mj-remote 1.13.2</a></li>
9110
+ <li><a href="https://crates.io/crates/brokk-mj-tui/1.13.2">brokk-mj-tui 1.13.2</a></li>
9111
+ <li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.13.2">brokk-mj-voice-worker 1.13.2</a></li>
9112
9112
  </ul>
9113
9113
  <pre class="license-text">GNU GENERAL PUBLIC LICENSE
9114
9114
  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": "1.12.2",
3
+ "version": "1.13.2",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
6
  "homepage": "https://mjolnir.brokk.ai/",