fix(docs): update Command Code version to 1.32.1

This commit is contained in:
Thomas Byr
2026-08-22 23:25:06 +02:00
parent 45565a883f
commit d637a73e06
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ describe("streamCommandCode — request serialization", () => {
const headers = server.lastRequestHeaders()
assert.equal(headers.authorization, "Bearer mock-key")
assert.equal(headers["x-command-code-version"], "1.15.1")
assert.equal(headers["x-command-code-version"], "1.32.1")
assert.equal(headers["x-project-slug"], "repo")
assert.equal(headers["x-taste-learning"], "true")
assert.equal(headers["x-co-flag"], "false")