You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add Treesitter support, marks caching, and fixed-size UI
Add marks file caching in storage module that validates against file modification times to reduce I/O operations.
Implement comprehensive Treesitter integration for more accurate context detection when generating mark names, with fallback to regex patterns.
Redesign the UI with a fixed 80x20 window size, featuring dimmed help text at the bottom and visual separators between sections.
The changes maintain backward compatibility while providing significant performance gains through caching and more intelligent mark naming through Treesitter AST analysis.
0 commit comments