agent-ecosystem/src
Jeremy Bornstein 50d5b922b6 feat(linux): add native window frame and pacman packaging
On Linux, `titleBarStyle: 'hidden'` removes the title bar entirely,
leaving no window controls (close/minimize/maximize). macOS has traffic
lights and Windows has a custom title bar component, but Linux gets
nothing. Fix this by omitting the hidden title bar style on Linux,
which gives native window decorations from the desktop environment
(GNOME, KDE, Hyprland, etc.).

Also adds Linux build support:
- electron-builder `linux` config targeting pacman (.pkg.tar.zst)
- `dist:linux` script for standalone Linux builds
- `release-linux` CI job on ubuntu-latest
- `dist` script updated to include --linux
2026-02-14 11:14:55 +11:00
..
main feat(linux): add native window frame and pacman packaging 2026-02-14 11:14:55 +11:00
preload feat(window): implement custom title bar for Windows with native controls 2026-02-13 04:44:34 +09:00
renderer refactor(ProjectScanner): enhance file detail retrieval and session metadata handling 2026-02-13 14:31:11 +09:00
shared feat(window): implement custom title bar for Windows with native controls 2026-02-13 04:44:34 +09:00
CLAUDE.md Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00