Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

## [Unreleased]

### Added
- Research and roadmap for faster, more robust VICE/PRBot reviews in `docs/research/VICE_IMPROVEMENT_PLAN.md`

## [0.2.0] - 2026-07-27

### Added
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,5 @@ src/llm.rs OpenRouter tool loop, concurrency, and budget ledger

The architecture uses independently implemented patterns inspired by [PR-Agent context management](https://docs.pr-agent.ai/core-abilities/dynamic_context/), [Aider repository maps](https://aider.chat/docs/repomap.html), [OpenCode tools](https://opencode.ai/docs/tools), [Serge](https://huggingface.github.io/serge/), [Alibaba OpenCodeReview](https://github.com/alibaba/open-code-review), [Mira](https://docs.miracode.ai/), and the [Codex GitHub Action](https://github.com/openai/codex-action).
No source code was copied from those projects.

For the latency, robustness, and quality roadmap based on industry research (CodeRabbit, Bugbot, Greptile, Codex, Cloudflare, Qodo, OpenCode, and related papers), see [`docs/research/VICE_IMPROVEMENT_PLAN.md`](docs/research/VICE_IMPROVEMENT_PLAN.md).
Loading
Loading