From 071fb35475162c8bb87652c168e0889dcbd08b99 Mon Sep 17 00:00:00 2001 From: A Ibrahim Date: Wed, 22 Apr 2026 18:06:48 +0200 Subject: [PATCH] chore: update playground to use published agent-shell v0.5.0 Replace file:../ dev reference with ^0.5.0 from npm. Co-Authored-By: Claude Opus 4.6 (1M context) --- playground/package-lock.json | 12 ++++++------ playground/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/playground/package-lock.json b/playground/package-lock.json index a29293c..7d590e7 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -7,7 +7,7 @@ "name": "agent-shell-playground", "dependencies": { "@auth0/auth0-spa-js": "^2.19.2", - "@tigrisdata/agent-shell": "^0.3.1", + "@tigrisdata/agent-shell": "^0.5.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0" }, @@ -2134,16 +2134,16 @@ } }, "node_modules/@tigrisdata/agent-shell": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@tigrisdata/agent-shell/-/agent-shell-0.3.1.tgz", - "integrity": "sha512-RXgRaTEqae7WmLvT1DN+pQ/FYSNMu2EuN09mmmXE8QII9Pjx4Br4MUXi3HP6Ox41OSoyARMFuGkn6+UYcXeKYg==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@tigrisdata/agent-shell/-/agent-shell-0.5.0.tgz", + "integrity": "sha512-wgTO0RiQR0xCFcebUTK5YUT9krU0Qov1p27ysvQSvW6lKxYxQwwuQmqs4qTZnxdnv3JBHqUO0OK3lBAqJREIhA==", "license": "MIT", "dependencies": { - "@tigrisdata/storage": "^3.1.0", + "@tigrisdata/storage": "^3.1.1", "just-bash": "^2.14.2" }, "bin": { - "tigris-shell": "dist/cli.js" + "tigris-agent-shell": "dist/cli.js" }, "engines": { "node": ">=20.0.0" diff --git a/playground/package.json b/playground/package.json index 9ce171c..2480148 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@auth0/auth0-spa-js": "^2.19.2", - "@tigrisdata/agent-shell": "^0.3.1", + "@tigrisdata/agent-shell": "^0.5.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0" },