docs(sdk): add new field-based features#379
Conversation
all-hands-bot
left a comment
There was a problem hiding this comment.
Taste Rating: 🟡 Acceptable - Documentation additions work but have clarity issues that will confuse users.
Key Insight: Documentation that is vague or inconsistent is worse than no documentation - users will make wrong assumptions and waste time debugging.
Co-authored-by: OpenHands Bot <contact@all-hands.dev>
all-hands-bot
left a comment
There was a problem hiding this comment.
Taste Rating: 🟡 Acceptable - Documentation additions work but have clarity issues that will confuse users.
Key Insight: Documentation that is vague or inconsistent is worse than no documentation - users will make wrong assumptions and waste time debugging.
Co-authored-by: OpenHands Bot <contact@all-hands.dev>
all-hands-bot
left a comment
There was a problem hiding this comment.
Taste Rating: 🟡 Acceptable - Documentation additions work but have clarity issues that will confuse users.
Key Insight: Documentation that is vague or exposes unnecessary implementation details makes users guess, waste time, and lose trust in the software.
|
@VascoSch92 BTW, https://github.com/OpenHands/docs/actions/runs/22726846829/job/65904259171?pr=379 broken link check is failing. @OpenHands can you help fix it? |
|
I'm on it! xingyaoww can track my progress at all-hands.dev |
The mint CLI >=4.2.404 ships a katex version whose ESM entry point references an unbundled __VERSION__ constant. Node 20 throws 'ReferenceError: __VERSION__ is not defined'; Node 22 handles this correctly. Upgrade the CI from Node 20 → 22 so we can keep using mint@latest. Co-authored-by: openhands <openhands@all-hands.dev>
59691b1 to
3d25df7
Compare
|
Looking at the git diff, my change is a single-line modification in - node-version: '20'
+ node-version: '22'This is concise and directly addresses the issue. The Summary of changes: The Checklist:
The changes have already been pushed to the |
Summary of changes
Add docs for new fields we support in file-based agents