Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
8e75f25
feat(frontend): implement new task tracker interface (#11692)
hieptl Nov 12, 2025
8192184
chore(backend): Add better PostHog tracking (#11655)
amanape Nov 12, 2025
b605c96
Hotfix: rm max condenser size override (#11713)
malhotra5 Nov 13, 2025
d5b2d2e
fix(frontend): Sync client PostHog opt-in status with server setting …
amanape Nov 13, 2025
bc86796
feat(backend): enable sub-conversation creation using a different age…
hieptl Nov 13, 2025
8c3f93d
feat(frontend): set descriptive text for all options in the change ag…
hieptl Nov 13, 2025
e3d0380
feat(frontend): add support for the shift + tab shortcut to cycle thr…
hieptl Nov 13, 2025
f24d2a6
Fix for wrong column name (#11735)
tofarr Nov 13, 2025
24a9758
Adding an Agent Builder Skill/Microagent (#11720)
jpelletier1 Nov 13, 2025
34fcc50
Update to include llms.txt (#11737)
jpelletier1 Nov 13, 2025
7263657
feat(backend): include sub-conversation ids when fetching conversatio…
hieptl Nov 14, 2025
8115d82
feat: add created_at__gte filter to search_app_conversation_start_tas…
tofarr Nov 14, 2025
2841e35
Do not get live status updates when they are not required (#11727)
tofarr Nov 14, 2025
833aae1
feat(backend): exclude sub-conversations when searching for conversat…
hieptl Nov 14, 2025
d6fab19
feat(frontend): integrate with the API to create a sub-conversation f…
hieptl Nov 15, 2025
1f6ef81
Enhance Docker image pull logging with periodic progress updates (#11…
tofarr Nov 17, 2025
6dcf27d
feat(frontend): move PostHog trackers to the frontend (#11748)
amanape Nov 17, 2025
6c121bd
APP-159 Fix Docker container networking for agent server URLs (#11751)
tofarr Nov 17, 2025
60c4d9a
Add Groq models to function calling patterns (#11745)
SmartManoj Nov 17, 2025
871cc93
APP-155 Made all version tags the same color to reduce confusion (#11…
tofarr Nov 17, 2025
0dbf09f
Update OpenHands logos with new branding (#11741)
neubig Nov 17, 2025
cd87987
feat(frontend): add functionality to fetch sub-conversation data (#11…
hieptl Nov 17, 2025
192a8e6
Fix for docker regression (#11759)
tofarr Nov 17, 2025
b43f743
feat(backend): enable deletion of sub-conversations when removing a p…
hieptl Nov 18, 2025
5345716
Fix the favicon (#11766)
neubig Nov 18, 2025
492c126
Update README and COMMUNITY.md for v1 (#11747)
rbren Nov 18, 2025
f5611c2
fix(frontend): terminal output not appearing in v1 (#11769)
hieptl Nov 18, 2025
84c62c4
Bumped Software Agent SDK and fixed V1 Delete (#11768)
tofarr Nov 18, 2025
494eba0
Update fundraising amount in COMMUNITY.md (#11771)
rbren Nov 18, 2025
1a33606
Chore: move CLI code its own repo (#11724)
malhotra5 Nov 18, 2025
bede37f
feat: Enable native tool calling for gemini-3-pro-preview (#11774)
enyst Nov 18, 2025
36cf4e1
fix(backend): ensure microagents are loaded for V1 conversations (#11…
hieptl Nov 19, 2025
28af600
fix(frontend): display LLM configuration errors to the user (#11776)
hieptl Nov 19, 2025
4c57a98
Remove inconsistent parameters in claude sonnet (#11719)
TuringND Nov 19, 2025
790b7c6
Add grok-code-fast-1 to FUNCTION_CALLING_PATTERNS (#11775)
li-boxuan Nov 19, 2025
9538c7b
fix(migrations): add SETTING_UP_SKILLS to appconversationstarttasksta…
tofarr Nov 19, 2025
151c289
feat(frontend): disable change-agent button until WebSocket connectio…
hieptl Nov 19, 2025
77b565c
fix(frontend): fix duplicate React Aria IDs by updating @heroui/react…
rodneyaquino Nov 20, 2025
ba883ff
Feat sandbox skills (#11785)
tofarr Nov 20, 2025
26e7d80
fix(migrations): make SETTING_UP_SKILLS enum migration idempotent (#1…
malhotra5 Nov 20, 2025
c82e183
Fix Docker hostname issues in HTTP requests (#11787)
tofarr Nov 20, 2025
d1d08bc
feat(frontend): integration of events from execution and planning age…
hieptl Nov 20, 2025
da8a4b1
remove unused workflows (#11793)
mamoodi Nov 20, 2025
b9b8d27
Add config option to check if roles are present (#11414)
chuckbutkus Nov 21, 2025
1e513ad
feat: Add configurable stuck/loop detection (#11799)
neubig Nov 21, 2025
3504ca7
feat: add Azure DevOps integration support (#11243)
zerofltexx Nov 22, 2025
b830d1c
fix(frontend): hide api key field for openhands provider and auto-pop…
hieptl Nov 24, 2025
639de81
feat(frontend): add blue border to Planning Agent events (#11788)
hieptl Nov 24, 2025
7782f2a
Fix links in readme (#11802)
enyst Nov 24, 2025
f6e4d00
fix: prevent newline accumulation in XML parameter serialization (#11…
aoi127 Nov 25, 2025
9cc8687
fix: handle None return from version_info.get('Components') in docker…
mamoodi Nov 25, 2025
c58e215
feat(frontend): display skill ready for v1 conversations (#11815)
hieptl Nov 25, 2025
b532a5e
fix(backend): github token not working for v1 conversations (#11814)
hieptl Nov 25, 2025
d737141
SDK Fixes (#11813)
tofarr Nov 26, 2025
5ef45cf
refactor(frontend): support TerminalObservation event (#11819)
hieptl Nov 26, 2025
2e29507
fix(frontend): fileeditorobservationevent rendering issue (#11820)
hieptl Nov 26, 2025
3219834
fix(frontend): resolve issue preventing cost from displaying (V1) (#1…
hieptl Nov 26, 2025
865ddaa
fix(backend): unable to start a new V0 conversation (#11824)
hieptl Nov 26, 2025
0148843
fix(frontend): Remove azure devops integration button from cloud sett…
hieptl Nov 26, 2025
9906a1d
V1: Support v1 conversations in github resolver (#11773)
malhotra5 Nov 26, 2025
4962421
fix(migration): add server_default to v1_enabled column migration (#1…
malhotra5 Nov 26, 2025
ed094b6
Fix v1_enabled migration failures by making column nullable (#11829)
malhotra5 Nov 26, 2025
974bcdf
SWE-fficiency benchmark implementation (#11716)
18jeffreyma Nov 27, 2025
d0b1d29
fix(backend): the SaaS codebase is currently non-functional. (#11834)
hieptl Nov 28, 2025
156d068
fix(frontend): the content of the BrowserObservation event is not bei…
hieptl Nov 28, 2025
d62bb81
feat(backend): implement API to fetch contents of PLAN.md (#11795)
hieptl Nov 30, 2025
6d8cca4
fix: add Azure GPT-5 family to stop words unsupported patterns (#11842)
vinisdl Dec 1, 2025
991f1a2
feat(llm): added Claude Opus 4.5 model and corresponding test (#11841)
adshrc Dec 1, 2025
2759049
chore: update posthog-js from 1.290.0 to 1.298.1 (#11830)
raymyers Dec 1, 2025
e7e49c9
fix(frontend): AppConversationStartTask timezone display in ui (#11847)
hieptl Dec 1, 2025
d9731b6
feat(frontend): show plan content in the planning tab (#11807)
hieptl Dec 1, 2025
96f13b1
Revert "chore(backend): Add better PostHog tracking" (#11749)
amanape Dec 1, 2025
6c821ab
fix(frontend): the content of the FinishObservation event is not bein…
hieptl Dec 1, 2025
6c2862a
feat(frontend): add handler for 'create a plan' button click (#11806)
hieptl Dec 1, 2025
33eec7c
feat(frontend): automatically scroll to bottom of container on plan c…
hieptl Dec 1, 2025
fd6e0ca
Fix V1 MCP services (Fix tavily search) (#11840)
tofarr Dec 1, 2025
8f361b3
Fix git checkout error in workspace setup (#11855)
tofarr Dec 1, 2025
1a3460b
fix(frontend): image attachments not working in v1 conversations (#11…
hieptl Dec 2, 2025
1f93503
refactor(frontend): hide agent dropdown when v1 is enabled (#11860)
hieptl Dec 2, 2025
f76ac24
fix(backend): conversation statistics are currently not being persist…
hieptl Dec 2, 2025
6139e39
fix(backend): git settings not applying in v1 conversations (#11866)
hieptl Dec 2, 2025
fd13c91
fix(backend): apply user-defined condenser_max_size in new v1 convers…
hieptl Dec 2, 2025
72555e0
APP-193: add X-Access-Token header support to get_api_key_from_header…
tofarr Dec 3, 2025
eaea8b3
fix(frontend): buying credits does not work on staging (#11873)
hieptl Dec 3, 2025
14695a8
refactor/bugfix: simplify hasOpenHandsSuffix with provider lookup for…
vinisdl Dec 3, 2025
cd9a3b0
feat(frontend): display command in observation block in ui (#11884)
hieptl Dec 3, 2025
97e6cb1
chore(frontend): isolate MINOR dependency bumps from #11869 (#11888)
amanape Dec 3, 2025
816d8ac
chore(frontend): isolate PATCH dependency bumps from #11869 (#11890)
amanape Dec 3, 2025
8f91db8
Replace USE_V1_CONVERSATION_API feature flag with user setting (#11893)
tofarr Dec 3, 2025
d0496fe
chore: update sdk to latest version (#11897)
hieptl Dec 3, 2025
6ec477d
fix: enable terminal scrollback to view command history (#11883)
nehaaprasad Dec 4, 2025
0a98f16
chore(frontend): isolate MAJOR dependency bumps from #11869 (#11887)
amanape Dec 4, 2025
3a9aa90
Bumped SDK to V1.4.1 (#11903)
tofarr Dec 4, 2025
59ca8bd
refactor: derive deterministic key id from secret itself (#11905)
hieptl Dec 4, 2025
1d9cf72
JPMC Modifications (#11882)
chuckbutkus Dec 5, 2025
e1b2838
fix: conversation tab state sync across browser tabs (#11680)
nehaaprasad Dec 5, 2025
17821f7
feat: display command in observation block (#11885)
nehaaprasad Dec 5, 2025
4344f5a
chore(deps): bump the version-all group across 1 directory with 9 upd…
dependabot[bot] Dec 5, 2025
7811a62
refactor(frontend): remove max_budget_per_task input element for v1 (…
hieptl Dec 5, 2025
72c7d9c
APP-216 Support multiple git providers in conversation secrets (#11908)
tofarr Dec 5, 2025
d7b36c9
fix: switching from own model to breaks functionality (#11916)
hieptl Dec 6, 2025
1a983d2
APP-190 Add browser screenshot support for V1 conversations (#11919)
tofarr Dec 6, 2025
584517e
docs: fix broken architecture diagram link in openhands/README.md (#1…
Chesars Dec 7, 2025
ed7adb3
GitHub V1 Callbacks not trigger by v1 enabled flag (#11923)
malhotra5 Dec 8, 2025
99130f0
Adding Bedrock sonnet 4 models compatibility
TuringND Nov 25, 2025
2eeb1a9
Adding global model support for anthropic
TuringND Nov 26, 2025
c4ca5f4
Dropping invalid combination of parameters
TuringND Nov 12, 2025
326212a
Adding Bedrock sonnet 4 models compatibility
TuringND Nov 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 0 additions & 13 deletions .github/scripts/update_pr_description.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ DOCKER_RUN_COMMAND="docker run -it --rm \
--name openhands-app-${SHORT_SHA} \
docker.openhands.dev/openhands/openhands:${SHORT_SHA}"

# Define the uvx command
UVX_RUN_COMMAND="uvx --python 3.12 --from git+https://github.com/OpenHands/OpenHands@${BRANCH_NAME}#subdirectory=openhands-cli openhands"

# Get the current PR body
PR_BODY=$(gh pr view "$PR_NUMBER" --json body --jq .body)

Expand All @@ -37,11 +34,6 @@ GUI with Docker:
\`\`\`
${DOCKER_RUN_COMMAND}
\`\`\`

CLI with uvx:
\`\`\`
${UVX_RUN_COMMAND}
\`\`\`
EOF
)
else
Expand All @@ -57,11 +49,6 @@ GUI with Docker:
\`\`\`
${DOCKER_RUN_COMMAND}
\`\`\`

CLI with uvx:
\`\`\`
${UVX_RUN_COMMAND}
\`\`\`
EOF
)
fi
Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/clean-up.yml

This file was deleted.

122 changes: 0 additions & 122 deletions .github/workflows/cli-build-binary-and-optionally-release.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/dispatch-to-docs.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,3 @@ jobs:
- name: Run pre-commit hooks
working-directory: ./enterprise
run: pre-commit run --all-files --show-diff-on-failure --config ./dev_config/python/.pre-commit-config.yaml

lint-cli-python:
name: Lint CLI python
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up python
uses: useblacksmith/setup-python@v6
with:
python-version: 3.12
cache: "pip"
- name: Install pre-commit
run: pip install pre-commit==4.2.0
- name: Run pre-commit hooks
working-directory: ./openhands-cli
run: pre-commit run --all-files --config ./dev_config/python/.pre-commit-config.yaml
70 changes: 0 additions & 70 deletions .github/workflows/mdx-lint.yml

This file was deleted.

Loading