agent-ecosystem/src/renderer/components
iliya 79f0a2bc8f feat: enhance FAQ section in README and improve cross-platform handling
- Added a comprehensive FAQ section to the README, addressing common user questions about installation, code handling, agent communication, and project support.
- Improved cross-platform keyboard shortcut handling in the main application to unify modifier key detection for macOS and Windows/Linux.
- Updated shutdown signal handling in standalone mode to ensure compatibility across platforms.
- Enhanced WSL user resolution logic to better handle default user retrieval for different distributions.
- Improved notification handling to support cross-platform features, including dynamic subtitle management for macOS notifications.
- Refactored SSH connection management to include additional default key file types and improve key path resolution for Windows.
- Introduced a new utility for killing processes in a cross-platform manner, ensuring graceful shutdowns on Unix and Windows.
- Enhanced team data service to support cross-platform process termination and improved error handling in notifications.
- Updated editor components to utilize new path utilities for better file handling and display consistency.
2026-03-02 22:44:51 +02:00
..
chat feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
common feat: add support for Claude Code CLI worktrees 2026-03-01 13:47:33 +02:00
dashboard feat: implement custom project path management and task relationship features 2026-03-01 20:42:17 +02:00
layout feat: enhance FAQ section in README and improve cross-platform handling 2026-03-02 22:44:51 +02:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
report fix(report): avoid ÷ 0 phrasing when no commits or lines changed 2026-02-22 15:47:17 -05:00
search feat: enhance file icon handling and keyboard shortcuts 2026-03-01 14:24:24 +02:00
settings feat: enhance notification and task management features 2026-03-02 18:17:57 +02:00
sidebar feat: add support for Claude Code CLI worktrees 2026-03-01 13:47:33 +02:00
team feat: enhance FAQ section in README and improve cross-platform handling 2026-03-02 22:44:51 +02:00
terminal feat: enhance file icon handling and keyboard shortcuts 2026-03-01 14:24:24 +02:00
ui feat: enhance file reveal functionality and improve UI interactions 2026-03-02 21:53:22 +02: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