Skip to content

Commit 513d13e

Browse files
committed
Bump to v0.1.1 (image rename)
1 parent f53d944 commit 513d13e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/agentlock.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Agentlock < Formula
22
desc "Locally-hosted, open-source firewall for AI coding agents"
33
homepage "https://openagentlock.github.io/openagentlock"
4-
url "https://registry.npmjs.org/@openagentlock/cli/-/cli-0.1.0.tgz"
5-
sha256 "f0bb09b0f1c551570e0568702a9e23f289b0ac61e9ee9b46984e41aba5af47ca"
4+
url "https://registry.npmjs.org/@openagentlock/cli/-/cli-0.1.1.tgz"
5+
sha256 "REPLACE_AFTER_NPM_PUBLISH"
66
license "FSL-1.1-Apache-2.0"
7-
version "0.1.0"
7+
version "0.1.1"
88

99
depends_on "bun"
1010

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openagentlock/cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"license": "SEE LICENSE IN LICENSE",
66
"description": "OpenAgentLock CLI — a firewall for AI coding agents. Detects local agent harnesses (Claude Code, Codex CLI, Cursor, OpenCode, Cline, Gemini CLI, Continue, Copilot), gates risky tool calls via a Go control plane, anchors decisions in a Rust Merkle ledger.",

0 commit comments

Comments
 (0)