@bfun-bot/cli 1.0.11 → 1.0.12

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.
@@ -49,7 +49,7 @@ export function registerLlm(program) {
49
49
  return;
50
50
  }
51
51
  printCard('BFunBot LLM Credits', [
52
- ['Balance', chalk.reset.bold.white(`$${res.balance_usd}`)],
52
+ ['Balance', chalk.bold.whiteBright(`$${res.balance_usd}`)],
53
53
  ]);
54
54
  // Show agent reload config
55
55
  if (res.agent_reload) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bfun-bot/cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "BFunBot CLI — deploy tokens, check balances, and manage your AI agent from the terminal",
5
5
  "type": "module",
6
6
  "bin": {