Releases: hemangjoshi37a/AgentSync
Releases · hemangjoshi37a/AgentSync
AgentSync v0.1.1 — autonomous auto-answer
Highlights
Autonomous auto-answer — a session can now answer peer agentsync_ask requests on its own, with no human and no extra session entry. When enabled, a session's own MCP server handles an inbound ask by running a locked-down, read-only claude -p and replying automatically.
- Toggle live (no restart) with
/agentsync-auto on|off|status, or the flag file~/.agentsync/auto_respond.on/.off. - OFF by default for safety. Incoming asks are treated as untrusted: Claude runs with a read-only tool allowlist (
Read, Glob, Grep, git status/log, ls) + a guard system prompt. Broaden viaAGENTSYNC_RESPONDER_TOOLS. - For a dedicated answering node (separate process), the standalone
agentsync-responderstill exists.
Cleaner session ids — short-lived control connections (status-line polls, hooks) now use their own c-counter, so real sessions keep low, stable sN numbers instead of climbing.
Also in this line (since 0.1.0)
- Race-free daemon singleton via
flock(fixes two-daemon split). - Background-spare processes no longer register (fixes phantom sessions).
Install / update
/plugin marketplace add hemangjoshi37a/AgentSync
/plugin install agentsync@agentsync-marketplace
Already installed? Update the marketplace and reinstall to pick up 0.1.1.
AgentSync v0.1.0 — AnyDesk for Claude Code sessions
Zero-setup: /plugin marketplace add hemangjoshi37a/AgentSync then /plugin install agentsync@agentsync-marketplace. Pure stdlib. Connect Claude Code sessions, ask/reply, To/CC/BCC messaging, consent+trust, status line.