Commit Graph
15 Commits
Author SHA1 Message Date
LiuMangMang d38151ad78 feat: support codex and claude reviewers 2026-07-22 02:47:34 +08:00
liujing b5618e1b0c feat: request detailed reviewer guidance from cycle 3
When a run is about to start its 3rd cycle, the host review bundle asks
Codex to supply a step-by-step implementation plan via the new decision
field implementationGuidance, which is injected into the executor fix
prompt (with re-sent plan context) so the executor can converge faster.

- Add DETAILED_GUIDANCE_CYCLE_THRESHOLD and bundle signal in reviewWorkflow
- Add optional detailedGuidanceRequested/reviewerInstructions to the bundle
- Add optional implementationGuidance to HostDecisionV1 (validated, <=20000 chars)
- Inject guidance section and re-send plan/criteria on marked fix cycles
- Cover with integration, executor, and config validation tests
2026-07-21 18:01:43 +08:00
liujing a5daca7c4d fix: improve executor model discovery 2026-07-20 17:25:33 +08:00
liujing 64b3ef6c60 feat: add web executor model configuration 2026-07-20 16:59:24 +08:00
liujing 4026f04b93 feat: configure executor models 2026-07-20 13:54:11 +08:00
liujing c1a982a179 feat: add local workflow web console 2026-07-20 02:48:08 +08:00
liujing 84f1dc589e fix: deduplicate Codex log followers 2026-07-20 00:55:33 +08:00
liujing 71b8025666 feat: reuse executor sessions within Codex tasks 2026-07-19 21:51:31 +08:00
liujing 717d4344ee fix: recover missing Reasonix sessions 2026-07-17 17:02:49 +08:00
liujing fb39ab289a fix: harden workflow execution recovery 2026-07-17 15:56:58 +08:00
liujing b756a10c35 feat: add snapshot-based none VCS mode 2026-07-17 11:50:53 +08:00
liujing d13f31d9d1 feat: add VCS workflows and cycle extension 2026-07-17 09:07:28 +08:00
liujing c9d76d8f58 feat: add live executor observability 2026-07-17 00:48:52 +08:00
liujing 3566a73a03 fix: harden executor session handling 2026-07-16 23:00:48 +08:00
liujing 35e8fa3717 feat: initialize standalone agent-workflow 2026-07-16 20:56:24 +08:00