MkDev11
4fa2ad0f47
fix: add exponential backoff retry for env var export when bash session is busy ( #12748 )
...
Co-authored-by: mkdev11 <MkDev11@users.noreply.github.com >
2026-02-06 05:07:17 -07:00
Hiep Le
ee2885eb0b
feat: store plan.md file in appropriate configuration folders ( #12713 )
2026-02-06 16:09:39 +07:00
Tim O'Farrell
545257f870
Refactor: Add LLM provider utilities and improve API base URL detection ( #12766 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-02-05 14:22:32 -07:00
sp.wack
a9ede73391
fix(backend): resolve missing email and display name for user identity tracking ( #12719 )
2026-02-05 16:50:33 +00:00
chuckbutkus
634c2439b4
Fix key gen again ( #12752 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-02-05 11:45:10 -05:00
Tim O'Farrell
07eb791735
Remove flaky test_bash_session.py ( #12739 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-02-04 11:55:22 -07:00
chuckbutkus
0e825c38d7
APP-443: Fix key generation ( #12726 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: tofarr <tofarr@gmail.com >
2026-02-03 17:50:40 +00:00
Tim O'Farrell
1bb4c844d4
Fix runtime status error on conversation resume ( #12718 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-02-02 21:04:45 +00:00
Tim O'Farrell
b088d4857e
Improve batch_get_app_conversations UUID handling ( #12711 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-02-02 07:25:07 -07:00
Graham Neubig
afa0417608
Remove evaluation directory and benchmarking dependencies ( #12666 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-02-01 11:39:29 -08:00
Tim O'Farrell
0b8c69fad2
Fix for issue where stats are not updated for conversations ( #12688 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-30 08:12:38 -07:00
MkDev11
c483c80a3c
feat: add host network support for V1 DockerSandboxService ( #12445 )
...
Co-authored-by: mkdev11 <MkDev11@users.noreply.github.com >
Co-authored-by: hieptl <hieptl.developer@gmail.com >
2026-01-28 09:55:38 -07:00
John-Mason P. Shackelford
b6ce45b474
feat(app_server): start conversations with remote plugins via REST API ( #12338 )
...
- Add `PluginSpec` model with plugin configuration parameters extending SDK's `PluginSource`
- Extend app-conversations API to accept plugins specification in `AppConversationStartRequest`
- Propagate plugin source, ref, and repo_path to agent server's `StartConversationRequest`
- Include plugin parameters in initial conversation message for agent context
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-27 16:26:38 -05:00
Hiep Le
52e39e5d12
fix(backend): unable to export conversation ( #12577 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-24 01:06:02 +07:00
Hiep Le
743f6256a6
feat(backend): load skills from agent server ( #12434 )
2026-01-22 20:20:50 +07:00
Tim O'Farrell
8ea4813936
fix: remove keycloak_auth cookie requirement for webhook secrets endpoint ( #12525 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-21 09:17:19 -07:00
Graham Neubig
b3137e7ae8
fix: remove frozen=True from Field() to fix Pydantic warning ( #12518 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-21 08:50:49 -05:00
Hiep Le
275bb689e4
fix(backend): sub-conversations can no longer be linked to parent conversations due to recent v1 changes ( #12505 )
2026-01-20 23:59:30 +07:00
Tim O'Farrell
9fd4e42438
Add CORS origins support to Docker sandbox service for remote browser access ( #12489 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-18 08:02:29 -07:00
chuckbutkus
d5e66b4f3a
SAAS: Introducing orgs (phase 1) ( #11265 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: rohitvinodmalhotra@gmail.com <rohitvinodmalhotra@gmail.com >
Co-authored-by: Hiep Le <69354317+hieptl@users.noreply.github.com >
Co-authored-by: Tim O'Farrell <tofarr@gmail.com >
2026-01-15 22:03:31 -05:00
Graham Neubig
f5315887ec
Fix: Reduce log noise for optional org-level .openhands repositories ( #12456 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-15 23:27:34 +00:00
Graham Neubig
9af3ee8298
fix: Add WORKER_1 and WORKER_2 env vars to remote sandbox service ( #12424 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-15 08:53:04 -05:00
Tim O'Farrell
13762eba7c
Add optional sandbox_id parameter to start_sandbox method ( #12382 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-12 15:43:24 -07:00
Tim O'Farrell
849ae13118
Fix regression in EventService search ( #12342 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-09 10:00:35 -07:00
Sarvatarshan Sankar
a40f7bda21
Fix: Prevent Search API Key from resetting when saving other settings ( #12243 )
...
Co-authored-by: Sarvatarshan Sankar <sarvatarshansankar20@Sarvatarshans-MacBook-Air.local >
2026-01-08 19:30:06 +04:00
Tim O'Farrell
c97e7082f7
Making sure verify_repo_provider is_optional so log is debug not error ( #12302 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-08 05:15:00 +00:00
Tim O'Farrell
bbdedf8641
Fix unbound variable and read_text() bugs in event services ( #12297 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-07 22:07:23 +00:00
Engel Nyst
08df955ba7
Clarify OpenHands naming (replace “OSS” wording in docs and backend) ( #12235 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-07 07:24:27 +01:00
Xingyao Wang
af5c22700c
Bump condenser defaults: max_size 120->240 ( #12267 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-07 05:43:23 +08:00
Rohit Malhotra
9686ee02f3
V1 GitHub resolver fixes ( #12199 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-06 19:33:54 +00:00
Xingyao Wang
a8098505c2
Add litellm_extra_body metadata for V1 conversations ( #12266 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-06 03:27:06 +08:00
shanemort1982
5bd8695ab8
feat: Add configurable sandbox host_port and container_url_pattern for remote access ( #12255 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: Tim O'Farrell <tofarr@gmail.com >
2026-01-04 20:26:16 -07:00
Tim O'Farrell
8c73c87583
Add extra_hosts support to agent-server containers ( #12236 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-01-03 05:41:31 +00:00
Graham Neubig
b5758b1604
Update GithubIntegration to use auth=Auth.AppAuth() ( #12204 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2025-12-30 12:59:51 -05:00
Hiep Le
d3afbfa447
refactor(backend): add description field support for secrets (v1 conversations) ( #12080 )
2025-12-29 22:43:07 +07:00
Pedro Henrique
a3e85e2c2d
test: Add MC/DC tests for loop pattern detector (stuck_detector) ( #11600 )
...
Co-authored-by: Engel Nyst <engel.nyst@gmail.com >
Co-authored-by: openhands <openhands@all-hands.dev >
2025-12-29 14:15:15 +01:00
Engel Nyst
97654e6a5e
Configurable conda/mamba channel_alias for runtime builds ( #11516 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2025-12-29 00:40:57 +01:00
johba
f8e4b5562e
Forgejo integration ( #11111 )
...
Co-authored-by: johba <admin@noreply.localhost >
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: johba <johba@harb.eth >
Co-authored-by: enyst <engel.nyst@gmail.com >
Co-authored-by: Graham Neubig <neubig@gmail.com >
Co-authored-by: MrGeorgen <65063405+MrGeorgen@users.noreply.github.com >
Co-authored-by: MrGeorgen <moinl6162@gmail.com >
2025-12-27 15:57:31 -05:00
Tim O'Farrell
cb8c1fa263
ALL-4627 Database Fixes ( #12156 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2025-12-26 09:19:51 -07:00
Tim O'Farrell
09af93a02a
Agent server env override ( #12068 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: Engel Nyst <engel.nyst@gmail.com >
2025-12-25 03:55:06 +00:00
Tim O'Farrell
6d14ce420e
Implement Export feature for V1 conversations with comprehensive unit tests ( #12030 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: hieptl <hieptl.developer@gmail.com >
2025-12-24 17:50:57 +00:00
lif
36fe23aea3
fix(llm): retry LiteLLM bad gateway errors ( #12117 )
2025-12-24 06:37:12 -05:00
Tim O'Farrell
8d0e7a92b8
ALL-4636 Resolution for connection leaks ( #12144 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2025-12-23 19:02:56 +00:00
Graham Neubig
6605070d05
Fix fastmcp stateless_http deprecation warning ( #12108 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com >
2025-12-20 09:45:52 -05:00
Tim O'Farrell
0677cebb25
More efficiency ( #12112 )
2025-12-19 21:18:48 -07:00
Graham Neubig
305396550a
Fix flaky test_tool_call_validation_error_handling test ( #12110 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2025-12-19 19:39:53 -05:00
Tim O'Farrell
adff39507a
fix: eliminate N+1 performance bug in RemoteSandboxService with batch endpoint ( #12105 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2025-12-19 23:24:40 +00:00
Engel Nyst
ec9daf3bcc
Fix tool call validation error handling for Groq LLM provider ( #10927 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com >
2025-12-19 07:31:07 +01:00
Hiep Le
9ef11bf930
feat: show available skills for v1 conversations ( #12039 )
2025-12-17 23:25:10 +07:00
Nhan Nguyen
435e537693
fix: Prevent old instructions from being re-executed after conversation condensation ( #11982 )
2025-12-17 13:05:10 +01:00