@brokkai/anvil-linux-arm64 0.26.0 → 0.27.0
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 +2 -2
- 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
|
|
|
@@ -8579,7 +8579,7 @@ 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.0">brokk-anvil 0.27.0</a></li>
|
|
8583
8583
|
<li><a href="https://crates.io/crates/brokk-acp-sandbox/0.1.0">brokk-acp-sandbox 0.1.0</a></li>
|
|
8584
8584
|
</ul>
|
|
8585
8585
|
<pre class="license-text">GNU LESSER GENERAL PUBLIC LICENSE
|
|
@@ -9918,7 +9918,7 @@ SOFTWARE.
|
|
|
9918
9918
|
<h3 id="MIT">MIT License</h3>
|
|
9919
9919
|
<h4>Used by:</h4>
|
|
9920
9920
|
<ul class="license-used-by">
|
|
9921
|
-
<li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.
|
|
9921
|
+
<li><a href="https://crates.io/crates/brokk-anvil-minimizer/0.27.0">brokk-anvil-minimizer 0.27.0</a></li>
|
|
9922
9922
|
</ul>
|
|
9923
9923
|
<pre class="license-text">MIT License
|
|
9924
9924
|
|
package/anvil
CHANGED
|
Binary file
|