Skip to content

v1.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 17:38
· 3 commits to main since this release

🎉 Desktop Agent Center is now Yobi — same app, new name. This is the first release under the Yobi brand.

✨ Added

  • AgentFlow Conditionals: New if / end_if branching skill with comparison operators and an LLM isFailed flag for routing failure paths. Steps can now be reordered with move up / down.
  • AgentFlow Starter Templates: Ready-made flows to get going fast — RSS digest and web monitor → Telegram.
  • Worker Attention Indicator: The title bar now flags workers that need you (login required / Cloudflare verification), with a queue popover to force-skip stuck tasks.
  • Third-Party License Viewer: A new View all third-party licenses button in About; the full THIRD-PARTY-LICENSES.txt is now bundled with the app.
  • Chat Welcome Screen: A friendly empty state for new chats.

🔄 Changed

  • Rebrand → Yobi: Desktop Agent Center (DAC) is now Yobi across the app, installers, artifact names, and documentation (all locales).
  • Title Bar: Removed the brand mark and wordmark; window focus is now reflected on the macOS traffic lights and Windows caption controls, alongside custom window controls.

🔒 Security

  • Encrypted Telegram Token: The Telegram bot token is now encrypted at rest using OS-native secure storage (Electron safeStorage), with a versioned enc:v1 format and a plaintext-fallback warning when secure storage is unavailable.

📦 Downloads

Platform Architecture File
macOS 🍎 Apple Silicon (M1 / M2 / M3 / M4) Yobi-1.1.2-mac-arm64.dmg
macOS 🖥️ Intel (x64) Yobi-1.1.2-mac-x64.dmg
Windows x64 Yobi-1.1.2-win-x64-Setup.zip

Windows — The download is a .zip archive. Extract it and run the .exe installer inside.

macOS — not sure which version?
Check Apple menu → About This Mac.

  • Apple Silicon (M1/M2/M3/M4) → download the arm64 build
  • Intel → download the x64 build

⚠️ macOS: Unsigned App

macOS Gatekeeper will block the first launch. After copying to /Applications:

Option 1 — Terminal (Recommended)

sudo xattr -rd com.apple.quarantine /Applications/Yobi.app

Option 2 — System Settings

Attempt to open the app (it will be blocked), then go to System Settings → Privacy & Security → Open Anyway.