enyst
18b9f953c3
cli: wrap litellm_extra_body payload inside {"metadata": ... } in get_llm_extra_body()
...
Maintains previous structure expected by downstream, while still passing via litellm_extra_body (mapped to extra_body).
Co-authored-by: openhands <openhands@all-hands.dev>
2025-11-11 22:51:47 +00:00
enyst
622520e4a6
openhands-cli: rename get_llm_metadata -> get_llm_extra_body and update callers; continue sending telemetry via litellm_extra_body only
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-11-11 17:24:57 +00:00
enyst
56b6ee0547
openhands-cli: use litellm_extra_body as extra_body (no nested 'metadata')
...
- Replace {'metadata': <dict>} with <dict> for LLM.litellm_extra_body
- Aligns with agent-sdk change mapping litellm_extra_body -> extra_body
Co-authored-by: openhands <openhands@all-hands.dev>
2025-11-11 16:55:33 +00:00
Rohit Malhotra
e0d26c1f4e
CLI: custom visualizer ( #11677 )
2025-11-07 19:45:01 +00:00
Engel Nyst
b83e2877ec
CLI: align with agent-sdk renames ( #11643 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: rohitvinodmalhotra@gmail.com <rohitvinodmalhotra@gmail.com>
2025-11-07 11:30:37 -05:00
Rohit Malhotra
b31dbfc21a
CLI: make sure MCP server doesn't persist even after removal ( #11602 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-11-03 12:45:47 -05:00
Rohit Malhotra
3eb73de924
CLI: lazy load conversation for /new command ( #11601 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-11-03 16:30:08 +00:00
Rohit Malhotra
2e49f07451
CLI: Rm loading context ( #11603 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-11-03 16:15:47 +00:00
Rohit Malhotra
d246ab1a21
Hotfix(CLI): make settings page available even when conversation hasn't been created ( #11588 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-31 17:19:53 +00:00
Rohit Malhotra
cf21cfed6c
Hotfix(CLI): make sure to update condenser credentials ( #11587 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-31 16:37:59 +00:00
Rohit Malhotra
3239eb4027
Hotfix(CLI): Update README to use V1 CLI for serve command and point to new docker image artifacts ( #11584 )
2025-10-31 09:34:19 -04:00
Rohit Malhotra
9be673d553
CLI: Create conversation last minute ( #11576 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-10-30 23:04:41 +00:00
Rohit Malhotra
97403dfbdb
CLI: rename deprecated args ( #11568 )
2025-10-30 09:20:27 -04:00
Rohit Malhotra
6558b4f97d
CLI: bump agent-sdk version ( #11566 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-30 03:38:36 +00:00
Robert Brennan
b5e00f577c
Replace All-Hands-AI references with OpenHands ( #11287 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-10-26 01:52:45 +02:00
Rohit Malhotra
9efe6eb776
Simplify security analyzer confirmation: replace two reject options with single 'Reject' option ( #11443 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
2025-10-20 19:45:42 +00:00
Rohit Malhotra
5076f21e86
CLI(V1): Patch release ( #11349 )
2025-10-13 22:11:59 +00:00
Rohit Malhotra
2640d43159
Fix API key disappearing bug when updating CLI settings ( #11351 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-13 21:02:58 +00:00
Rohit Malhotra
609fefc1b6
Fix CLI binary GLIBC compatibility for older Linux systems ( #11337 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-13 18:52:52 +00:00
Rohit Malhotra
5db0d495d4
RM CLI version on opening page ( #11347 )
2025-10-13 18:33:57 +00:00
Ryan H. Tran
c5e58572d5
fix(cli): escape action content before passing to HTML ( #11333 )
2025-10-13 22:02:26 +07:00
llamantino
c0ce78c64a
fix: remove the hardcoded 5-minute timeout from the docker pull command ( #11322 )
2025-10-13 10:00:10 -04:00
Rohit Malhotra
9fe4e9715a
CLI(V1): Fix confirmation mode breaking on weaker models ( #11274 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-09 17:31:09 +00:00
Rohit Malhotra
7de32b2579
CLI(V1): expose advanced settings setup for first time users ( #11288 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-09 11:12:37 -04:00
Rohit Malhotra
c0221e5468
CLI(V1): Fix /status command ( #11272 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-07 19:15:50 +00:00
Rohit Malhotra
997bf8efae
CLI(V1): start new conversations without exiting CLI using /new command ( #11262 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-07 11:28:16 -04:00
Rohit Malhotra
23d325cb16
CLI(V1): GUI Launcher ( #11257 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-07 11:23:58 -04:00
Xingyao Wang
fbf0429434
Filter all warnings in CLI when DEBUG is disabled ( #11246 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
2025-10-06 21:26:04 +08:00
Rohit Malhotra
3bf038ed7c
CLI(V1) ( #11220 )
...
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
2025-10-04 17:14:36 -04:00