Add OpenHands to compatibility section#202
Closed
piyushbag wants to merge 1 commit into
Closed
Conversation
|
Someone is attempting to deploy a commit to the openai Team on Vercel. A member of the Team first needs to authorize it. |
OpenHands loads root AGENTS.md as always-on repo context via its SDK. Fixes agentsmd#26 Co-authored-by: Cursor <cursoragent@cursor.com>
9ae2e0d to
266324f
Compare
Author
|
Quick note on the failing Vercel checks on this fork PR: both Could a maintainer re-run/deploy from the PR branch when you have a moment? If the content looks good otherwise, I am happy to adjust formatting or rebase on |
Author
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds OpenHands to the compatibility section on agents.md now that support for root-level
AGENTS.mdis documented and implemented in the OpenHands SDK.Fixes #26
Evidence
When #26 was opened, OpenHands did not document AGENTS.md support. That has since changed:
AGENTS.mdas always-on context injected at conversation start.load_project_skills()in OpenHands/software-agent-sdk loads third-party files includingAGENTS.mdfrom the git repo root viaPATH_TO_THIRD_PARTY_SKILL_NAMEandfind_third_party_files(). Loaded withtrigger=None, so content is always active in the system prompt.Changes
components/CompatibilitySection.tsx— add OpenHands entry linking to official skills docspublic/logos/openhands-light.svg— logo from OpenHands branding assetspublic/logos/openhands-dark.svg— dark-mode variantScreenshots
How verified
npx tsc --noEmit— passnpm run build— passAGENTS.mdis loaded from repo root (case-insensitive filename match)npm run dev— OpenHands visible in expanded agents gridScope notes
@-style file imports or optional spec extensions beyond rootAGENTS.mdloading