@brokkai/mjolnir-linux-arm64-gnu 1.5.1 → 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 +2 -4
- package/bin/mj +0 -0
- package/bin/mj-voice-worker +0 -0
- package/licenses/THIRD_PARTY_LICENSES.html +2 -2
- package/package.json +8 -6
package/README.md
CHANGED
|
@@ -70,7 +70,6 @@ npm install -g @brokkai/mjolnir
|
|
|
70
70
|
mj --version
|
|
71
71
|
|
|
72
72
|
npx -y @brokkai/mjolnir --version
|
|
73
|
-
npx -y @brokkai/mjolnir@1.5.1 --version
|
|
74
73
|
```
|
|
75
74
|
|
|
76
75
|
The npm package includes the native `mj` bundle for your platform—plus bundled
|
|
@@ -114,9 +113,8 @@ mj
|
|
|
114
113
|
First launch opens Mjolnir's configuration screen. Confirm the Codex account
|
|
115
114
|
and route, keep the primary model on Auto, and start the session. Return later
|
|
116
115
|
with `/mjconfig`. Model and adapter changes apply to the next session. If Codex
|
|
117
|
-
credentials or capabilities change
|
|
118
|
-
|
|
119
|
-
models refresh`.
|
|
116
|
+
credentials or capabilities change, run `mj models refresh` before starting
|
|
117
|
+
Mjolnir again.
|
|
120
118
|
|
|
121
119
|
## Try it
|
|
122
120
|
|
package/bin/mj
CHANGED
|
Binary file
|
package/bin/mj-voice-worker
CHANGED
|
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.
|
|
7785
|
-
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.5.
|
|
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,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brokkai/mjolnir-linux-arm64-gnu",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "Native Linux ARM64 glibc bundle for @brokkai/mjolnir",
|
|
3
|
+
"version": "1.5.3",
|
|
5
4
|
"license": "GPL-3.0-only",
|
|
6
5
|
"repository": "https://github.com/BrokkAi/mjolnir",
|
|
6
|
+
"homepage": "https://mjolnir.brokk.ai/",
|
|
7
|
+
"bugs": "https://github.com/BrokkAi/mjolnir/issues",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
11
|
+
"description": "Native Linux ARM64 glibc bundle for @brokkai/mjolnir",
|
|
7
12
|
"os": [
|
|
8
13
|
"linux"
|
|
9
14
|
],
|
|
@@ -19,8 +24,5 @@
|
|
|
19
24
|
"LICENSE",
|
|
20
25
|
"licenses/",
|
|
21
26
|
"anvil-licenses/"
|
|
22
|
-
]
|
|
23
|
-
"publishConfig": {
|
|
24
|
-
"access": "public"
|
|
25
|
-
}
|
|
27
|
+
]
|
|
26
28
|
}
|