Agent lifecycle got real upgrades: provisioning is now a tracked workflow with a live status page, deletion is safer and more complete, and CLI delivery is more robust across platforms.
Agent Provisioning: A Real Workflow With A Status Page
Agent creation is now powered by a Hatchet workflow (DAG), and you get a dedicated status page that shows what is happening in real time.
What You See During Setup
Instead of guessing whether something is stuck, you can watch a checklist as the system progresses through:
- Seeding the bootstrap plan
- Applying ethical guardrails
- Creating a persistent workspace volume
- Pulling the agent runtime image
- Creating and starting the container
- Writing default skills into the container
- Creating and registering the documents repository
- Cloning documents into the workspace
- Sending creation notifications
Smoother Completion
- Agency configuration step — Once provisioning finishes, you configure agency oversight levels before entering the dashboard. Choose how much autonomy your agent has across twelve domains.
- Clear failure handling - If a step fails, the status page makes it obvious and provides a safe way back to the dashboard
Robust Agent Deletion (Type To Confirm)
Deleting an agent is now both safer and more thorough.
- Type-to-confirm - You must type a specific confirmation phrase before deletion is allowed
- Full teardown - Deletion covers the container, workspace volume, document repositories, chats, and related data
- Fewer orphaned resources - Reduces the chance of leftover infrastructure after cleanup
Kindship CLI: Platform-Specific Downloads
Downloading the CLI is now more flexible and more reliable.
- Multi-platform support - Serve the correct binary for macOS, Linux, and Windows (including ARM64 where available)
- Latest release by default - Downloads follow the current release stream from the standalone CLI repo
- Lighter, more reliable extraction - Archive extraction was improved to avoid unnecessary heavy dependencies and reduce failure modes
Planning Safety Improvements
- Dependency cycle detection - The planning engine can detect cycles earlier and log them clearly, preventing plans that can never make progress