Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(FilePath, WindowOffset, WindowSize) -> (FileLinesSlice, NextScrollOffset)
Render a limited, scrollable slice of code lines to prevent context window saturation while allowing navigation.
Problem it solves
Dumping large code files into an agent's context window consumes tokens and degrades performance.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.