feat(M2): Client Detection & Configuration

This commit is contained in:
2026-05-18 17:53:47 -05:00
parent 185083ace8
commit 82fcd3363c
5 changed files with 46 additions and 14 deletions
+1 -1
View File
@@ -139,6 +139,6 @@ describe("detectClients", () => {
clients.find((c) => c.name === "claude")!.version,
"0.4.5-beta"
);
assert.strictEqual(clients.find((c) => c.name === "opencode")!.version, "v2.0.0");
assert.strictEqual(clients.find((c) => c.name === "opencode")!.version, "2.0.0");
});
});