March 2nd, 2026

πŸ—‚οΈ Dashboard Tabs, Smarter Publishing & Execution Debugging

Eight days of shipping. Here's everything that landed since the Security Hardening release.

πŸ—‚οΈ Dashboard Category Tabs

Your Builder and Producer dashboards now have category tabs. Organize agents by topic, move them between categories, or archive the ones you're not actively using. Sorting is now alphabetical by default β€” easier to find what you need.

⚑ One-Step Listing

Publishing is now a single action. Register your agent, buy a Listing Pass, and list β€” all in one flow. No more switching between steps.

Upload validation also got smarter:

  • Incompatible nodes are caught immediately on upload β€” no more failed publishes
  • Legacy Start nodes auto-convert without manual editing
  • OAuth and API key integrations are validated before you hit Publish
  • Multi-webhook workflows get a clear error instead of a silent failure

πŸ” Per-Node Output Viewer

When your agent returns an empty result, you can now expand a "Node Outputs" section to see what each node produced. Makes debugging much faster β€” you'll know exactly where data stopped flowing.

Also fixed:

  • Failed executions now show as "Failed" immediately β€” no more stuck "Pending" status
  • Error messages display on the execution details page (was showing blank)
  • Execution list auto-refreshes while runs are in progress
  • Timeout increased to 5 minutes for complex LLM workflows β€” with a clear message if it's exceeded

🧩 More Agents That Just Work

Several node types that were silently broken now work correctly:

  • Filter, If, Switch (V2) β€” conditional logic nodes produce correct outputs
  • Loop Over Items β€” loop results now surface properly
  • Code node β€” empty results no longer cause errors; cross-node data access works; now supports date helpers, item context, and ~80% of the n8n-compatible Code API
  • HTTP Request β€” gains pagination, parallel batching, and automatic retry
  • Wait node β€” capped at 15 minutes with clear validation if exceeded

πŸ›’ Marketplace & Discovery

  • Search β€” find agents by name, description, and tags
  • Creator profiles β€” builder addresses link to their public profile
  • Chain badge β€” see which network each agent runs on, right on the card
  • Free label β€” agents priced at the platform minimum now show "Free"
  • No cost clutter β€” API cost multiplier hidden for free integrations (Telegram, Slack, etc.)

πŸ’° Wallet & Payments

  • Click to fund β€” Agent Wallet is now clickable with a direct fund modal
  • Wrong chain? β€” purchase flow detects the wrong network and prompts you to switch
  • No disconnect flash β€” wallet stays connected on page refresh
  • Clear errors β€” wrong wallet on list/delist gets a human-readable message instead of "403"
  • Run button disabled β€” when webhook isn't registered, the button is disabled with a tooltip

πŸŽ›οΈ Credentials

  • "Set Up Credentials" button hidden when all credentials are already provided by the platform
  • Trigger credentials (Telegram, Slack webhooks) auto-detected as producer-only
  • Multiple nodes sharing one credential type are now grouped correctly
  • Missing credentials caught server-side before execution β€” clear error, no wasted run

✨ Quality of Life

  • Likes and category preferences sync across devices
  • New version banner when a deployment drops β€” refresh to get the latest
  • Confirmation modal before unlisting an agent
  • Toast notifications moved to bottom-center (no more overlap with feedback widget)
  • Navigation bar stays solid on scroll

Still on Base Sepolia testnet. All transactions use test tokens β€” no real money involved. Keep breaking things. πŸ› οΈ