Skip to content

Releases: iblai/standard

v1.1.0 — Interactive Agent Builder CLI

19 Feb 04:05

Choose a tag to compare

What's new

🤖 Interactive CLI Agent Builder

A terminal-based wizard that walks you through building .iblai agent files step by step.

cd cli && npm install && npm run build && npm link
iblai agent

Features:

  • 🎨 Animated gradient ASCII logo with ibl.ai blue branding
  • 📊 Progress bar tracking across all 15 sections
  • 🔲 Boxed section banners with emoji and subtitle for each step
  • ⏭️ Every section is skippable — press Enter to skip optional fields
  • 💾 Incremental file saving after each section (no work lost if you quit early)
  • 🔄 Loop-based entry for skills, tasks, MCP servers, and more
  • ✨ Animated spinner transitions between sections
  • 📄 Output matches the .iblai format in library/

Other changes

  • .gitignore — best practices for the codebase (node_modules, dist, secrets, generated .iblai files)
  • README.md — TUI preview at the top, CLI install/usage docs, file structure updated
  • CLAUDE.md — CLI section added

Full section walkthrough

The wizard covers: Agent Info → Soul → Identity → Instructions → User Preferences → Memory → Heartbeat → Skills → Tasks → Tools → MCP Servers → Secrets → Knowledge & RAG → Guardrails & Safety → Visibility & Permissions