From 6e8be827b8c4a292b90ec0e4b6ff69a6bf58a806 Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Sat, 1 Nov 2025 17:37:32 +0100 Subject: [PATCH] Fix deprecated links (#11605) --- openhands-cli/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/openhands-cli/README.md b/openhands-cli/README.md index be936f6223..07f49dcfc9 100644 --- a/openhands-cli/README.md +++ b/openhands-cli/README.md @@ -1,8 +1,6 @@ # OpenHands V1 CLI -A **lightweight, modern CLI** to interact with the OpenHands agent (powered by [agent-sdk](https://github.com/OpenHands/agent-sdk)). - -The [OpenHands V0 CLI (legacy)](https://github.com/OpenHands/OpenHands/tree/main/openhands/cli) is being deprecated. +A **lightweight, modern CLI** to interact with the OpenHands agent (powered by [OpenHands software-agent-sdk](https://github.com/OpenHands/software-agent-sdk)). --- @@ -33,4 +31,4 @@ uv run openhands # The binary will be in dist/ ./dist/openhands # macOS/Linux # dist/openhands.exe # Windows -``` \ No newline at end of file +```