Vellium Adds Desktop Pets and CLI-Inspired Agents for Local LLMs

Vellium, an open-source crossplatform app for using local LLMs (mostly writing and RP), has shipped two major features: desktop pets and an agents tab. The project is available on GitHub at tg-prplx/vellium.
Desktop Pets
You can now create a custom pet or use a ready-made one from the Codex OAI app. The pet sits on top of all windows, changes emotions, and is interactive — hover over it to open an interface. Chat with the pet directly. The feature is described as raw, with plans to improve the everyday experience to feel more like a real desktop companion.
Agents Tab
The agents tab is disabled by default — enable it in settings. It's designed as a visual wrapper around CLI-like agents. Capabilities include:
- Reading your documents
- Running terminal commands
- Acting as a coding assistant
- Reading folders and editing files
- Connecting MCP servers (existing MCP servers can be added to the agent)
Other Updates
- Custom fields in chat mode — you can add or remove fields.
- Multiple bug fixes and smaller improvements, largely driven by GitHub issues.
The developer notes most development time went into fixing bugs. Feedback via GitHub issues is appreciated.
📖 Read the full source: r/LocalLLaMA
👀 See Also

CAP: Claude Code Statusline Plugin That Installs with /plugin install
CAP (Claude Allowance Pulse) is a statusline plugin for Claude Code that installs via /plugin install without npm, curl, or jq. It displays model usage, session and weekly limits, context window usage, and session cost in the terminal.

OpenClaw Guild: Multi-user AI agent server for teams
OpenClaw Guild extends single-user OpenClaw into a multi-user AI server with role-based access control, isolated data per agent, and a 4-tier memory system. It includes a web admin dashboard and Docker-compose deployment for 15-minute setup.

Atelier v0.3 adds targeted markdown revisions with Claude Code
Atelier v0.3 is a free VS Code extension that lets you highlight sections of markdown documents and send them to Claude Code for revisions. The agent responds with targeted edits in the editor, and you can track which feedback each revision addresses.

SeeFlow: Architecture Diagrams That Are Wired to Your Live App
SeeFlow generates a flow canvas from your codebase and wires each node to your actual running app, with plugins for Claude Code, Codex, Cursor, Windsurf, and an MCP server.