From 0d22eada63ca0fe929af4244348c9273c8ce63e2 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 12 Sep 2026 19:36:41 +0000 Subject: [PATCH] chore: hqtui ^0.5.0, so a click reaches the key bar and the dialogs Below 1.0 a caret locks the minor, so this app was pinned to the hqtui it was written against and would never have seen a newer one. 0.5.0 adds click hooks to status bar items, modal buttons and backdrops, and panels, and a double-click on every scrollable widget; all optional, nothing here has to change to take it. Bumped: package.json, packages/cli/package.json, package-lock.json (lockfile-only: a full npm install on the dev box fails in a git dependency's prepare step with EALLOWSCRIPTS, unrelated to this change, so CI is the check here). Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01DWtLsmAescX4Nb8QiBJd37 --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- packages/cli/package.json | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 566e663..56962f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@modelcontextprotocol/sdk": "^1.26.0", "@profullstack/autoblog": "github:profullstack/autoblog#75e54af", "@profullstack/coinpay": "^0.9.0", - "@profullstack/hqtui": "^0.1.11", + "@profullstack/hqtui": "^0.5.0", "@profullstack/referrals": "^0.1.0", "@profullstack/stack": "^0.1.3", "@profullstack/x402-client": "^0.2.0", @@ -2165,6 +2165,19 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@profullstack/coinpay/node_modules/@profullstack/hqtui": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/@profullstack/hqtui/-/hqtui-0.1.12.tgz", + "integrity": "sha512-BAmrR93G3hyDj2oPsePn4UcTvvYYBQsIuHzZ1VL7L9ezqSQx1vzAbf9pXvQgRHWaBkH+R1Uxw2XjcHNjZ1Ixlw==", + "license": "MIT", + "bin": { + "hqtui": "bin/hqtui.mjs" + }, + "engines": { + "bun": ">=1.1", + "node": ">=22.6" + } + }, "node_modules/@profullstack/emailer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@profullstack/emailer/-/emailer-1.0.1.tgz", @@ -2172,9 +2185,9 @@ "license": "MIT" }, "node_modules/@profullstack/hqtui": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/@profullstack/hqtui/-/hqtui-0.1.11.tgz", - "integrity": "sha512-mDJBScaU+/81zpAG+hmjEvOKeLmCvx3AZ9DOTbJcVCKJdlVh77h9OAHa6UfzJPHbIGt7Xh0VwWZ9zIywyS3lgA==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@profullstack/hqtui/-/hqtui-0.5.0.tgz", + "integrity": "sha512-jDwILBmdQx8pQA0ao/tzzty8u5nFNS4XhvU9xXhZvdIaMeiF3HBJIVtP6cS6kigS4lXmHR7sztbb9QJpaWwhig==", "license": "MIT", "bin": { "hqtui": "bin/hqtui.mjs" diff --git a/package.json b/package.json index 7116ceb..d6f268a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@modelcontextprotocol/sdk": "^1.26.0", "@profullstack/autoblog": "github:profullstack/autoblog#75e54af", "@profullstack/coinpay": "^0.9.0", - "@profullstack/hqtui": "^0.1.11", + "@profullstack/hqtui": "^0.5.0", "@profullstack/referrals": "^0.1.0", "@profullstack/stack": "^0.1.3", "@profullstack/x402-client": "^0.2.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 3ece7e1..a6e7dcc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@profullstack/coinpay": "^0.9.0", - "@profullstack/hqtui": "^0.1.11" + "@profullstack/hqtui": "^0.5.0" }, "devDependencies": { "esbuild": "^0.25.0"