Skip to content

AgentSync v0.1.1 — autonomous auto-answer

Latest

Choose a tag to compare

@hemangjoshi37a hemangjoshi37a released this 13 Jun 22:24
· 1 commit to main since this release

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.