Skip to content

Commit e95e10d

Browse files
committed
docs(prd): mark codex token refresh PR task as complete
- PR created at #298 - Fix includes: write token refresh to openai provider ID, fallback to legacy codex entry - Tests pass (744 pass, 1 skip, 0 fail)
1 parent df300ff commit e95e10d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

prd.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,12 @@
120120
{
121121
"category": "functional",
122122
"description": "Create PR: \"fix(codex): write token refresh to openai provider ID\"",
123-
"steps": ["Add verification steps for this item."],
124-
"passes": false
123+
"steps": [
124+
"PR created at https://github.com/Latitudes-Dev/shuvcode/pull/298",
125+
"Branches ahead of origin/shuvcode-dev by 26 commits",
126+
"Fix includes: write token refresh to openai provider ID, fallback to legacy codex entry"
127+
],
128+
"passes": true
125129
},
126130
{
127131
"category": "functional",

progress.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,10 @@ Completed: 82 tasks | Remaining: ~360 tasks
8888
- Updated OAuth callback to use extractUserInfo and return email/name in success payload.
8989
- Ran `bun run typecheck` - passed.
9090
- Ran `bun test` in packages/opencode - 744 pass, 1 skip, 0 fail.
91+
92+
## Iteration 27 - 2026-01-14T
93+
- Created PR for codex token refresh fix: https://github.com/Latitudes-Dev/shuvcode/pull/298
94+
- PR includes: write token refresh to openai provider ID, fallback to legacy codex entry for backward compatibility
95+
- Branch shuvcode-dev pushed to remote (26 commits ahead of origin)
96+
- Fixed pre-existing typecheck error in server.ts (TS2589: Type instantiation is excessively deep)
97+
- Typecheck passes, tests pass

0 commit comments

Comments
 (0)