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 |
|
Hiep Le
|
d7b36c9579
|
fix: switching from own model to breaks functionality (#11916)
|
2025-12-06 11:21:18 +07:00 |
|
Tim O'Farrell
|
fd6e0cab3f
|
Fix V1 MCP services (Fix tavily search) (#11840)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-12-01 21:19:19 +00:00 |
|
Hiep Le
|
d62bb81c3b
|
feat(backend): implement API to fetch contents of PLAN.md (#11795)
|
2025-11-30 13:29:13 +07:00 |
|
Hiep Le
|
865ddaabdf
|
fix(backend): unable to start a new V0 conversation (#11824)
|
2025-11-26 23:49:52 +07:00 |
|
Tim O'Farrell
|
d737141efa
|
SDK Fixes (#11813)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-11-26 10:44:17 +00:00 |
|
Tim O'Farrell
|
ba883ffeca
|
Feat sandbox skills (#11785)
|
2025-11-20 10:52:13 +00:00 |
|
Hiep Le
|
b43f7439a7
|
feat(backend): enable deletion of sub-conversations when removing a parent conversation (#11757)
|
2025-11-18 17:53:04 +07:00 |
|
Hiep Le
|
833aae1833
|
feat(backend): exclude sub-conversations when searching for conversations (#11733)
|
2025-11-15 00:21:27 +07:00 |
|
Tim O'Farrell
|
2841e35f24
|
Do not get live status updates when they are not required (#11727)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-11-14 07:55:43 -07:00 |
|
Hiep Le
|
bc86796a67
|
feat(backend): enable sub-conversation creation using a different agent (#11715)
|
2025-11-13 23:06:44 +07:00 |
|
Tim O'Farrell
|
d99c7827d8
|
More updates of agent_status to execution_status (#11642)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-11-05 19:19:34 +00:00 |
|
Hiep Le
|
fa431fb956
|
refactor(backend): update get_microagent_management_conversations API to support V1 (#11313)
Co-authored-by: Tim O'Farrell <tofarr@gmail.com>
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-11-04 17:44:44 +07:00 |
|
Hiep Le
|
8893f9364d
|
refactor: update delete_app_conversation to accept ID instead of object (#11486)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Tim O'Farrell <tofarr@gmail.com>
|
2025-11-03 13:26:33 -07:00 |
|
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 |
|
Hiep Le
|
f258eafa37
|
feat(backend): add support for updating the title in V1 conversations (#11446)
|
2025-10-22 13:36:56 +07:00 |
|
Alona
|
267528fa82
|
fix: refresh provider tokens proactively and update git URLs on resume (#11296)
|
2025-10-22 01:19:08 +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 |
|
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 |
|
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 |
|
Engel Nyst
|
634a7691a2
|
tests: reorganize unit tests into subdirectories mirroring source modules (#10484)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-08-19 01:11:07 +02:00 |
|
Engel Nyst
|
315d391414
|
Revert "tests: reorganize unit tests into subdirectories mirroring source modules" (#10437)
|
2025-08-17 00:33:17 +00:00 |
|
Engel Nyst
|
f866da6bf2
|
tests: reorganize unit tests into subdirectories mirroring source modules (#10427)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-08-16 19:13:50 +02:00 |
|