Skip to content

Add AgentBox to Development & Workflow#192

Open
madarco wants to merge 5 commits into
hashgraph-online:mainfrom
madarco:add-agentbox
Open

Add AgentBox to Development & Workflow#192
madarco wants to merge 5 commits into
hashgraph-online:mainfrom
madarco:add-agentbox

Conversation

@madarco
Copy link
Copy Markdown

@madarco madarco commented Jun 6, 2026

Adds AgentBox (https://github.com/madarco/agentbox, MIT) to Community Plugins → Development & Workflow (alphabetical, after Aegis).

AgentBox drives Codex from the host to run coding agents in parallel, each in its own sandboxed box — local Docker or cloud VMs (Hetzner/Daytona/Vercel/E2B) — with sub-1s checkpoint starts, a per-box browser + VS Code, and git credentials kept on the host.

Included: self-contained bundle at plugins/madarco/agentbox/.codex-plugin/plugin.json (with interface.composerIcon), assets/icon.svg (512×512), a host-side skill (skills/agentbox), README, SECURITY.md, LICENSE (MIT), .codexignore. Passes validate-plugin-pr.py and check-alphabetical.py locally.

Note on sync: the .codex-plugin/ manifest is also being added to the AgentBox repo itself (madarco/agentbox#72). generate_plugins_json.py mirrors bundles from the upstream repo archive, so please merge that PR first (or alongside) this one so the marketplace sync picks up .codex-plugin from madarco/agentbox's default branch.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request registers a new third-party plugin called "AgentBox" to run coding agents in parallel, sandboxed environments. It adds the plugin metadata, a host-side skill, documentation, and assets. The review feedback correctly identifies that the skills directory is misplaced inside the .codex-plugin directory instead of the plugin root, which will prevent Codex from resolving the skill path defined in plugin.json.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment on lines +24 to +26
"skills": [
"./skills/"
]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The skill file is currently placed at plugins/madarco/agentbox/.codex-plugin/skills/agentbox/SKILL.md. However, according to the standard plugin anatomy and your own README.md (which references skills/agentbox), the skills directory should be located at the root of the plugin (plugins/madarco/agentbox/skills/agentbox/SKILL.md). Because "skills": ["./skills/"] in plugin.json is resolved relative to the plugin root, Codex will not be able to find the skill in its current location inside .codex-plugin/. Please move the skills directory to the root of the plugin.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense, fixed 👍

Codex resolves "skills": "./skills/" relative to the plugin root, and
every other plugin in this repo keeps skills/ as a sibling of
.codex-plugin/. Moves skills/agentbox out of .codex-plugin/ so the skill
resolves correctly. Addresses the review feedback on hashgraph-online#192.
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Jun 7, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (6 files)
  • README.md - alphabetical insertion verified
  • plugins/madarco/agentbox/.codex-plugin/plugin.json - manifest valid, skills path resolves correctly
  • plugins/madarco/agentbox/.codexignore - standard ignores
  • plugins/madarco/agentbox/LICENSE - MIT license
  • plugins/madarco/agentbox/README.md - plugin documentation
  • plugins/madarco/agentbox/SECURITY.md - security contact
  • plugins/madarco/agentbox/assets/icon.svg - brand asset
  • plugins/madarco/agentbox/skills/agentbox/SKILL.md - host-side skill

Reviewed by step-3.7-flash-20260528 · 528,479 tokens

@internet-dot
Copy link
Copy Markdown
Collaborator

Missing the required index entries. You have the plugin bundle under plugins/madarco/agentbox/ which looks good, but you need:\n- plugins.json entry (missing)\n- .agents/plugins/marketplace.json entry (missing)\n\nSee CONTRIBUTING.md.

madarco added 3 commits June 7, 2026 17:31
Addresses review feedback on hashgraph-online#192: register AgentBox in the two
marketplace artifacts (plugins.json and .agents/plugins/marketplace.json),
inserted alphabetically under Development & Workflow to stay in sync with
the README entry.
…ins/agentbox/

madarco/agentbox#81 relocated the Codex plugin from the repo root .codex-plugin/
to plugins/agentbox/ (self-marketplace). Update the mirror + install_url to match:

- install_url -> HEAD/plugins/agentbox/.codex-plugin/plugin.json
- ship the real skills/agentbox-info/SKILL.md (was a placeholder skills/agentbox/)
- refresh plugin.json (skills is now the string "./skills/") + README from upstream
- drop LICENSE/SECURITY.md/.codexignore (not present at the new plugin root, so the
  generator would not mirror them)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants