..
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
cliInstaller.ts
feat: integrate CLI installer service and UI components
2026-02-26 17:58:51 +02:00
config.ts
feat: add agent language update handling and validation
2026-02-24 20:29:41 +02:00
configValidation.ts
merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups
2026-02-24 21:04:23 +02:00
context.ts
feat(visualization): enhance team and subagent visualization in README
2026-02-12 23:43:28 +09:00
editor.ts
feat: enhance task management with new file renaming feature and notification settings
2026-03-01 17:52:54 +02:00
guards.ts
feat(team-managment): stable MVP
2026-02-21 09:47:24 +02:00
handlers.ts
feat: add project editor with drag & drop file management
2026-02-28 23:40:41 +02:00
httpServer.ts
feat: alot, code highlight, related tasks, group by project and other
2026-02-23 20:06:08 +02:00
ipcWrapper.ts
feat: add project editor with drag & drop file management
2026-02-28 23:40:41 +02:00
notifications.ts
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
projects.ts
refactor(02-02): IPC handlers route via ServiceContextRegistry
2026-02-12 01:04:29 +00:00
review.ts
feat: enhance task management with new file renaming feature and notification settings
2026-03-01 17:52:54 +02:00
search.ts
feat: search session globally across projects
2026-02-21 14:34:25 +05:30
sessions.ts
feat(remotion): integrate Remotion for video rendering and preview
2026-02-12 22:58:58 +09:00
ssh.ts
feat(visualization): enhance team and subagent visualization in README
2026-02-12 23:43:28 +09:00
subagents.ts
refactor(02-02): IPC handlers route via ServiceContextRegistry
2026-02-12 01:04:29 +00:00
teams.ts
feat: enhance task management with new file renaming feature and notification settings
2026-03-01 17:52:54 +02:00
terminal.ts
fix: enhance terminal IPC handlers with error handling
2026-02-26 21:41:27 +02:00
updater.ts
Implement auto-update functionality and enhance build configuration
2026-02-11 21:23:40 +09:00
utility.ts
feat: enhance project editor with new error boundary and file handling improvements
2026-02-28 17:55:21 +02:00
validation.ts
feat: enhance project editor with new error boundary and file handling improvements
2026-02-28 17:55:21 +02:00
window.ts
merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups
2026-02-24 21:04:23 +02:00