Skip to content
5 changes: 5 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/agmsg/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/agmsg/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/agmsg/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/antigravity/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/claude-code/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/codex/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/copilot/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/cursor/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/gemini/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/grok-build/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/hermes/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/opencode/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ If argument starts with "remote status":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh status [<team>] [--json]`
3. Show the output to the user.

If argument starts with "remote sync start":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh sync start <team>`
3. Show the output to the user.

If argument starts with "remote disconnect":
1. Parse the required `<team>`.
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
Expand Down
3 changes: 2 additions & 1 deletion scripts/internal/remote-sync.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,8 @@ export async function cycle(config, { pushLimit, pullLimit }, dependencies = {})
const capabilities = await requestCall(config, "/v1/capabilities");
validateCapabilities(config, capabilities);
await eventCall("capabilities", { team: config.local_team, current_seq: capabilities.current_seq,
policy_revision: capabilities.policy_revision });
policy_revision: capabilities.policy_revision,
startup_nonce: process.env.AGMSG_SYNC_START_NONCE || undefined });

const writeProfile = selectWriteProfile(config, capabilities);
const prepareInput = [{ type: "sync_prepare", envelope_v: 1,
Expand Down
Loading
Loading