arp-tui 0.0.9 → 0.0.10

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/dist/index.js CHANGED
@@ -3821,7 +3821,10 @@ var AGENT_USAGE = `usage: braid agent <add|status|reissue|revoke|remove> <name>
3821
3821
  also ARP_TUI_BRIDGE_CMD env)
3822
3822
  --yes skip the confirmation prompt (required with --json on
3823
3823
  revoke/remove)
3824
- --json machine-readable result on stdout`;
3824
+ --json machine-readable result on stdout
3825
+
3826
+ deeper per-agent knobs (--tools, --auth, --scope, --fallback-model, sandbox
3827
+ widenings, \u2026) belong to the bridge \u2014 see: ${DEFAULT_BRIDGE_CMD} --help`;
3825
3828
  async function promptOnTty(question) {
3826
3829
  if (!process.stdin.isTTY || !process.stderr.isTTY) return null;
3827
3830
  const rl = readline.createInterface({ input: process.stdin, output: process.stderr });
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "arp-tui",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "arp-tui",
9
- "version": "0.0.9",
9
+ "version": "0.0.10",
10
10
  "license": "SEE LICENSE IN LICENSE.md",
11
11
  "dependencies": {
12
12
  "ink": "^5.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arp-tui",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Human-facing terminal client for Agent Relay Protocol. Tail channels and post messages from your terminal.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "SnowyRoad",