@brokkai/anvil-linux-arm64 0.28.1 → 0.28.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
@@ -36,7 +36,7 @@ custom TUI ---------------------------------------> tools + sessions
36
36
  ## Why Anvil
37
37
 
38
38
  - **One engine, many frontends.** Reuse the same execution semantics from a supported editor or any ACP-over-stdio client.
39
- - **Model routing built in.** Connect Codex/ChatGPT, Bedrock, Ollama, ds4, DeepSeek, Kimi, Grok, OpenAI-compatible providers, or OpenRouter.
39
+ - **Model routing built in.** Connect Codex/ChatGPT, Meta/Muse, Bedrock, Ollama, ds4, DeepSeek, Kimi, Grok, OpenAI-compatible providers, or OpenRouter.
40
40
  - **Real agent tooling.** Filesystem and shell tools, managed Bifrost code intelligence, MCP servers, skills, plugins, and subagents.
41
41
  - **Explicit safety boundaries.** Clients choose permission behavior while Anvil applies permission gates, workspace path checks, and the configured sandbox strategy.
42
42
  - **Persistent work.** Load and resume sessions with durable history, usage reporting, and context compaction.
@@ -8580,8 +8580,8 @@ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
8580
8580
  <h3 id="LGPL-3.0-only">GNU Lesser General Public License v3.0 only</h3>
8581
8581
  <h4>Used by:</h4>
8582
8582
  <ul class="license-used-by">
8583
- <li><a href="https://crates.io/crates/brokk-anvil/0.28.1">brokk-anvil 0.28.1</a></li>
8584
- <li><a href="https://crates.io/crates/brokk-anvil-client/0.28.1">brokk-anvil-client 0.28.1</a></li>
8583
+ <li><a href="https://crates.io/crates/brokk-anvil/0.28.2">brokk-anvil 0.28.2</a></li>
8584
+ <li><a href="https://crates.io/crates/brokk-anvil-client/0.28.2">brokk-anvil-client 0.28.2</a></li>
8585
8585
  <li><a href="https://crates.io/crates/brokk-acp-sandbox/0.1.0">brokk-acp-sandbox 0.1.0</a></li>
8586
8586
  </ul>
8587
8587
  <pre class="license-text">GNU LESSER GENERAL PUBLIC LICENSE
@@ -9920,7 +9920,7 @@ SOFTWARE.
9920
9920
  <h3 id="MIT">MIT License</h3>
9921
9921
  <h4>Used by:</h4>
9922
9922
  <ul class="license-used-by">
9923
- <li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.28.1">brokk-anvil-minimizer 0.28.1</a></li>
9923
+ <li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.28.2">brokk-anvil-minimizer 0.28.2</a></li>
9924
9924
  </ul>
9925
9925
  <pre class="license-text">MIT License
9926
9926
 
package/anvil CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brokkai/anvil-linux-arm64",
3
- "version": "0.28.1",
3
+ "version": "0.28.2",
4
4
  "license": "LGPL-3.0-only",
5
5
  "repository": {
6
6
  "type": "git",