Agentify Desktop 0.2.0
Agentify Desktop 0.2.0
Agentify Desktop 0.2.0 is the first npm-ready public release built around local, signed-in AI web sessions for MCP-capable tools.
High-Level Improvements
- npm-first install path: run the desktop app or MCP server through
npx @agentify/desktop, global npm installs, or the packaged CLI aliases. - Chrome CDP as the recommended browser engine: Agentify now documents Chrome CDP as the default path for real provider sessions because embedded Electron login flows are often blocked by Google/Microsoft/Apple SSO.
- Local Control Center: manage vendor tabs, show/hide browser windows, inspect current activity, open local state, and adjust runtime settings from a desktop UI.
- Multi-vendor MCP workflows: use stable browser sessions across ChatGPT, Claude, Perplexity, Gemini, Google AI Studio, and Grok.
- Stable tab keys for parallel work: agents can keep separate projects or review jobs isolated while reusing the right browser session for follow-ups.
- Artifact workflows: save generated files/images locally and reattach them in later prompts without manual browser scraping.
- Context packing and bundles: send selected repo/file context into a web AI session while keeping control of size and included files.
- Watch folders: track local output folders so generated files can be reused in future Agentify workflows.
- Governor safety controls: reduce accidental high-rate automation with concurrency and pacing limits.
- Cleaner public package boundary: private/domain-specific workflows are kept out of the public npm package and protected by
private-workflows/ignore rules.
Fixes And Polish
- MCP desktop auto-start resolves the bundled Electron binary relative to the Agentify package instead of the caller's current working directory.
- Public docs now include practical prompt examples after MCP setup.
- README links were cleaned up to use repo-relative paths instead of local machine paths.
- Control Center stale bridge errors now point users toward restarting after an update instead of showing raw missing API strings.
- MCP/tooling copy is clearer about multi-vendor AI web UI automation instead of implying ChatGPT-only behavior.
Validation
- npm package published:
@agentify/desktop@0.2.0withlatestdist-tag. - GitHub Actions CI on PR #47 passed.
- Local test suite passed: 162/162.
npm pack --dry-run --jsonconfirmed no private workflow/package leakage.- Public source scan found no private workflow tool/module references outside ignored private files.