From c38bbe64b09b450ef5e11c8ad1be27aee52ee1cf Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 6 Jul 2026 06:00:10 +0000 Subject: [PATCH] 0.1.6 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- agents/error-catalog.json | 2 +- agents/tool-catalog.json | 2 +- gemini-extension.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- plugin.json | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 727bc31..137f908 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bitbank-lab-cli", - "version": "0.1.5", + "version": "0.1.6", "description": "Experimental CLI & Agent Skills starter kit for bitbank — botters lab community edition. A thin API access layer that hands raw OHLCV to the model so indicators and logic stay fully customizable.", "author": { "name": "tjackiet", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 165e5f2..3015f9c 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bitbank-lab-cli", - "version": "0.1.5", + "version": "0.1.6", "description": "Experimental CLI & Agent Skills starter kit for bitbank — botters lab community edition. Market data, paper trading, account read, and Private API trading with safety guards.", "author": { "name": "tjackiet", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 727bc31..137f908 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bitbank-lab-cli", - "version": "0.1.5", + "version": "0.1.6", "description": "Experimental CLI & Agent Skills starter kit for bitbank — botters lab community edition. A thin API access layer that hands raw OHLCV to the model so indicators and logic stay fully customizable.", "author": { "name": "tjackiet", diff --git a/agents/error-catalog.json b/agents/error-catalog.json index 534873f..c53f56b 100644 --- a/agents/error-catalog.json +++ b/agents/error-catalog.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "cli_version": "0.1.5", + "cli_version": "0.1.6", "generator": "scripts/gen-agents-catalog.ts", "description": "Machine-readable error catalog for the bitbank CLI. Generated from cli/error-codes.ts (ERROR_CODES / apiErrorExitCode / classifyHttpError) + cli/exit-codes.ts. Maps API error codes to categories and aggregates retry guidance per category. Companion human doc: skills/_shared/references/error-catalog.md. Do not edit by hand.", "envelope": { diff --git a/agents/tool-catalog.json b/agents/tool-catalog.json index f3ede62..12a18e9 100644 --- a/agents/tool-catalog.json +++ b/agents/tool-catalog.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "cli_version": "0.1.5", + "cli_version": "0.1.6", "generator": "scripts/gen-agents-catalog.ts", "description": "Machine-readable command catalog for the bitbank CLI. Generated from cli/commands/schema (ALL_SCHEMAS) + trade confirm-guard (CONFIRM_PHRASES). `dangerous: true` marks fund-affecting trade commands that require --execute together with --confirm=. Do not edit by hand — run `npx tsx scripts/gen-agents-catalog.ts`.", "command_count": 28, diff --git a/gemini-extension.json b/gemini-extension.json index c3a4551..d77c20c 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "bitbank-lab-cli", - "version": "0.1.5", + "version": "0.1.6", "description": "Experimental CLI & Agent Skills starter kit for bitbank — botters lab community edition. Market data, paper trading, account read, and Private API trading with safety guards.", "contextFileName": "CONTEXT.md" } diff --git a/package-lock.json b/package-lock.json index efdbea1..4e2a309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitbank-lab-cli", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bitbank-lab-cli", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "dependencies": { "pubnub": "^12.0.0", diff --git a/package.json b/package.json index 00c2e61..e8a1f93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitbank-lab-cli", - "version": "0.1.5", + "version": "0.1.6", "description": "Experimental CLI & Agent Skills starter kit for bitbank — botters lab community edition. Market data, paper trading, account read, and Private API trading with safety guards.", "type": "module", "bin": { diff --git a/plugin.json b/plugin.json index fc57d53..0b9155d 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "$schema": "https://antigravity.google/schemas/v1/plugin.json", "name": "bitbank-lab-cli", - "version": "0.1.5", + "version": "0.1.6", "description": "Experimental CLI & Agent Skills starter kit for bitbank — botters lab community edition. Market data, paper trading, account read, and Private API trading with safety guards." }