mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-03-22 07:04:25 +08:00
* feat: init session manger * feat: persist selected app to localStorage - Save app selection when switching providers - Restore last selected app on page load * feat: persist current view to localStorage - Save view selection when switching tabs - Restore last selected view on page load * styles: update ui * feat: Improve macOS Terminal activation and refactor Kitty launch to use command with user's default shell. * fix: session view * feat: toc * feat: Implement FlexSearch for improved session search functionality. * feat: Redesign session manager search and filter UI for a more compact and dynamic experience. * refactor: modularize session manager by extracting components and utility functions into dedicated files. * feat: Enhance session terminal launching with support for iTerm2, Ghostty, WezTerm, and Alacritty, including UI and custom configuration options. * feat: Conditionally render terminal selection and resume session buttons only on macOS.
26 lines
269 B
Plaintext
26 lines
269 B
Plaintext
node_modules/
|
|
dist/
|
|
release/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
.env.local
|
|
*.tsbuildinfo
|
|
.npmrc
|
|
CLAUDE.md
|
|
# AGENTS.md
|
|
GEMINI.md
|
|
/.claude
|
|
/.codex
|
|
/.gemini
|
|
/.cc-switch
|
|
/.idea
|
|
/.vscode
|
|
vitest-report.json
|
|
nul
|
|
|
|
# Flatpak build artifacts
|
|
flatpak/cc-switch.deb
|
|
flatpak-build/
|
|
flatpak-repo/
|