@brokkai/mjolnir-linux-arm64-gnu 1.5.2 → 1.5.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
@@ -113,9 +113,8 @@ mj
113
113
  First launch opens Mjolnir's configuration screen. Confirm the Codex account
114
114
  and route, keep the primary model on Auto, and start the session. Return later
115
115
  with `/mjconfig`. Model and adapter changes apply to the next session. If Codex
116
- credentials or capabilities change under a running Mjolnir process, use
117
- `/models refresh` before `/new` or `/clear`; the standalone equivalent is `mj
118
- models refresh`.
116
+ credentials or capabilities change, run `mj models refresh` before starting
117
+ Mjolnir again.
119
118
 
120
119
  ## Try it
121
120
 
package/bin/mj CHANGED
Binary file
Binary file
@@ -7781,8 +7781,8 @@ insights.
7781
7781
  <h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
7782
7782
  <h4>Used by:</h4>
7783
7783
  <ul class="license-used-by">
7784
- <li><a href="https://crates.io/crates/brokk-mjolnir/1.5.2">brokk-mjolnir 1.5.2</a></li>
7785
- <li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.5.2">brokk-mj-voice-worker 1.5.2</a></li>
7784
+ <li><a href="https://crates.io/crates/brokk-mjolnir/1.5.3">brokk-mjolnir 1.5.3</a></li>
7785
+ <li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.5.3">brokk-mj-voice-worker 1.5.3</a></li>
7786
7786
  </ul>
7787
7787
  <pre class="license-text">GNU GENERAL PUBLIC LICENSE
7788
7788
  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.5.2",
3
+ "version": "1.5.3",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
6
  "homepage": "https://mjolnir.brokk.ai/",