Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitmeBT/SessionManager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed631cc
Choose a base ref
...
head repository: gitmeBT/SessionManager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 65534fa
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on May 22, 2026

  1. feat: sidebar project search, right-click open in finder, detail page…

    … polish
    
    - Add search box to sidebar project filter section
    - Add right-click context menu on projects to open in Finder
    - Add message order toggle (newest/oldest first) in session detail
    - Add scroll-to-bottom button for long conversations
    - Change active status to dynamic (24h recently updated)
    - Add keyboard navigation: arrow right to enter detail, left to exit
    - Make session list search bar area draggable
    - Align detail header layout (back button, tool icon, title, metadata)
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    Sun KeyContacts and claude committed May 22, 2026
    Configuration menu
    Copy the full SHA
    3fe8f58 View commit details
    Browse the repository at this point in the history
  2. fix: security hardening, UX polish, performance optimizations

    - Fix command injection in open-system-terminal (execFile + escaping)
    - Add sidebar project right-click menu (pin, finder, copy path, terminal, vscode)
    - Add toast notifications for sidebar actions
    - Fix Virtuoso scroll position on reverse order toggle
    - Fix loadSessions race condition with request versioning
    - Optimize getCounts() from JS counting to SQL GROUP BY
    - Add database indexes on archived/pinned columns
    - Wrap localStorage pinnedProjects in try-catch
    - Add missing preload API exposures (openInFinder, copyProjectPath, openInVscode)
    - Fix body overflow clipping toast notifications
    - Add i18n keys for new sidebar context menu actions
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    Sun KeyContacts and claude committed May 22, 2026
    Configuration menu
    Copy the full SHA
    8a76835 View commit details
    Browse the repository at this point in the history
  3. chore: bump version to 0.2.0

    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    Sun KeyContacts and claude committed May 22, 2026
    Configuration menu
    Copy the full SHA
    65534fa View commit details
    Browse the repository at this point in the history
Loading