Graham Neubig
|
b5dbf81179
|
Fix typing issues in openhands/llm directory (#8377)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-09 18:26:59 +00:00 |
|
Rohit Malhotra
|
b50831d06c
|
[Fix]: Check if existing store is None (#8398)
|
2025-05-09 18:13:59 +00:00 |
|
kotauchisunsun
|
46c735282a
|
Update Development.md to install pycls correctly. (#8382)
|
2025-05-09 18:24:18 +02:00 |
|
Xingyao Wang
|
507c02e518
|
Fix browser tab not showing the most recent screenshot (#8389)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-09 11:45:29 -04:00 |
|
Robert Brennan
|
29f3e028e5
|
Move custom scripts docs (#8386)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-09 10:34:03 -04:00 |
|
Xingyao Wang
|
f8faa28bb1
|
Fix issue #8369: Handle invalid arguments in model tool calls (#8370)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-05-09 22:11:05 +08:00 |
|
Xingyao Wang
|
b6c5a7e854
|
fix(runtime): e.response attribute errors when run into httpx.NetworkError (#8371)
|
2025-05-09 07:50:32 -04:00 |
|
Xingyao Wang
|
c805247574
|
fix(frontend): remove extra colon in token cost UI (#8379)
|
2025-05-09 19:15:04 +08:00 |
|
AutoLTX
|
3d68711ca3
|
Display context window usage status in UI (#8267)
|
2025-05-09 11:39:14 +08:00 |
|
Graham Neubig
|
7d356cad47
|
Add type annotations to CLI directory (#8291)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-09 01:25:02 +00:00 |
|
Graham Neubig
|
4c33b28dad
|
Add type annotations to remote runtime implementation (#8337)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-08 20:23:34 -04:00 |
|
Graham Neubig
|
9d4d56d3be
|
Add more extensive typing to server/routes files (#8336)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-08 20:23:10 -04:00 |
|
Graham Neubig
|
4ff43d1d99
|
Add claude-sonnet-latest to supported models lists (#8365)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-05-09 00:08:09 +00:00 |
|
Rohit Malhotra
|
6d1e1f75ae
|
[Feat]: Support self hosted gitlab + enterprise github (#8274)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: amanape <83104063+amanape@users.noreply.github.com>
|
2025-05-08 17:54:32 -04:00 |
|
Calvin Smith
|
c982bc6692
|
updating web read tool description to explain masking (#8294)
Co-authored-by: Calvin Smith <calvin@all-hands.dev>
|
2025-05-08 15:44:21 -06:00 |
|
rbrugaro
|
3606ca87d5
|
[bug] add list support in setting attributes from env variables (#8295)
|
2025-05-08 22:03:23 +02:00 |
|
Engel Nyst
|
05f3840ca5
|
Fix openhands-resolver.yml (#8356)
|
2025-05-08 22:00:55 +02:00 |
|
mamoodi
|
a87bb10bfc
|
Update documentation again (#8362)
|
2025-05-08 15:56:04 -04:00 |
|
Neeraj Panwar
|
b030594646
|
Fixing bug #8214 -ImportError During pip install --upgrade pip on Github Actions (#8229)
|
2025-05-08 18:07:52 +00:00 |
|
மனோஜ்குமார் பழனிச்சாமி
|
99a4717826
|
fix: retry if Connection Timed out (#8222)
|
2025-05-08 13:53:21 -04:00 |
|
Xingyao Wang
|
11f32d2465
|
fix(mcp): fix SSE MCP server connection & add tests (#8353)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-08 17:26:49 +00:00 |
|
Chase
|
c6c94d979b
|
Feature: Add custom agents via config (#8245)
|
2025-05-08 18:15:15 +02:00 |
|
sp.wack
|
b06bd277ba
|
fix(backend): Only get provider tokens from store if it exists (#8352)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-08 15:59:22 +00:00 |
|
dependabot[bot]
|
d8dfc7735c
|
chore(deps): bump the version-all group with 6 updates (#8354)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-08 17:28:42 +02:00 |
|
mamoodi
|
6f88ddb2ab
|
Update documentation with updated information from releases (#8331)
|
2025-05-08 11:09:01 -04:00 |
|
tofarr
|
750b1f03b7
|
Now explicitly closing connections (#8351)
|
2025-05-08 14:01:48 +00:00 |
|
Ivan Dagelic
|
e95c2bf521
|
chore: daytona runtime windows README.md and docs (#7396)
Signed-off-by: Ivan Dagelic <dagelic.ivan@gmail.com>
|
2025-05-08 08:51:39 -04:00 |
|
Bashwara Undupitiya
|
56651bb93c
|
refactor: Update CLI mode documentation with commands and interactive features (#8303)
|
2025-05-08 08:23:20 -04:00 |
|
Xingyao Wang
|
13c9bff050
|
test: add MCP test test_fetch_mcp_via_stdio back in CI (#8344)
|
2025-05-08 00:08:58 -05:00 |
|
Graham Neubig
|
689d3c9046
|
Update pre-commit hook versions to most recent versions (#8343)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-08 03:59:13 +00:00 |
|
Graham Neubig
|
d5a8d4251c
|
Fix missing comma in hosts (#8345)
|
2025-05-07 21:54:15 -04:00 |
|
Xingyao Wang
|
087438eb3e
|
docs: remove api_key section from doc (#8347)
|
2025-05-08 01:51:51 +00:00 |
|
Graham Neubig
|
f2af1807e3
|
Add return type annotations to functions in runtime/utils directory (#8335)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-08 01:48:39 +00:00 |
|
Graham Neubig
|
3eb0afa1e5
|
Add typing to session directory (#8339)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-07 20:09:13 -04:00 |
|
Rohit Malhotra
|
aa9a48135e
|
[Feat]: Always autogen title (#8292)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-07 20:05:51 -04:00 |
|
Alexander
|
3677c52d2b
|
feat(frontend) Add Ukrainian language (#8340)
|
2025-05-07 23:09:39 +00:00 |
|
Engel Nyst
|
806d01c8ec
|
Fix double-wrapped github token (#8341)
|
2025-05-07 23:03:04 +00:00 |
|
tofarr
|
fb4b7c022f
|
Fix OpenAPI schema generation (again) (#8333)
Co-authored-by: openhands <openhands@all-hands.dev>
|
2025-05-07 15:35:47 -06:00 |
|
Rohit Malhotra
|
d82f0f17a9
|
[Fix]: Loaded provider token should always be string (#8332)
|
2025-05-07 20:26:31 +00:00 |
|
mamoodi
|
77f92ce0aa
|
Release 0.37.0 (#8328)
|
2025-05-07 13:31:28 -04:00 |
|
Chase
|
055b196955
|
[feature] add optional extended field to agent config (#8283)
|
2025-05-07 18:51:36 +02:00 |
|
Xingyao Wang
|
ccf2c7f2cb
|
Add MCP configuration visualization and editing in settings modal (#8029)
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Ray Myers <ray.myers@gmail.com>
|
2025-05-07 16:43:53 +00:00 |
|
dependabot[bot]
|
3ccc4b34c5
|
chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.3 in /frontend in the eslint group (#8326)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-07 19:26:45 +04:00 |
|
Graham Neubig
|
b00aee0e6f
|
Clarify API rate limit behavior (#8324)
|
2025-05-07 10:12:06 -04:00 |
|
Bashwara Undupitiya
|
ab4f7e88ad
|
feature: Add CLI support for always confirm mode (#8302)
|
2025-05-07 15:04:00 +02:00 |
|
Boxuan Li
|
13ca75c8cb
|
Add windows local runtime support with PowerShell (#7410)
Co-authored-by: Boxuan Li (from Dev Box) <boxuanli@microsoft.com>
Co-authored-by: Graham Neubig <neubig@gmail.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
|
2025-05-07 08:51:08 +00:00 |
|
chuckbutkus
|
74f342bb1c
|
Fix provider tokens in SAAS (#8322)
|
2025-05-07 03:08:08 -04:00 |
|
sp.wack
|
d3f6508e32
|
refactor(frontend): Auth (#8308)
|
2025-05-07 08:20:23 +04:00 |
|
dependabot[bot]
|
ac0dab41dd
|
chore(deps): bump the version-all group in /frontend with 16 updates (#8306)
|
2025-05-07 08:20:06 +04:00 |
|
Xingyao Wang
|
2f4b70159e
|
Simplify workspace mounting with SANDBOX_VOLUMES (#8242)
|
2025-05-07 12:15:52 +08:00 |
|