Skip to content

Commit e12b91c

Browse files
committed
cli: pin @opentui/core to 0.1.107 (dedupe two realms = fix BindingError); bump v0.1.6
1 parent 6d30343 commit e12b91c

3 files changed

Lines changed: 12 additions & 6 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.5.tgz"
5-
sha256 "fb5e8271e111d45e585b5728acc51fbb0da87131c13b46d4ad081cd6f8cec6ec"
4+
url "https://registry.npmjs.org/@openagentlock/cli/-/cli-0.1.6.tgz"
5+
sha256 "REPLACE_AFTER_NPM_PUBLISH"
66
license "FSL-1.1-Apache-2.0"
7-
version "0.1.5"
7+
version "0.1.6"
88

99
depends_on "bun"
1010

cli/bun.lockb

1.94 KB
Binary file not shown.

cli/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openagentlock/cli",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
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.",
@@ -47,11 +47,17 @@
4747
"dependencies": {
4848
"@noble/ed25519": "^3.1.0",
4949
"@noble/hashes": "^2.2.0",
50-
"@opentui/core": "*",
51-
"@opentui/react": "^0.1.102",
50+
"@opentui/core": "0.1.107",
51+
"@opentui/react": "0.1.107",
5252
"commander": "^12.1.0",
5353
"react": "^19.2.5"
5454
},
55+
"overrides": {
56+
"@opentui/core": "0.1.107"
57+
},
58+
"resolutions": {
59+
"@opentui/core": "0.1.107"
60+
},
5561
"devDependencies": {
5662
"@types/bun": "latest",
5763
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)