Tim O'Farrell
|
6f21b6700a
|
Fix for issues where callbacks are not batched (#10235)
|
2025-08-11 15:44:48 -06:00 |
|
bojackli
|
f62ed911d2
|
Fix: Resolve cross-platform path splitting bug in search (#9732)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-07-22 18:09:50 +02:00 |
|
Graham Neubig
|
4f5e146783
|
Better translation of "let's start building" in Japanese (#9310)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-06-23 20:15:42 +00:00 |
|
Mizote Hikaru
|
a156d5d243
|
fix: create metadata.json when joining conversation if it doesn't exist (#8986)
|
2025-06-23 15:05:26 -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 |
|
OpenHands
|
6c34e5850b
|
Fix issue #8419: Document get_impl and import_from (#8420)
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-06-04 01:23:53 +00:00 |
|
tofarr
|
cc881a6bcb
|
Added Webhooks to event store (#8763)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-29 07:39:08 -06:00 |
|
Robert Brennan
|
205f0234e8
|
Rename Conversation to ServerConversation and AppConfig to OpenHandsConfig (#8754)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-28 21:48:34 +02:00 |
|
Robert Brennan
|
1b57fd4d1e
|
Remove github_user_id in favor of user_id (#8406)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-14 10:17:35 -04:00 |
|
Robert Brennan
|
e9905115c4
|
Allow websocket connection to pass in Authorization header to conversation validator (#8405)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-11 16:27:02 -04:00 |
|
tofarr
|
c5245a622d
|
Refactor Authentication (#8040)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: rohitvinodmalhotra@gmail.com <rohitvinodmalhotra@gmail.com>
|
2025-04-24 18:49:41 -06:00 |
|
Duc Pham
|
35d49f6941
|
feat (backend): Add support for MCP servers natively via CodeActAgent (#7637)
Co-authored-by: trungbach <trunga2k29@gmail.com>
Co-authored-by: quangdz1704 <Ntq.1704@gmail.com>
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
|
2025-04-10 01:59:13 +00:00 |
|
Graham Neubig
|
a899f80ee9
|
Fix mypy errors in storage directory (#7692)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-04-03 19:01:43 +00:00 |
|
tofarr
|
6ae2984580
|
Fix for circular import on ConversationValidator (#7583)
|
2025-03-31 11:09:10 -06:00 |
|
Graham Neubig
|
036fa5dccf
|
Add type hints to storage directory (#7110)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-03-25 08:01:04 -07:00 |
|
chuckbutkus
|
1a755c3fdb
|
Fix reading of old conversations (#7309)
|
2025-03-17 15:08:48 -04:00 |
|
chuckbutkus
|
8074b261d3
|
Move current user_id to github_user_id and create a new user_id field (#7231)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com>
|
2025-03-16 16:32:27 -04:00 |
|
Engel Nyst
|
cc45f5d9c3
|
Add RecallActions and observations for retrieval of prompt extensions (#6909)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Calvin Smith <email@cjsmith.io>
|
2025-03-15 21:48:37 +01:00 |
|
Robert Brennan
|
366fd7ab8a
|
Improve agent loop tracking and make concurrent limit configurable (#6945)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Tim O'Farrell <tofarr@gmail.com>
|
2025-03-07 09:19:50 -07:00 |
|
chuckbutkus
|
17644fedd7
|
Keycloak changes (#6986)
|
2025-02-28 15:29:15 -05:00 |
|
Graham Neubig
|
cb72a06ca3
|
Fix mypy errors in storage directory (#6809)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-02-19 10:52:49 +00:00 |
|
tofarr
|
b19a33ccad
|
Fix: Filtering conversations with no created at (#6414)
|
2025-01-23 15:09:57 -07:00 |
|
tofarr
|
eff9e07272
|
Fix for issue with user id (#6320)
|
2025-01-16 20:33:36 +00:00 |
|
tofarr
|
e21cbf67ee
|
Feat: User id should be a str (Because it will probably be a UUID) (#6251)
|
2025-01-14 12:39:51 -07:00 |
|
Robert Brennan
|
4da812c781
|
Better handling of stack traces and exc_info (#6253)
|
2025-01-14 10:22:39 -05:00 |
|
tofarr
|
5a809c9b53
|
Feature: User id propagation (#6233)
|
2025-01-13 18:10:45 +00:00 |
|
tofarr
|
eaf4c610b2
|
Fix for delete conversation (#6097)
|
2025-01-07 08:25:45 -07:00 |
|
Robert Brennan
|
343b86429e
|
Retrieve GitHub IDs more efficiently (#6074)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-01-06 19:22:52 +00:00 |
|
tofarr
|
e310f6b776
|
Feature - sort conversations by created at (#6079)
|
2025-01-06 09:07:53 -07:00 |
|
tofarr
|
a6d392322a
|
Fix conversation sorting and pagination (#6014)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-01-03 19:35:20 +00:00 |
|
tofarr
|
50f821f9b9
|
Feat conversations CRUDS API (#5775)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-01-02 16:09:08 -07:00 |
|
Robert Brennan
|
f846b31eb8
|
Remove TaskAction functionality (#5959)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-01-02 15:11:45 +00:00 |
|
tofarr
|
d7a3ec69d9
|
Refactor to make FileConversationStore more extendable (#5922)
|
2024-12-30 11:51:56 -07:00 |
|
tofarr
|
4dd40049ab
|
Refactor ConversationStore to follow SettingsStore pattern (#5881)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2024-12-30 09:05:04 -07:00 |
|
Robert Brennan
|
d646b2089d
|
Fix several async lockups (#5734)
|
2024-12-21 19:07:31 +00:00 |
|
Robert Brennan
|
73c38f1163
|
refactor: move session initialization from WebSocket to REST API (#5493)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
|
2024-12-20 15:50:09 +00:00 |
|