Immutable
release. Only release title and notes can be modified.
What's New in v1.1.0
Agent Forge's PR Review agent just got a major upgrade. Every diff now shows dual line numbers, and you can interact with any line instantly.
Line-Numbered Diff Display
- Dual line numbers on every diff line -- old file on the left, new file on the right
- Change Map tables give a bird's-eye view of each file: hunk ranges, intent descriptions, and quick-reference line numbers
- Annotated Diff format with clean column layout, 5+ lines of context, and dividers between hunks
- Inline Intent Annotations -- blockquote explanations between diff hunks so you understand why something changed
- Before/After Snapshots with line numbers on every line and "Lines to watch" callouts
Interactive L-Number Commands
After every diff, an action menu lets you interact by line number:
comment on L42-- leave feedback on a specific linecomment on L40-L60-- comment on a rangeexplain L42-- understand what a line doessuggest fix for L42-- propose a code change
No more counting lines or guessing positions. See a line, reference it, act on it.
Cross-Repo by Default
All 5 agents now search every repo you have access to -- no configuration needed. Plus:
- Repository Discovery & Scope system with 5 discovery modes (
all,starred,owned,configured,workspace) - Per-repo tracking overrides for issues, PRs, discussions, releases, security alerts, and CI
- Organization-wide search with
org:orgnamefilter - Cross-repo intelligence -- automatic reference detection and deduplication across repos
Preferences System
A single preferences.md file teaches all agents about your setup:
- Repository scope and per-repo filters
- Accessibility tracking across any repos (VS Code by default)
- Briefing preferences with per-section toggles
- Search defaults with auto-broaden/narrow behavior
Quality & Cleanup
- Removed all non-ASCII characters from 51 files
- Eliminated hardcoded repo references
- Comprehensive CHANGELOG tracking
Full changelog: Documentation/CHANGELOG.md
Getting started: Documentation/GETTING-STARTED.md
Complete guide: Documentation/GUIDE.md