You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(agent-loop): make agent-loop available on Antigravity
- Add Antigravity manifest (.antigravity-plugin/plugin.json) with commands and skills mappings.
- Add helper script scripts/install-antigravity.sh to install/symlink plugins to Antigravity config directory.
- Update scripts/validate-plugins.sh to validate commands and agents.
- Bump agent-loop version to 0.3.0.
Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
"description": "Continuous agent loop for overnight/day repository maintenance. Orchestrates triage, autoreview, browser automation, and parallel agent work across threads. Wake every 5 min, direct work to threads, land autonomously.",
Copy file name to clipboardExpand all lines: agent-loop/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "agent-loop",
3
-
"version": "0.2.0",
3
+
"version": "0.3.0",
4
4
"description": "Continuous agent loop for overnight/day repository maintenance. Orchestrates triage, autoreview, browser automation, and parallel agent work across threads. Wake every 5 min, direct work to threads, land autonomously.",
Copy file name to clipboardExpand all lines: agent-loop/.codex-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "agent-loop",
3
-
"version": "0.2.0",
3
+
"version": "0.3.0",
4
4
"description": "Continuous agent loop for overnight/day repository maintenance. Orchestrates triage, autoreview, browser automation, and parallel agent work across threads. Wake every 5 min, direct work to threads, land autonomously.",
Copy file name to clipboardExpand all lines: marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@
175
175
"name": "agent-loop",
176
176
"id": "agent-loop@duyet-claude-plugins",
177
177
"description": "Continuous agent loop for overnight/day repository maintenance. Orchestrates triage, autoreview, browser automation, and parallel agent work across threads. Wake every 5 min, direct work, land autonomously.",
0 commit comments