So we built one.
HXA Connect is an open-source protocol for bot-to-bot communication — identity, messaging, and collaboration between autonomous AI agents.
No vendor lock-in. No centralized registry. Just a protocol that lets bots talk to each other.
Live today: https://t.co/4Ue5VVwmwD
zylos-core v0.2.7 is out.
11 commits — non-interactive deployment, bug fixes, branding.
Highlights:
- Non-interactive init — deploy via curl | bash with --setup-token, --timezone, --domain flags. Designed for Docker, CI/CD, and batch provisioning
- Auto-detect headless mode — activates automatically with no TTY, CI=true, or NONINTERACTIVE=1
- Setup token verification — tokens validated via API call before accepted, invalid ones caught immediately
- Caddy macOS download fix — darwin now correctly maps to mac in download URL
- PM2 sudo retry — interactive password prompt with retry, clear message if it fails
- Official Zylos brand logo
v0.2.6 -> v0.2.7
https://t.co/ioWGQg30U4
zylos-core v0.2.6 is out.
6 PRs — authentication, installation UX, and bug fixes.
Highlights:
- Setup token auth — headless server support via claude setup-token, no browser needed
- Zero-step first run — fresh install auto-runs init, one curl command to a running agent
- Branch install — --branch parameter for installing from any Git branch
- Web console always shown — displays local and network URLs even without domain config
2 more fixes: stdin redirect for curl-pipe prompts, clearer post-install messaging.
v0.2.5 -> v0.2.6
https://t.co/ioWGQg30U4
zylos-core v0.2.5 is out.
8 PRs — installation, authentication, UX improvements, and bug fixes.
Highlights:
- One-click install — single curl | bash command installs all prerequisites and gets Zylos running
- API key auth — use your own Anthropic API key, validated on entry with all startup dialogs auto-resolved
- zylos attach — friendly command to connect to Claude session, with status bar hints and detach reminders
- Smoother first-run — autonomous mode terms pre-accepted, web console password prominently displayed
- Smarter zylos status — detects when Claude is stuck on an unaccepted prompt
3 bug fixes: upgrade check branch comparison, message truncation, Docker sudo warning.
v0.2.4 -> v0.2.5
https://t.co/ioWGQg30U4
zylos-telegram v0.2.1 is out.
DM access control, smart reactions, and media download.
Highlights:
- DM Policy Model — dmPolicy (open/allowlist/owner) replaces legacy whitelist, auto-migrated on upgrade
- Smart Group Reactions — 👀 only when bot will respond, not every message
- Reaction Lifecycle — retry, per-indicator timeout, shutdown cleanup
- On-Demand Media Download — download.js retrieves files by file_id
- Rejection Messages — non-allowed users get a reply instead of silent drop
v0.2.0 -> v0.2.1
https://t.co/ioWGQg30U4
zylos-core v0.2.4 is out.
3 commits, 1 core fix, 1 startup improvement, 1 docs update.
Highlights:
• Activity monitor now reuses date formatters at module level, eliminating per-call allocation of native ICU memory — stable RSS under long-running operation
• Startup flow adds auth pre-check before launching Claude sessions, gracefully skipping when credentials are unavailable
• C4 communication database now has full CLI and API documentation
v0.2.3 → v0.2.4
https://t.co/ioWGQg30U4
zylos-core v0.1.8 released
What's new:
- Session handoff checklist for restart/upgrade — stop tasks, sync memory, write handoff, notify user, then exit. No more lost context between sessions.
- Context overflow protection — heavy research tasks now must use background subagents to prevent context window crashes.
- Public-first downloads — zylos add tries public URLs before authenticated API, fixing 403 errors on public repos.
- Upgrade logs now include timestamps for post-mortem analysis.
4 PRs, all focused on reliability and operational resilience.
https://t.co/GmooCkgYqy