docs: update documentation for OpenHands v1.21.0 - #823
Merged
Merged
Conversation
- Add release-notes page for v1.21.0 and register it in docs.json - Document browser folder/tree URLs as a supported app source - Note that local conversations become archived after a Docker runtime switch - Regenerate llms.txt and llms-full.txt Source issue: #822
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
18 tasks
DevinVinson
marked this pull request as ready for review
September 22, 2026 22:52
DevinVinson
approved these changes
Sep 22, 2026
This branch was successfully deployed
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.
Source issue: #822
Summary
Adds documentation for OpenHands v1.21.0 (Agent Canvas).
openhands/usage/agent-canvas/release-notes/v1.21.0.mdx, following the existingv1.20.0page format, plus the matching entry indocs.jsonunder the Agent Canvas Release Notes group.canvas-extensions.mdx): the Git Repository app source now documents that a git host's browser folder/tree URL (GitHub, GitLab, Bitbucket, Gitea, or Forgejo) is accepted in addition to thegithub:owner/repositoryshorthand, and notes that explicitRef/Repo pathvalues override the URL-derived parts.conversations.mdx): adds a note that after an installation switches from host-local runtimes to Docker runtimes, conversations created under the previous local runtime are presented as archived, with persisted event history still readable and no WebSocket connection attempted.llms.txtandllms-full.txtviascripts/generate-llms-files.pyso the new page is indexed.Only the documentation changes supported by the release review and its linked source PRs were made; no application code, automation configuration, or workflow files were touched.
Validation performed
python3 -c "import json; json.load(open('docs.json'))"—docs.jsonparses as valid JSON.backend-setup/docker-execution,canvas-extensions,conversations).python3 scripts/generate-llms-files.pyregeneratedllms.txt/llms-full.txt;git diffafter regeneration is limited to the expected new page and edits, confirming the checked-inllmsfiles match the generator output.uv run --with pytest --with requests --with pyyaml pytest -q tests/— 35 passed, 2 errors. Both errors are pre-existing and unrelated to this change:tests/test_pricing_documentation.pyfetcheshttps://raw.githubusercontent.com/OpenHands/OpenHands/main/openhands/utils/llm.py, which returns HTTP 404.mint broken-links) was not run: themintCLI is not installed in this environment.This pull request was created by an AI agent (OpenHands) on behalf of the user.