Commit Graph

  • d55b9f381d fix: stop spinner before reviewer selection to allow interactive input Li Liu 2026-01-28 16:57:59 +08:00
  • 76c37a3620 fix: interactive mode readline issues and add follow-up Q&A Li Liu 2026-01-28 10:19:38 +08:00
  • 32850ba974 feat: add interactive discuss command for multi-reviewer discussions Kiyor Cai 2026-01-27 14:29:42 -08:00
  • 7cccacdc51 feat: add repository-wide code review with feature analysis xiaofanluan 2026-01-27 22:39:08 +08:00
  • 75bf857371 feat: show parallel execution status with timing Li Liu 2026-01-27 20:56:16 +08:00
  • 8885763d60 fix: convergence detection and codex-cli consistency Li Liu 2026-01-27 20:38:09 +08:00
  • c08ee3819a docs: update README with new features Li Liu 2026-01-27 19:07:34 +08:00
  • de75d4f165 feat: parallel execution for reviewers in same round Li Liu 2026-01-27 19:04:40 +08:00
  • 1ad9d0f04e feat: each round sees only previous rounds, not current round peers Li Liu 2026-01-27 18:57:32 +08:00
  • 9615efec17 fix: session mode round 2 must include all others' round 1 messages Li Liu 2026-01-27 18:50:01 +08:00
  • 24bfb596e3 feat: round 1 independent opinions, round 2+ full context debate Li Liu 2026-01-27 18:44:20 +08:00
  • 4d83dd97c2 feat: enable danger mode for all CLI providers Li Liu 2026-01-27 18:09:37 +08:00
  • 18f64e5fcf feat: add reviewer selection - default interactive, --all to skip Li Liu 2026-01-27 17:46:40 +08:00
  • e77522a43e Merge pull request #2 from zhengbuqian/add-remote Li Liu 2026-01-26 22:16:36 +08:00
  • 9dca82c7d7 feat: add --git-remote option for PR URL detection Buqian Zheng 2026-01-26 22:10:48 +08:00
  • d4d5baa2e7 feat: add visual separator for convergence check Li Liu 2026-01-26 21:43:47 +08:00
  • 7144b98e08 fix: stricter convergence check - reject if any reviewer explicitly disagrees Li Liu 2026-01-26 21:40:46 +08:00
  • 406dcf7326 refactor: balance debate tone - goal is finding issues, not fighting Li Liu 2026-01-26 18:32:03 +08:00
  • 43c395a6d5 feat: improve debate format with named reviewers and adversarial prompts Li Liu 2026-01-26 18:30:29 +08:00
  • 96fc85c217 fix: disable gemini-cli session support (uses full context mode) Li Liu 2026-01-26 18:10:33 +08:00
  • de26a36e38 fix: gemini-cli session support for incremental discussion Li Liu 2026-01-26 17:45:45 +08:00
  • 9bcaf728fd docs: update README with new features Li Liu 2026-01-26 17:43:33 +08:00
  • fdc1eeca7a feat: add Gemini CLI provider support Li Liu 2026-01-26 17:36:43 +08:00
  • 4fdb41d9ea fix: render markdown for analyzer and reviewer outputs Li Liu 2026-01-26 17:32:08 +08:00
  • 6de693bc0e feat: add session persistence and post-analysis Q&A Li Liu 2026-01-26 17:14:16 +08:00
  • 68f31138c7 fix: stop spinner after summarizer completes Li Liu 2026-01-26 16:57:24 +08:00
  • e7548ddd67 feat: render markdown in terminal for better readability Li Liu 2026-01-26 16:54:36 +08:00
  • dd6466ade6 Revert "feat: improve summarizer output format for better readability" Li Liu 2026-01-26 16:53:28 +08:00
  • 77a6ccda74 feat: improve summarizer output format for better readability Li Liu 2026-01-26 16:51:58 +08:00
  • a153c0efa2 feat: increase timeout to 15min and show cold jokes while waiting Li Liu 2026-01-26 16:36:44 +08:00
  • 0ba997e91a Merge pull request #1 from xiaofan-luan/feat/interactive-init-and-local-review Li Liu 2026-01-26 16:30:30 +08:00
  • 30879d9742 feat: add interactive reviewer selection and local diff review xiaofanluan 2026-01-26 16:00:55 +08:00
  • 5d125a4c07 feat: support full PR URL and auto-detect repo from git remote Li Liu 2026-01-26 16:20:11 +08:00
  • 65d11bc39b feat: add 5-minute timeout for CLI providers to prevent hanging Li Liu 2026-01-26 16:16:41 +08:00
  • 5d2e9328a1 fix: don't force specific commands, let AI decide how to fetch details Li Liu 2026-01-26 16:03:01 +08:00
  • 0f4b596379 fix: pass task prompt to reviewers so they can access PR details Li Liu 2026-01-26 16:01:50 +08:00
  • ecf4667b1d refactor: let AI fetch diff itself instead of passing it Li Liu 2026-01-26 15:56:40 +08:00
  • 03dc45d195 fix: avoid repeating diff in every round, use analysis instead Li Liu 2026-01-26 15:54:57 +08:00
  • fcb3f17891 feat: add local review modes (--local, --branch, --files) Li Liu 2026-01-26 15:35:37 +08:00
  • a2f35e007d feat: improve output readability with better formatting Li Liu 2026-01-26 15:30:04 +08:00
  • 2afb5b756c docs: translate README to English Li Liu 2026-01-26 15:21:34 +08:00
  • ccba115f5e feat: add convergence detection, token tracking, and UX improvements Li Liu 2026-01-26 15:20:14 +08:00
  • dd20e52451 feat: add OpenAI Codex CLI provider Li Liu 2026-01-26 13:39:23 +08:00
  • 76e7d32587 feat: add Gemini provider and update default config Li Liu 2026-01-26 13:22:33 +08:00
  • f87ecd31ed feat: add Claude Code CLI provider for subscription users Li Liu 2026-01-26 13:13:15 +08:00
  • 933a2d597e feat: add PR analyzer step before debate Li Liu 2026-01-26 13:08:57 +08:00
  • f566f8026d docs: add README Li Liu 2026-01-26 12:38:58 +08:00
  • b23f9cadb1 test: add E2E tests for CLI Li Liu 2026-01-26 12:38:16 +08:00
  • 9c1d5b7838 feat: add streaming output support Li Liu 2026-01-26 12:36:55 +08:00
  • 452ae2c8ec chore: add barrel exports Li Liu 2026-01-26 12:35:45 +08:00
  • 1aaa4f73d9 feat: add CLI with review and init commands Li Liu 2026-01-26 12:34:32 +08:00
  • 3f038cef4d feat: add debate orchestrator with round management Li Liu 2026-01-26 12:32:11 +08:00
  • c2deace17f feat: add orchestrator type definitions Li Liu 2026-01-26 12:30:13 +08:00
  • 6a068dbbc4 feat: add provider factory for model routing Li Liu 2026-01-26 12:29:08 +08:00
  • 5d482f95a0 feat: add OpenAI provider with streaming Li Liu 2026-01-26 12:27:26 +08:00
  • c69c394fba feat: add Anthropic provider with streaming Li Liu 2026-01-26 12:25:49 +08:00
  • b7117ec8e6 feat: add AI provider type definitions Li Liu 2026-01-26 12:24:12 +08:00
  • bc1a999a98 feat: add config init with default template Li Liu 2026-01-26 12:22:11 +08:00
  • d16a439367 feat: add config loader with env var expansion Li Liu 2026-01-26 12:20:04 +08:00
  • ce22bccba9 feat: add config type definitions Li Liu 2026-01-26 12:17:59 +08:00
  • db8651dfe0 chore: initialize project structure Li Liu 2026-01-26 12:12:42 +08:00