-
Notifications
You must be signed in to change notification settings - Fork 4
docs: domain sweep to openhands.dev and email updates (non-docker/jira/runtime preserved) #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
Synced from agent-sdk ref: main
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Update sdk/getting-started.mdx to reference the actual hello world example file (examples/01_standalone_sdk/01_hello_world.py) instead of maintaining inline code. This allows the sync_code_blocks.py workflow to automatically keep the documentation in sync with the agent-sdk repository. Co-authored-by: openhands <openhands@all-hands.dev>
- Remove agent-sdk gitlink from index and add to .gitignore - Avoid broken submodule state and clarify intended local checkout behavior Co-authored-by: openhands <openhands@all-hands.dev>
- Don’t hard-fail when agent-sdk path is missing; exit cleanly - Replace blocks using known slice instead of inner regex - Remove GITHUB_OUTPUT coupling; rely on git status in workflow Co-authored-by: openhands <openhands@all-hands.dev>
- Limit to main/sdk pushes and PRs - Use peter-evans/create-pull-request to open PR instead of direct push Co-authored-by: openhands <openhands@all-hands.dev>
- Fix /sdk/getting-started link on SDK index - Hello World: use openhands.sdk.preset.default.get_default_agent and usage_id - Remove duplicate heading in custom-tools example - Workflow: only run on main/sdk and open PR for updates - Script: no-op if agent-sdk missing; simpler replacement - Ignore local agent-sdk checkout and remove gitlink Co-authored-by: openhands <openhands@all-hands.dev>
…o-authored-by: openhands <openhands@all-hands.dev>
- Add separate API tab for agent-sdk.json (generated by workflow) - Update company/blog/cloud anchors to openhands.dev Co-authored-by: openhands <openhands@all-hands.dev>
- Replace all-hands.dev -> openhands.dev for app/docs/blog/home - Preserve docker.* and jira.* hosts as-is Co-authored-by: openhands <openhands@all-hands.dev>
…pens PRs only - Replace /sdk/architecture/* links with working /sdk/arch/llms/* or remove - Hello World imports fixed and usage_id consistent - Domain move to openhands.dev; keep docker.* and jira.* - sync_code_blocks.py: no-op if SDK missing; remove walrus operator; simpler block replace - sync-sdk-changes workflow: create branch + PR for OpenAPI updates - docs.json: Agent SDK (v1) is primary; add OpenAPI tab for Agent SDK Co-authored-by: openhands <openhands@all-hands.dev>
…ot identity - Add pull-requests: write - Use create-pull-request for agent-sdk OpenAPI updates - Update bot name/email to openhands.dev Co-authored-by: openhands <openhands@all-hands.dev>
- Update contact emails to @openhands.dev - Update visible app URL text to app.openhands.dev - Preserve docker.*, runtime.*, and jira.* hosts as-is Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: openhands <openhands@all-hands.dev>
Collaborator
|
Likewise on this ticket, will review first thing tomorrow also 👍 |
…letion (file replaced by sync-agent-sdk-openapi.yml)
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
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
Convert remaining all-hands.dev references to openhands.dev where appropriate.
Changes
Intentionally preserved
Rationale
No functional changes beyond content links.
@enyst can click here to continue refining the PR