Skip to content

Releases: hemangjoshi37a/AgentSync

AgentSync v0.1.1 — autonomous auto-answer

13 Jun 22:24

Choose a tag to compare

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 via AGENTSYNC_RESPONDER_TOOLS.
  • For a dedicated answering node (separate process), the standalone agentsync-responder still 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

13 Jun 21:21

Choose a tag to compare

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.