You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dexdex): align plan shortcuts and subtask dispatch contracts (#289)
## Summary
- align plan decision keyboard contract to `A=Approve`, `V=Revise`,
`Shift+X=Reject/Cancel` and move plan shortcut handling into the plan
decision surface
- fix waiting-session global shortcut flow by restoring immediate
session input context on `/tasks?waitingSession=<session_id>`
- add an explicit dispatcher path for executing already-created subtasks
and wire `CreateSubTask`/`RetrySubTask` to dispatch the same created
subtask ID
- make `RunAutoFixNow` create and immediately dispatch a `PR_REVIEW_FIX`
subtask (manual auto-fix path)
- sync DexDex docs for shortcut semantics and clarify that poller-driven
`auto_fix_enabled` auto-dispatch remains planned
## Validation
- `go test ./servers/dexdex-main-server/...`
- `cd apps/dexdex && pnpm test`
## Notes
- no external proto/API schema changes
- `buf generate` for dexdex web plugins is currently blocked in this
environment due missing local protoc plugins (`protoc-gen-es`,
`protoc-gen-connect-query`)
0 commit comments