@blockspool/cli 0.5.15 → 0.5.16

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.
@@ -18,7 +18,7 @@ const program = new Command();
18
18
  program
19
19
  .name('blockspool')
20
20
  .description('Continuous codebase improvement tool')
21
- .version('0.5.15');
21
+ .version('0.5.16');
22
22
  // `blockspool solo <cmd>` — backwards compat
23
23
  program.addCommand(soloCommand);
24
24
  // Detect if argv[2] is a known solo subcommand name — if so, lift it.
@@ -95,7 +95,7 @@ export function getBillingReminder(repoPath) {
95
95
  `│ Tickets completed this project: ${String(totalCompleted).padEnd(27)}│`,
96
96
  '│ API usage is billed per-token by your provider. │',
97
97
  '│ Alternatives to reduce cost: │',
98
- '│ - BlockSpool plugin (/blockspool:auto) — uses your │',
98
+ '│ - BlockSpool plugin (/blockspool:run) — uses your │',
99
99
  '│ Claude Pro/Max subscription, no API key needed │',
100
100
  '│ - --provider codex — uses your Codex subscription │',
101
101
  '└──────────────────────────────────────────────────────────────┘',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockspool/cli",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
4
4
  "description": "BlockSpool CLI - Continuous codebase improvement tool",
5
5
  "author": "BlockSpool",
6
6
  "homepage": "https://blockspool.com",
@@ -50,8 +50,8 @@
50
50
  ],
51
51
  "license": "Apache-2.0",
52
52
  "dependencies": {
53
- "@blockspool/core": "^0.5.15",
54
- "@blockspool/sqlite": "^0.5.15",
53
+ "@blockspool/core": "^0.5.16",
54
+ "@blockspool/sqlite": "^0.5.16",
55
55
  "chalk": "^5.3.0",
56
56
  "commander": "^14.0.3",
57
57
  "neo-blessed": "^0.2.0"