authorization: support auth via api-key & chat-gpt oauth #23
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
src/__tests__/CodexACPAgent/initialize.test.ts > CodexACPAgent - initialize > should return protocol version and agent capabilities:
src/__tests__/CodexACPAgent/initialize.test.ts#L29
AssertionError: expected { protocolVersion: 1, …(2) } to deeply equal { protocolVersion: 1, …(1) }
- Expected
+ Received
{
"agentCapabilities": {
"loadSession": false,
},
+ "authMethods": [
+ {
+ "description": "Use an API key to authenticate",
+ "id": "api-key",
+ "name": "API Key",
+ },
+ {
+ "description": "Use ChatGPT to authenticate",
+ "id": "chat-gpt",
+ "name": "Chat GPT",
+ },
+ ],
"protocolVersion": 1,
}
❯ src/__tests__/CodexACPAgent/initialize.test.ts:29:24
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
binaries
Expired
|
162 MB |
sha256:005f44fccee7c21bdef0b83a241a30e4c061b265521b1107cac0fc6659923571
|
|