File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments