Tim O'Farrell
|
d591b140c8
|
feat: Add configurable sandbox reuse with grouping strategies (#11922)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-16 05:19:31 -06:00 |
|
Rohit Malhotra
|
4dfcd68153
|
(Hotfix): followup messages for slack conversations (#13411)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-15 14:23:06 -04:00 |
|
aivong-openhands
|
f7ca32126f
|
Fix CVE-2026-32597: Update pyjwt to 2.12.0 (#13405)
Co-authored-by: OpenHands CVE Fix Bot <openhands@all-hands.dev>
|
2026-03-14 09:35:56 -05:00 |
|
John-Mason P. Shackelford
|
0c51089ab6
|
Upgrade the SDK to 1.14.0 (#13398)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-13 21:07:20 -04:00 |
|
chuckbutkus
|
b7e5c9d25b
|
Use a flag to indicate if new users should use V1 (#13393)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-13 22:39:07 +00:00 |
|
chuckbutkus
|
f5d0af15d9
|
Add default initial budget for teams/users (#13389)
Co-authored-by: OpenHands Bot <contact@all-hands.dev>
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-13 16:57:03 -04:00 |
|
chuckbutkus
|
922e3a2431
|
Add AwsSharedEventService for shared conversations (#13141)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-13 14:32:58 -04:00 |
|
Tim O'Farrell
|
8e6d05fc3a
|
Add sandbox_id__eq filter parameter to search/count conversation methods (#13385)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-13 15:30:16 +00:00 |
|
Tim O'Farrell
|
c1328f512d
|
Upgrade the SDK to 1.13.0 (#13365)
|
2026-03-12 13:28:19 -06:00 |
|
aivong-openhands
|
127e611706
|
Fix GHSA-78cv-mqj4-43f7: Update tornado to 6.5.5 (#13362)
Co-authored-by: OpenHands CVE Fix Bot <openhands@all-hands.dev>
|
2026-03-12 13:22:39 -05:00 |
|
Hiep Le
|
a176a135da
|
fix: sdk conversations not appearing in cloud ui (#13296)
|
2026-03-12 22:23:08 +07:00 |
|
dependabot[bot]
|
7e66304746
|
chore(deps): bump pypdf from 6.7.5 to 6.8.0 (#13348)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-11 12:09:09 -05:00 |
|
Graham Neubig
|
a8b12e8eb8
|
Remove Common Room sync scripts (#13347)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-11 10:48:37 -04:00 |
|
Tim O'Farrell
|
db40eb1e94
|
Using the web_url where it is configured rather than the request.url (#13319)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-10 13:11:33 -06:00 |
|
Hiep Le
|
debbaae385
|
fix(backend): inherit organization llm settings for new members (#13330)
|
2026-03-11 01:28:46 +07:00 |
|
Hiep Le
|
bc72b38d6e
|
fix(backend): propagate LLM settings to all org members when admin saves settings (#13326)
|
2026-03-10 22:52:01 +07:00 |
|
Rohit Malhotra
|
e12dd924ce
|
feat(slack): implement repo selection with external_select for pagination (#13273)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-09 16:04:49 -04:00 |
|
Tim O'Farrell
|
c8fe39b176
|
Upgrading SDK to 1.12.0 (#13248)
|
2026-03-09 21:06:12 +07:00 |
|
Ray Myers
|
8c46df6b59
|
fix: asyncpg, device key timestamp without timezone, error reporting (#13301)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-08 12:56:59 -05:00 |
|
Tim O'Farrell
|
3ec999e88a
|
Fix LiteLLM key management and user migration SQL queries (#13279)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-06 21:48:19 -07:00 |
|
Jamie Chicago
|
d1c2185d99
|
[fix] update welcome email to new cloud sign ups (#13254)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-06 15:24:55 -06:00 |
|
Joe Laverty
|
ede203add3
|
feat(enterprise): Bitbucket Data Center Integration (#13228)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-06 10:49:20 -06:00 |
|
Tim O'Farrell
|
6186685ebc
|
Refactor user authorization: Replace domain blocklist with flexible whitelist/blacklist pattern matching (#13207)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-06 09:10:59 -07:00 |
|
Rohit Malhotra
|
6c394cc415
|
Add rate limiting to verification emails during OAuth flow (#13255)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-05 19:10:25 -05:00 |
|
Rohit Malhotra
|
4c380e5a58
|
feat: Add timeout handling for Slack repo query (#13249)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-06 00:02:04 +00:00 |
|
aivong-openhands
|
42b0a89366
|
Fix CVE-2026-28802: Update authlib to 1.6.7 (#13229)
Co-authored-by: OpenHands CVE Fix Bot <openhands@all-hands.dev>
|
2026-03-05 08:56:47 -06:00 |
|
Rohit Malhotra
|
bf769d1744
|
Handle deleted GitHub issues (410 error) gracefully (#13217)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 15:50:37 -05:00 |
|
Tim O'Farrell
|
15e9435b35
|
Remove ExperimentManager concept from codebase (#13215)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 13:41:18 -07:00 |
|
Rohit Malhotra
|
3e15b849a3
|
Downgrade solvability disabled log from warning to info (#13216)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 15:26:21 -05:00 |
|
Rohit Malhotra
|
c32934ed2f
|
Improve budget exceeded error handling in V1 callback processors (#13219)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 15:25:46 -05:00 |
|
Hiep Le
|
eeac9f14a3
|
fix(backend): allow deleting an organization after recent changes (#13200)
|
2026-03-05 01:52:33 +07:00 |
|
Rohit Malhotra
|
039e208167
|
Fix enterprise mypy type checking to catch type mismatches (#13140)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 13:43:46 -05:00 |
|
Rohit Malhotra
|
6e9e906946
|
Remove dead test code for non-existent update_common_room_signal function (#13211)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 13:20:25 -05:00 |
|
Rohit Malhotra
|
30245dedef
|
Fix mypy type errors in enterprise/integrations/github/github_manager.py (#13208)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 13:19:48 -05:00 |
|
Rohit Malhotra
|
3bf019b045
|
Fix mypy type errors in enterprise/server/auth and clustered_conversation_manager (#13210)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 18:19:01 +00:00 |
|
Rohit Malhotra
|
ab02c73c7c
|
Fix mypy type errors in enterprise/storage/ (#13204)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 13:17:21 -05:00 |
|
Rohit Malhotra
|
b8db9ecd53
|
Fix mypy type errors in enterprise GitLab integration (#13205)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 16:13:16 +00:00 |
|
Rohit Malhotra
|
b86b2f16af
|
Fix mypy type errors in enterprise/server/routes/billing.py and api_keys.py (#13196)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 11:06:26 -05:00 |
|
Engel Nyst
|
f01c8dd955
|
V1 resolver: move PR/issue context into initial user message (#12983)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 10:21:08 -05:00 |
|
Rohit Malhotra
|
baae3780e5
|
Fix mypy type errors in enterprise/integrations/github/ (#13191)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 10:04:36 -05:00 |
|
Rohit Malhotra
|
1fb28604e6
|
Fix mypy type errors in server/services and storage/org_service (#13190)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-04 10:04:27 -05:00 |
|
Tim O'Farrell
|
8dac1095d7
|
Refactor user_store.py to use async database sessions (#13187)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-03 17:51:53 -07:00 |
|
Rohit Malhotra
|
222e8bd03d
|
Fix linear-related mypy type errors and make Manager.start_job async (#13189)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-03 19:00:53 -05:00 |
|
aivong-openhands
|
0ae9128ed7
|
Fix CVE-2025-69223: Update aiohttp to 3.13.3 (#13008)
Co-authored-by: OpenHands CVE Fix Bot <openhands@all-hands.dev>
|
2026-03-03 17:43:05 -06:00 |
|
Tim O'Farrell
|
4fc5351ed7
|
Refactor openhands_pr_store.py to use async db sessions (#13186)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-03 16:38:41 -07:00 |
|
Rohit Malhotra
|
a1271dc129
|
Fix mypy type errors in token_manager.py and auth_token_store.py (#13179)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: OpenHands Bot <contact@all-hands.dev>
|
2026-03-03 23:37:38 +00:00 |
|
Tim O'Farrell
|
45b970c0dd
|
Refactor RoleStore to fully async (#13184)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-03 16:01:20 -07:00 |
|
Rohit Malhotra
|
4688741324
|
Fix Slack integration mypy type errors (#13177)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-03 17:44:20 -05:00 |
|
Rohit Malhotra
|
79a0cee7d9
|
Fix mypy type errors in Jira integration (#13181)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-03 17:43:44 -05:00 |
|
Tim O'Farrell
|
2f11f6a39a
|
refactor(enterprise): Convert OrgMemberStore to fully async (#13173)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2026-03-03 20:26:07 +00:00 |
|