Skip to content

Commit 5ff9b5b

Browse files
test: use SDK from PR #2334 (fix/terminal-escape-filter-minimal)
This CLI build uses the software-agent-sdk branch from PR #2334 which includes the terminal escape filter fix for tools like gh, npm that use spinner/progress UI. SDK PR: OpenHands/software-agent-sdk#2334 Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 59048f6 commit 5ff9b5b

File tree

2 files changed

+275
-119
lines changed

2 files changed

+275
-119
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"rich<14.3.0",
2424
"textual>=8.0.0,<9.0.0",
2525
"typer>=0.17.4",
26-
"agent-client-protocol>=0.7.0,<0.8.0",
26+
"agent-client-protocol>=0.8.1",
2727
"pydantic>=2.7",
2828
"textual-autocomplete>=4.0.6",
2929
"pyperclip>=1.9.0",
@@ -140,8 +140,8 @@ pythonVersion = "3.12"
140140
useLibraryCodeForTypes = true
141141
typeCheckingMode = "standard"
142142

143-
# USE EXACT COMMIT FROM AGENT-SDK (PR #1368 - Add condense method to conversation class)
143+
# USE BRANCH FROM AGENT-SDK (PR #2334 - fix terminal escape filter)
144144

145-
# [tool.uv.sources]
146-
# openhands-sdk = { git = "https://github.com/OpenHands/software-agent-sdk.git", subdirectory = "openhands-sdk", rev = "c76e5bd220ea9eb95a9d351313bdb4e533c9da6e" }
147-
# openhands-tools = { git = "https://github.com/OpenHands/software-agent-sdk.git", subdirectory = "openhands-tools", rev = "c76e5bd220ea9eb95a9d351313bdb4e533c9da6e" }
145+
[tool.uv.sources]
146+
openhands-sdk = { git = "https://github.com/OpenHands/software-agent-sdk.git", subdirectory = "openhands-sdk", branch = "fix/terminal-escape-filter-minimal" }
147+
openhands-tools = { git = "https://github.com/OpenHands/software-agent-sdk.git", subdirectory = "openhands-tools", branch = "fix/terminal-escape-filter-minimal" }

0 commit comments

Comments
 (0)