feat: add mycursor backend; drop myagents xiaohe entrypoint
Cursor Agent CLI wrapper (mycursor) with resume/session listing. Product xiaohe CLI stays in xiaohe-api only — no dual entry.
This commit is contained in:
@@ -23,4 +23,4 @@ class TestUpgradeCommand:
|
||||
with patch.object(up_mod.shutil, "which", return_value=None):
|
||||
result = CliRunner().invoke(up_mod.upgrade_cmd, [])
|
||||
assert result.exit_code != 0
|
||||
assert "xiaohe upgrade" in result.output
|
||||
assert "Install xiaohe-api" in result.output or "xiaohe upgrade" in result.output
|
||||
|
||||
Reference in New Issue
Block a user