@brokkai/anvil-linux-arm64 0.27.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 +1 -1
- package/THIRD_PARTY_LICENSES.html +36 -5
- package/anvil +0 -0
- package/package.json +1 -1
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.
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
</div>
|
|
39
39
|
<h2>Overview of licenses:</h2>
|
|
40
40
|
<ul class="licenses-overview">
|
|
41
|
-
<li><a href="#Apache-2.0">Apache License 2.0</a> (
|
|
42
|
-
<li><a href="#MIT">MIT License</a> (
|
|
41
|
+
<li><a href="#Apache-2.0">Apache License 2.0</a> (384)</li>
|
|
42
|
+
<li><a href="#MIT">MIT License</a> (88)</li>
|
|
43
43
|
<li><a href="#Unicode-3.0">Unicode License v3</a> (19)</li>
|
|
44
44
|
<li><a href="#ISC">ISC License</a> (5)</li>
|
|
45
45
|
<li><a href="#BSD-3-Clause">BSD 3-Clause "New" or "Revised" License</a> (4)</li>
|
|
@@ -6142,6 +6142,7 @@ limitations under the License.
|
|
|
6142
6142
|
<li><a href="https://crates.io/crates/tempfile/3.27.0">tempfile 3.27.0</a></li>
|
|
6143
6143
|
<li><a href="https://crates.io/crates/thread_local/1.1.9">thread_local 1.1.9</a></li>
|
|
6144
6144
|
<li><a href="https://crates.io/crates/tiny_http/0.12.0">tiny_http 0.12.0</a></li>
|
|
6145
|
+
<li><a href="https://crates.io/crates/unicase/2.9.0">unicase 2.9.0</a></li>
|
|
6145
6146
|
<li><a href="https://crates.io/crates/unicode-segmentation/1.13.3">unicode-segmentation 1.13.3</a></li>
|
|
6146
6147
|
<li><a href="https://crates.io/crates/unicode-xid/0.2.6">unicode-xid 0.2.6</a></li>
|
|
6147
6148
|
<li><a href="https://crates.io/crates/url/2.5.8">url 2.5.8</a></li>
|
|
@@ -8579,8 +8580,8 @@ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
|
8579
8580
|
<h3 id="LGPL-3.0-only">GNU Lesser General Public License v3.0 only</h3>
|
|
8580
8581
|
<h4>Used by:</h4>
|
|
8581
8582
|
<ul class="license-used-by">
|
|
8582
|
-
<li><a href="https://crates.io/crates/brokk-anvil/0.
|
|
8583
|
-
<li><a href="https://crates.io/crates/brokk-anvil-
|
|
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>
|
|
8584
8585
|
<li><a href="https://crates.io/crates/brokk-acp-sandbox/0.1.0">brokk-acp-sandbox 0.1.0</a></li>
|
|
8585
8586
|
</ul>
|
|
8586
8587
|
<pre class="license-text">GNU LESSER GENERAL PUBLIC LICENSE
|
|
@@ -9919,7 +9920,7 @@ SOFTWARE.
|
|
|
9919
9920
|
<h3 id="MIT">MIT License</h3>
|
|
9920
9921
|
<h4>Used by:</h4>
|
|
9921
9922
|
<ul class="license-used-by">
|
|
9922
|
-
<li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.
|
|
9923
|
+
<li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.28.2">brokk-anvil-minimizer 0.28.2</a></li>
|
|
9923
9924
|
</ul>
|
|
9924
9925
|
<pre class="license-text">MIT License
|
|
9925
9926
|
|
|
@@ -10469,6 +10470,36 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
10469
10470
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10470
10471
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10471
10472
|
SOFTWARE.
|
|
10473
|
+
</pre>
|
|
10474
|
+
</li>
|
|
10475
|
+
<li class="license">
|
|
10476
|
+
<h3 id="MIT">MIT License</h3>
|
|
10477
|
+
<h4>Used by:</h4>
|
|
10478
|
+
<ul class="license-used-by">
|
|
10479
|
+
<li><a href="https://crates.io/crates/mime_guess/2.0.5">mime_guess 2.0.5</a></li>
|
|
10480
|
+
</ul>
|
|
10481
|
+
<pre class="license-text">The MIT License (MIT)
|
|
10482
|
+
|
|
10483
|
+
Copyright (c) 2015 Austin Bonander
|
|
10484
|
+
|
|
10485
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10486
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
10487
|
+
in the Software without restriction, including without limitation the rights
|
|
10488
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10489
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10490
|
+
furnished to do so, subject to the following conditions:
|
|
10491
|
+
|
|
10492
|
+
The above copyright notice and this permission notice shall be included in all
|
|
10493
|
+
copies or substantial portions of the Software.
|
|
10494
|
+
|
|
10495
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
10496
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
10497
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
10498
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
10499
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
10500
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
10501
|
+
SOFTWARE.
|
|
10502
|
+
|
|
10472
10503
|
</pre>
|
|
10473
10504
|
</li>
|
|
10474
10505
|
<li class="license">
|
package/anvil
CHANGED
|
Binary file
|