Merge branch: resolve conflict in worktree-actions-dropdown.tsx

This commit is contained in:
Kacper
2026-01-11 20:08:19 +01:00
118 changed files with 6327 additions and 1795 deletions

View File

@@ -18,6 +18,7 @@ export {
getValidationPath,
getAppSpecPath,
getBranchTrackingPath,
getExecutionStatePath,
ensureAutomakerDir,
getGlobalSettingsPath,
getCredentialsPath,
@@ -158,3 +159,14 @@ export {
// Port configuration
export { STATIC_PORT, SERVER_PORT, RESERVED_PORTS } from './config/ports.js';
// Editor detection and launching (cross-platform)
export {
commandExists,
clearEditorCache,
detectAllEditors,
detectDefaultEditor,
findEditorByCommand,
openInEditor,
openInFileManager,
} from './editor.js';