Rohit Malhotra
|
eb616dfae4
|
Refactor: rename user secrets table to custom secrets (#11525)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-10-27 16:58:07 +00:00 |
|
Tim O'Farrell
|
4b303ec9b4
|
Fixes to unblock frontend (#11488)
Co-authored-by: Ray Myers <ray.myers@gmail.com>
|
2025-10-23 14:43:45 -06:00 |
|
Hiep Le
|
e2d990f3a0
|
feat(backend): implement get_remote_runtime_config support for V1 conversations (#11466)
|
2025-10-22 15:38:25 +07:00 |
|
Hiep Le
|
f258eafa37
|
feat(backend): add support for updating the title in V1 conversations (#11446)
|
2025-10-22 13:36:56 +07:00 |
|
Hiep Le
|
58d67a2480
|
fix(backend): repository search is not working in the production environment (#11386)
|
2025-10-15 23:24:27 +07:00 |
|
Tim O'Farrell
|
f292f3a84d
|
V1 Integration (#11183)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-10-14 02:16:44 +00:00 |
|
Robert Brennan
|
df4d30addf
|
Add POST /api/conversations/{id}/message endpoint (#11177)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-10-01 15:35:29 -04:00 |
|
Alona
|
d099c21f5d
|
fix: add provider tokens to resume conversation endpoint (#11155)
|
2025-10-01 05:20:48 +07:00 |
|
sp.wack
|
729c181313
|
Revert "fix(backend): Add validation for LLM settings to prevent non-pro user bypass" (#11192)
|
2025-09-30 17:54:33 +00:00 |
|
Robert Brennan
|
d4e94b32e1
|
Remove missing user message check for REMOTE_API_KEY (#11164)
|
2025-09-29 08:57:04 +08:00 |
|
sp.wack
|
ef12adc107
|
fix(backend): Add validation for LLM settings to prevent non-pro user bypass (#11113)
|
2025-09-26 16:10:09 +04:00 |
|
骆艺轩
|
ecfbae2285
|
refactor: Tweak labels prompt (#10523) (#10757)
|
2025-09-06 03:17:44 +02:00 |
|
Tim O'Farrell
|
aca568cfbe
|
More Type Safety (#10848)
|
2025-09-05 11:34:43 -06:00 |
|
Rohit Malhotra
|
edc95141f7
|
Implement branch pagination for repository selection and improve UI async dropdown behaviour (#10588)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: amanape <83104063+amanape@users.noreply.github.com>
|
2025-08-29 03:38:42 +00:00 |
|
Hiep Le
|
5b35203253
|
refactor: remove branch dropdown, update title, fix pr_number issue (microagent management) (#10691)
|
2025-08-29 00:24:48 +04:00 |
|
Hiep Le
|
57aa7d5c12
|
feat: hide conversations after PR closure or merge (microagent management) (#10600)
|
2025-08-27 16:32:04 +07:00 |
|
Tim O'Farrell
|
bb6cf5a816
|
Refactor authentication error handling with global FastAPI exception handler (#10403)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-08-25 07:54:30 -06:00 |
|
sp.wack
|
0297b3da18
|
Fix conversation ID validation to return 400 instead of 500 for long IDs (#10496)
|
2025-08-19 18:03:05 +04:00 |
|
Rohit Malhotra
|
25d9cf2890
|
[Refactor]: Add LLMRegistry for llm services (#9589)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Graham Neubig <neubig@gmail.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-08-18 02:11:20 -04:00 |
|
Engel Nyst
|
8401641f7e
|
Docs + Code: rename ‘convo’ to ‘conversation’ across codebase and docs (#10447)
|
2025-08-18 04:35:02 +02:00 |
|
Xingyao Wang
|
d256348a46
|
refactor(git): principled way to set git configuration for agents & re-enable git settings in UI (#10293)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-08-13 20:45:15 +00:00 |
|
Xingyao Wang
|
c2f46200c0
|
chore(lint): Apply comprehensive linting and formatting fixes (#10287)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-08-13 21:13:19 +02:00 |
|
Rohit Malhotra
|
368a0248e3
|
Modify experiment manager defaults for nested runtimes (#10269)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-08-13 14:41:28 -04:00 |
|
Tim O'Farrell
|
18f8661770
|
feat: add mcp_shttp_servers override to conversation initialization (#10171)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-08-08 18:05:44 +00:00 |
|
sp.wack
|
9b0a5da839
|
Use EventStore directly in remember prompt; merge client services (#10143)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-08-08 18:03:03 +04:00 |
|
Rohit Malhotra
|
3f327a940f
|
Paginate repo list from providers (#9826)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: amanape <83104063+amanape@users.noreply.github.com>
Co-authored-by: Hiep Le <69354317+hieptl@users.noreply.github.com>
|
2025-08-06 13:03:46 -04:00 |
|
Hiep Le
|
10ae481b91
|
refactor: improve the get microagents API (#9958)
Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com>
|
2025-07-31 00:33:02 -04:00 |
|
Tim O'Farrell
|
06ad5e30c9
|
feat: Optimize git change detection with performance improvement and multi-repository support (#9870)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-07-24 19:44:25 -06:00 |
|
Hiep Le
|
d567d22748
|
feat: Handle Click Events for Microagents and Conversations on the Microagent Management Page. (#9853)
|
2025-07-22 22:01:49 +04:00 |
|
Tim O'Farrell
|
e045b757fa
|
Moved monitoring of last_execution_time to system_stats (#9851)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-07-22 11:32:59 -06:00 |
|
Hiep Le
|
38ffc85470
|
feat(frontend): Integrate with the API to add a new microagent. (#9821)
|
2025-07-22 16:57:05 +00:00 |
|
Hiep Le
|
dc41e0e90c
|
feat(backend): Develop an API to fetch conversations by repository and conversation_trigger. (#9764)
|
2025-07-18 15:44:24 +00:00 |
|
Hiep Le
|
67edc66da7
|
feat(backend): Support CreateMicroagent in the “Create New Conversation” API (#9765)
|
2025-07-18 01:31:09 -04:00 |
|
Hiep Le
|
eecc00fa4a
|
feat(backend): API to get the microagents for the selected repository. (#9749)
|
2025-07-17 21:00:45 +04:00 |
|
Tim O'Farrell
|
95ccec82d9
|
refactor: make /events endpoint lightweight without requiring active conversation (#9685)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-07-13 17:14:15 -06:00 |
|
Hiep Le
|
6d57eeb3ed
|
feat: Allow the users to edit the conversation's title. (#9648)
|
2025-07-11 21:46:51 +04:00 |
|
Tim O'Farrell
|
cf276b2e96
|
All Runtime Status Codes should be in the RuntimeStatus enum (#9601)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-07-09 15:34:46 -06:00 |
|
Robert Brennan
|
8af1f1cac9
|
Add labels support to PR and MR creation tools (#9402)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-07-04 09:55:54 +02:00 |
|
Tim O'Farrell
|
ece556c047
|
Fix issue where coro was not awaited (#9536)
|
2025-07-03 13:32:51 -06:00 |
|
Tim O'Farrell
|
55a09785ce
|
Fix for issue where wrong method was called (#9532)
|
2025-07-03 11:46:48 -06:00 |
|
Ray Myers
|
94fe052561
|
chore - Add pydantic lib to type checking (#9086)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-06-26 18:31:41 +00:00 |
|
Rohit Malhotra
|
5c8bdd364e
|
[Feat]: BitBucket integration for Cloud OpenHands (#9225)
Co-authored-by: chuckbutkus <chuck@all-hands.dev>
|
2025-06-24 15:40:58 -04:00 |
|
Graham Neubig
|
7b0f880860
|
Fix Pydantic class-based config deprecation warnings (#9279)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-06-23 13:10:38 -06:00 |
|
Rohit Malhotra
|
bba62c26fd
|
Make sandbox api key configurable via user settings (#8803)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-06-23 11:25:10 -04:00 |
|
Rohit Malhotra
|
ee64a6662a
|
(Hotfix): tokens go stale for restarted convos in cloud openhands (#9111)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-06-20 12:16:42 -04:00 |
|
Xingyao Wang
|
cc2f96c6c4
|
Fix search_events signature mismatches after get_events replacement (#9238)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-06-19 17:57:44 +02:00 |
|
Mislav Lukach
|
a9f26a13a6
|
feat(chat): support file upload (#8945)
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
|
2025-06-18 20:13:07 +04:00 |
|
Graham Neubig
|
e074b2d36f
|
Add Bitbucket microagent and backend implementation (#9021)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com>
|
2025-06-18 00:04:29 -04:00 |
|
Graham Neubig
|
2d2ccf1329
|
Fix conversation URL format in pull request links (#9143)
|
2025-06-15 15:41:08 -04:00 |
|
Graham Neubig
|
0c307ea12e
|
Lint all files in the repo (#9131)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-06-14 16:25:59 +00:00 |
|