@brokkai/anvil-linux-arm64 0.26.0 → 0.27.1
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 +5 -4
- package/anvil +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ anvil -p "…" --resume SESSION_ID # continue an existing session
|
|
|
110
110
|
|
|
111
111
|
Headless runs never block on a human: `manual` rejects every permission request but still honors agent-side approvals that never reach the client (`read`, `search`, and `fetch`; sandboxed shell commands on the conservative read-only safelist; and remembered repo-scoped **Always allow** grants); `auto` accepts edit/delete/move but rejects shell execution; and `yolo` accepts everything. The final assistant message goes to stdout (`text`), or a machine-readable payload with `session_id`, `resumed`, `result`, `stop_reason`, `usage`, and `error` (`json` / `stream-json`); progress and diagnostics stay on stderr, and the exit code is non-zero on agent or transport failure ([#356](https://github.com/BrokkAi/anvil/issues/356)).
|
|
112
112
|
|
|
113
|
-
`anvil serve` (included in all official binaries; source builds can opt out with `cargo build --no-default-features --features wasm-sandbox`) starts the same runtime as an HTTP daemon on a loopback listener (default `127.0.0.1:26845`), exposing versioned REST endpoints for session lifecycle, model discovery, the tool catalog, and asynchronous prompt runs with Server-Sent-Event streaming and cancellation (`/health`, `/v1/models`, `/v1/tools`, `/v1/sessions`, `/v1/runs`). The daemon supports bearer-token authentication (required for non-loopback binding), server-enforced workspace roots, and interactive permission approval endpoints. The wire contract is versioned and checked in under [`openapi/`](openapi/) (OpenAPI document, SSE event schema, and compatibility policy), with a black-box conformance suite holding the implementation to it.
|
|
113
|
+
`anvil serve` (included in all official binaries; source builds can opt out with `cargo build --no-default-features --features wasm-sandbox`) starts the same runtime as an HTTP daemon on a loopback listener (default `127.0.0.1:26845`), exposing versioned REST endpoints for session lifecycle, model discovery, the tool catalog, and asynchronous prompt runs with Server-Sent-Event streaming and cancellation (`/health`, `/v1/models`, `/v1/tools`, `/v1/sessions`, `/v1/runs`). The daemon supports bearer-token authentication (required for non-loopback binding), server-enforced workspace roots, and interactive permission approval endpoints. The wire contract is versioned and checked in under [`openapi/`](openapi/) (OpenAPI document, SSE event schema, and compatibility policy), with a black-box conformance suite holding the implementation to it. Generate a client in your preferred language from those contract files.
|
|
114
114
|
|
|
115
115
|
Configure a supported ACP client directly from the installed binary:
|
|
116
116
|
|
|
@@ -43,8 +43,8 @@
|
|
|
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>
|
|
46
|
+
<li><a href="#LGPL-3.0-only">GNU Lesser General Public License v3.0 only</a> (3)</li>
|
|
46
47
|
<li><a href="#Zlib">zlib License</a> (3)</li>
|
|
47
|
-
<li><a href="#LGPL-3.0-only">GNU Lesser General Public License v3.0 only</a> (2)</li>
|
|
48
48
|
<li><a href="#MIT-0">MIT No Attribution</a> (2)</li>
|
|
49
49
|
<li><a href="#0BSD">BSD Zero Clause License</a> (1)</li>
|
|
50
50
|
<li><a href="#BSL-1.0">Boost Software License 1.0</a> (1)</li>
|
|
@@ -6582,7 +6582,7 @@ limitations under the License.
|
|
|
6582
6582
|
<li><a href="https://crates.io/crates/aes/0.9.1">aes 0.9.1</a></li>
|
|
6583
6583
|
<li><a href="https://crates.io/crates/block-buffer/0.10.4">block-buffer 0.10.4</a></li>
|
|
6584
6584
|
<li><a href="https://crates.io/crates/block-buffer/0.12.1">block-buffer 0.12.1</a></li>
|
|
6585
|
-
<li><a href="https://crates.io/crates/chacha20/0.10.
|
|
6585
|
+
<li><a href="https://crates.io/crates/chacha20/0.10.2">chacha20 0.10.2</a></li>
|
|
6586
6586
|
<li><a href="https://crates.io/crates/cipher/0.5.2">cipher 0.5.2</a></li>
|
|
6587
6587
|
<li><a href="https://crates.io/crates/const-oid/0.10.2">const-oid 0.10.2</a></li>
|
|
6588
6588
|
<li><a href="https://crates.io/crates/cpubits/0.1.1">cpubits 0.1.1</a></li>
|
|
@@ -8579,7 +8579,8 @@ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
|
8579
8579
|
<h3 id="LGPL-3.0-only">GNU Lesser General Public License v3.0 only</h3>
|
|
8580
8580
|
<h4>Used by:</h4>
|
|
8581
8581
|
<ul class="license-used-by">
|
|
8582
|
-
<li><a href="https://crates.io/crates/brokk-anvil/0.
|
|
8582
|
+
<li><a href="https://crates.io/crates/brokk-anvil/0.27.1">brokk-anvil 0.27.1</a></li>
|
|
8583
|
+
<li><a href="https://crates.io/crates/brokk-anvil-llm/0.27.1">brokk-anvil-llm 0.27.1</a></li>
|
|
8583
8584
|
<li><a href="https://crates.io/crates/brokk-acp-sandbox/0.1.0">brokk-acp-sandbox 0.1.0</a></li>
|
|
8584
8585
|
</ul>
|
|
8585
8586
|
<pre class="license-text">GNU LESSER GENERAL PUBLIC LICENSE
|
|
@@ -9918,7 +9919,7 @@ SOFTWARE.
|
|
|
9918
9919
|
<h3 id="MIT">MIT License</h3>
|
|
9919
9920
|
<h4>Used by:</h4>
|
|
9920
9921
|
<ul class="license-used-by">
|
|
9921
|
-
<li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.
|
|
9922
|
+
<li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.27.1">brokk-anvil-minimizer 0.27.1</a></li>
|
|
9922
9923
|
</ul>
|
|
9923
9924
|
<pre class="license-text">MIT License
|
|
9924
9925
|
|
package/anvil
CHANGED
|
Binary file
|