-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Comparing changes
Open a pull request
base repository: anomalyco/opencode
base: dev
head repository: alberti42/fork-opencode
compare: dev-fork
- 9 commits
- 16 files changed
- 3 contributors
Commits on Feb 12, 2026
-
fix(cli):
opencode run --attach ... --agent ...crashes with `No co……ntext found for instance`
Configuration menu - View commit details
-
Copy full SHA for 94ec407 - Browse repository at this point
Copy the full SHA 94ec407View commit details -
feat(util): add binary lowerBound helper
Add a lower-bound binary search helper used by cursor pagination to locate insertion and boundary indexes efficiently.
Configuration menu - View commit details
-
Copy full SHA for 3d8e910 - Browse repository at this point
Copy the full SHA 3d8e910View commit details -
feat(session): add cursor-aware message retrieval
Teach session message listing to handle before/after cursors with stable ordering so pagination windows can be traversed in both directions.
Configuration menu - View commit details
-
Copy full SHA for 5c29d34 - Browse repository at this point
Copy the full SHA 5c29d34View commit details -
feat(api): add cursor params for session messages
Expose before/after pagination params in the session messages route and update OpenAPI so clients can request paged message windows.
Configuration menu - View commit details
-
Copy full SHA for 2fda7af - Browse repository at this point
Copy the full SHA 2fda7afView commit details -
feat(tui): add pagination state and helpers
Introduce session pagination state management, bounded in-memory windows, and link-header parsing utilities to support incremental loading in the TUI.
Configuration menu - View commit details
-
Copy full SHA for 310bac0 - Browse repository at this point
Copy the full SHA 310bac0View commit details -
feat(tui): wire pagination interactions and boundary behavior
Connect scroll commands and boundary loading in the session view, add edge-aware hint visibility, and harden pagination error and revert-marker handling for navigation jumps.
Configuration menu - View commit details
-
Copy full SHA for 0d089ee - Browse repository at this point
Copy the full SHA 0d089eeView commit details -
test(session): cover pagination behaviors
Add regression coverage for session/api pagination, Link header parsing, and TUI pagination helper flows including edge-state updates after boundary loads.
Configuration menu - View commit details
-
Copy full SHA for bd24d8b - Browse repository at this point
Copy the full SHA bd24d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa56cd9 - Browse repository at this point
Copy the full SHA fa56cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a460443 - Browse repository at this point
Copy the full SHA a460443View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...dev-fork