Skip to content
ReviewOS
Features
Review
Durable review threads
Comments that follow the line through a rebase instead of vanishing.
Stacked pull requests
Dependent changes that merge in order and retarget themselves.
Agentic review
Coding agents as first-class authors and reviewers, with the audit trail to match.
Diffs that stay fast
Rendered on the server, against the merge base, readable at a hundred files.
Merge strategies and rules
Merge, squash, or rebase, gated by approvals, threads, and checks.
Repositories
Plain git hosting
Ordinary bare repositories on your disk, driven by the git binary.
Issues that link up
One number sequence, closing keywords, and references that resolve.
Search that reads like a query
Qualifiers, quoting, and negation, parsed properly rather than by regex.
Automation
Checks from your own CI
A status API your existing pipeline reports into, enforced at merge.
Webhooks you can trust
Signed, retried with backoff, and blocked from reaching your own network.
Notifications worth reading
Every message says why it reached you, and a burst arrives as one.
Operations
Self-hosting without a cluster
One Postgres and one process. Scale the parts that need it, later.
Pages for every repository
A docs folder is a documentation site. Push, and the site is the branch.
Every feature, in one place.
All features
Explore
Discover
Docs
Sign in
Sign up
Reload
also looking at this
stacks
/
bun-queue
chore(deps): update all non-major dependencies
#429
Closed
renovate[bot] wants to merge
renovate/all-minor-patch
into
main
4 files
+11
-11
Conversation
Commits
Checks
Files changed
Review screen
File 4 of 4
previous
all files
packages/devtools/package.json
modified
+1
-1
Changes to packages/devtools/package.json
⋯
9 lines
Show the 9 lines above this hunk
@@ -10,7 +10,7 @@
10
10
}
,
11
11
"dependencies"
:
{
12
12
"@unocss/reset"
:
"^66.6.0"
,
13
-
"axios"
:
"^1.13.
2
"
,
13
+
"axios"
:
"^1.13.
4
"
,
14
14
"d3"
:
"7.9.0"
,
15
15
"pinia"
:
"^3.0.4"
,
16
16
"vue"
:
"^3.5.27"
,