2
1 Comment

Shipped CLI natural language commands, desktop app, and a bunch of QoL updates

Hey IH,

Working on YeeroAI (an AI collaboration tool) and shipped a bunch of stuff recently.

**Multi-select messages → "pick out to branch"** — when you have useful replies scattered across a long conversation, you can now select multiple messages and move them to a new or existing branch in one click. Came from my own frustration of losing good responses in long branching conversations.

**CLI v0.2.0 with yeero do** — describe what you want in natural language, no need to memorize commands. The cool part: unlike agents, yeero do only calls the LLM once to generate a Python script, then runs it locally every time after. Zero token cost for repeated tasks. If you have tool-like tasks you run often, this saves a lot compared to using an agent every time.

**Desktop v0.1.0** — lightweight Tauri app for Windows, macOS, and Linux. Still has some rough edges honestly: auto-start hasn't been thoroughly tested, auto-update has signing issues, and macOS doesn't have a developer cert yet so you need to run xattr -cr after install. Working on fixing these, but it's usable now.

**Patch-mode app updates** — the biggest frustration with AI-generated apps was that every update rewrote everything. Now there's a patch mode: describe what you want changed, and only that part gets modified. The rest stays intact.

**Drag-selection batch operations** — hold down the mouse button and draw a rectangle, everything inside gets selected. Works across 9 list scenes: conversations, apps, files, knowledge base, folder references, app discussions, attachment dialogs, prompts, memories. Same interaction as a file manager.

Also shipped: pinned conversation tabs, Python script app type, global search "All" category, logout all devices.

---

Other stuff I've built:

- 300+ models answer side by side
- Git-style conversation branching
- Branch tree visualization panel
- Message outline navigation
- Knowledge base + memory injection
- Background streaming for chats & AI apps
- Global semantic search + ⌘K quick actions
- AI generates web apps through conversation

yeero.ai if you want to check it out. Happy to answer questions or hear feedback.

posted toAvatar for product YeeroAI
YeeroAI
  1. 1

    I really like the "pick out to branch" feature. I've lost so many good AI responses because they were buried halfway through a long conversation. That feels like one of those small features that ends up making a big difference once you use AI every day.