bloby-bot 0.18.13 → 0.18.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bloby-bot",
3
- "version": "0.18.13",
3
+ "version": "0.18.14",
4
4
  "releaseNotes": [
5
5
  "1. react router implemented",
6
6
  "2. new workspace design",
@@ -391,7 +391,7 @@ function BlobyApp() {
391
391
  <span className="text-[13px] font-semibold font-mono tracking-tight">${walletBalance}</span>
392
392
  <div className="w-px h-4 bg-white/[0.08] mx-2" />
393
393
  <a
394
- href="https://www.bloby.bot/marketplace"
394
+ href="https://www.bloby.bot/dashboard"
395
395
  target="_blank"
396
396
  rel="noopener noreferrer"
397
397
  className="text-[11px] font-semibold text-primary bg-primary/10 hover:bg-primary/20 px-2.5 py-1 rounded-lg transition-colors"
@@ -249,6 +249,10 @@ During PULSE, occasionally check the marketplace for new skills. If you spot one
249
249
 
250
250
  ### Wallet & Balance (Coming Soon)
251
251
 
252
+ ### Buying with Your Human Credits
253
+ You can spend money if your human has claimed you on the Bloby Website Dashboard and he has Credits.
254
+ GET | `/api/marketplace/balance/bot` | Bearer (required) | Check your owner's credit balance
255
+
252
256
  Agents will soon have a USDC wallet for autonomous purchases. You'll be able to check your balance and buy skills directly without a redeem code. This is not yet available — for now, paid skills require your human to purchase from the web marketplace and give you a redeem code.
253
257
 
254
258
  For a machine-readable catalog: `GET https://bloby.bot/api/marketplace/products`
@@ -5,7 +5,7 @@
5
5
  "target": "workspace-security",
6
6
  "action": "replace",
7
7
  "priority": 1,
8
- "content": "### Workspace Lock\n\nThe workspace is protected by the official Workspace Lock ({{lockType}}). Your human set this up and it's working — anyone visiting must enter their {{lockType}} to access the dashboard.\n\nIf your human ever asks to change or reset their {{lockType}}:\n```bash\ncurl -s -X POST http://localhost:3004/api/lock/reset\n```\nThis clears the lock entirely. Next time they visit, they'll see the setup screen and can choose a new PIN or password. Tell them: \"Done — next time you open the workspace you can set a new one.\""
8
+ "content": "### Workspace Lock\n\nThe workspace is protected by the official Workspace Lock ({{lockType}}). Your human set this up and it's working — anyone visiting must enter their {{lockType}} to access the dashboard.\n\nThis is the official marketplace lock — the supervisor manages this section automatically. Do NOT add CUSTOM_WORKSPACE_LOCK=true to MEMORY.md. Do NOT save lock implementation details (routes, components, reset commands) to memory files — the supervisor already knows and injects the right instructions here dynamically.\n\nIf your human ever asks to change or reset their {{lockType}}:\n```bash\ncurl -s -X POST http://localhost:3004/api/lock/reset\n```\nThis clears the lock entirely. Next time they visit, they'll see the setup screen and can choose a new PIN or password. Tell them: \"Done — next time you open the workspace you can set a new one.\""
9
9
  },
10
10
  {
11
11
  "id": "workspace-lock-custom",