Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion agents/error-catalog.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion agents/tool-catalog.json
Original file line number Diff line number Diff line change
@@ -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=<confirm>. Do not edit by hand — run `npx tsx scripts/gen-agents-catalog.ts`.",
"command_count": 28,
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -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."
}