commandmate 0.14.1 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.example +7 -0
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +352 -333
- package/.next/app-path-routes-manifest.json +31 -28
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +15 -15
- package/.next/react-loadable-manifest.json +11 -13
- package/.next/required-server-files.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/app/update/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/app/update-check/route.js +1 -1
- package/.next/server/app/api/app/update-check/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/conversation/route.js +1 -1
- package/.next/server/app/api/assistant/conversation/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/conversation/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/current-output/route.js +1 -1
- package/.next/server/app/api/assistant/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/current-output/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/messages/route.js +1 -1
- package/.next/server/app/api/assistant/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/messages/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/session/route.js +1 -1
- package/.next/server/app/api/assistant/session/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/start/route.js +1 -1
- package/.next/server/app/api/assistant/start/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/terminal/route.js +1 -1
- package/.next/server/app/api/assistant/terminal/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/terminal/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/tools/route.js +1 -1
- package/.next/server/app/api/assistant/tools/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/tools/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/daily-summary/route.js +1 -1
- package/.next/server/app/api/daily-summary/route.js.nft.json +1 -1
- package/.next/server/app/api/daily-summary/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/daily-summary/status/route.js +1 -1
- package/.next/server/app/api/daily-summary/status/route.js.nft.json +1 -1
- package/.next/server/app/api/daily-summary/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/route.js +1 -1
- package/.next/server/app/api/external-apps/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/browse/route.js +7 -0
- package/.next/server/app/api/fs/browse/route.js.nft.json +1 -0
- package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/fs/recent-paths/route.js +7 -0
- package/.next/server/app/api/fs/recent-paths/route.js.nft.json +1 -0
- package/.next/server/app/api/fs/recent-paths/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/hooks/claude-done/route.js +1 -1
- package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
- package/.next/server/app/api/hooks/claude-done/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/subscriptions/route.js +1 -1
- package/.next/server/app/api/push/subscriptions/route.js.nft.json +1 -1
- package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/vapid/route.js +1 -1
- package/.next/server/app/api/push/vapid/route.js.nft.json +1 -1
- package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/excluded/route.js +1 -1
- package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/excluded/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/restore/route.js +1 -1
- package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/restore/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/route.js +1 -1
- package/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/scan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/sync/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/validate-path/route.js +1 -0
- package/.next/server/app/api/repositories/validate-path/route.js.nft.json +1 -0
- package/.next/server/app/api/repositories/validate-path/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sidebar/group-order/route.js +2 -2
- package/.next/server/app/api/sidebar/group-order/route.js.nft.json +1 -1
- package/.next/server/app/api/sidebar/group-order/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/[id]/route.js +1 -1
- package/.next/server/app/api/skills/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/route.js +1 -1
- package/.next/server/app/api/skills/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/slash-commands/route.js +1 -1
- package/.next/server/app/api/slash-commands/route.js.nft.json +1 -1
- package/.next/server/app/api/slash-commands/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/[id]/route.js +1 -1
- package/.next/server/app/api/templates/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/route.js +1 -1
- package/.next/server/app/api/templates/route.js.nft.json +1 -1
- package/.next/server/app/api/templates/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/todos/route.js +1 -1
- package/.next/server/app/api/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
- package/.next/server/app/chat/page.js +1 -1
- package/.next/server/app/chat/page.js.nft.json +1 -1
- package/.next/server/app/chat/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/.next/server/app/more/page_client-reference-manifest.js +1 -1
- package/.next/server/app/offline/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/proxy/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/repositories/page.js +2 -2
- package/.next/server/app/repositories/page_client-reference-manifest.js +1 -1
- package/.next/server/app/review/page_client-reference-manifest.js +1 -1
- package/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/[skillId]/page.js +2 -2
- package/.next/server/app/skills/[skillId]/page.js.nft.json +1 -1
- package/.next/server/app/skills/[skillId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/page.js +1 -1
- package/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +9 -9
- package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +31 -28
- package/.next/server/chunks/1355.js +1 -0
- package/.next/server/chunks/1808.js +1 -1
- package/.next/server/chunks/2119.js +1 -1
- package/.next/server/chunks/2445.js +1 -1
- package/.next/server/chunks/3543.js +1 -1
- package/.next/server/chunks/3722.js +1 -1
- package/.next/server/chunks/3736.js +1 -1
- package/.next/server/chunks/3753.js +1 -1
- package/.next/server/chunks/3945.js +1 -1
- package/.next/server/chunks/4390.js +1 -0
- package/.next/server/chunks/4444.js +1 -1
- package/.next/server/chunks/5326.js +1 -1
- package/.next/server/chunks/593.js +1 -0
- package/.next/server/chunks/5959.js +2 -2
- package/.next/server/chunks/6065.js +1 -1
- package/.next/server/chunks/6130.js +1 -1
- package/.next/server/chunks/646.js +2 -2
- package/.next/server/chunks/7593.js +1 -0
- package/.next/server/chunks/8356.js +1 -1
- package/.next/server/chunks/9123.js +1 -1
- package/.next/server/chunks/9192.js +1 -1
- package/.next/server/chunks/9687.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/server/src/middleware.js.map +1 -1
- package/.next/static/MqlW91_Se_kEW6mtm-1x0/_buildManifest.js +1 -0
- package/.next/static/chunks/1191-b7dfdfe86b1d31d1.js +1 -0
- package/.next/static/chunks/{4560-04e5aebcab96bfa1.js → 4560-8ffb0bb19f2ba998.js} +1 -1
- package/.next/static/chunks/530.e31cc754677fed0f.js +1 -0
- package/.next/static/chunks/5542-b6457f305d724a6b.js +1 -0
- package/.next/static/chunks/{6488-74d2f443e43c07b7.js → 6488-93870a55f4a3e3cd.js} +1 -1
- package/.next/static/chunks/8566-a6a7c70558927410.js +1 -0
- package/.next/static/chunks/9142-41b13a2f278529cc.js +1 -0
- package/.next/static/chunks/9263.5259f73f89220d64.js +1 -0
- package/.next/static/chunks/9599-d29d2f8eeaf7c249.js +1 -0
- package/.next/static/chunks/app/api/app/update/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/app/update-check/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/assistant/conversation/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/assistant/current-output/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/assistant/messages/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/assistant/session/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/assistant/start/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/assistant/terminal/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/assistant/tools/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/daily-summary/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/daily-summary/status/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/external-apps/[id]/health/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/external-apps/[id]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/external-apps/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/fs/browse/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/fs/recent-paths/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/hooks/claude-done/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/ollama/models/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/push/subscriptions/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/push/vapid/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/todos/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/clone/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/excluded/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/restore/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/scan/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/sync/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/repositories/validate-path/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/sidebar/group-order/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/skills/[id]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/skills/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/slash-commands/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/templates/[id]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/templates/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/todos/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/capture/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/logs/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/memos/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/messages/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/respond/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/search/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/send/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/timers/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/todos/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tree/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/chat/page-83a2238ab453afaa.js +1 -0
- package/.next/static/chunks/app/manifest.webmanifest/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/proxy/[...path]/route-8c8bebe20cebf964.js +1 -0
- package/.next/static/chunks/app/repositories/page-3c4fb889da48ce24.js +1 -0
- package/.next/static/chunks/app/skills/[skillId]/page-8c40c9683f242207.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/files/[...path]/{page-6a45f3744da50d95.js → page-6041d3c3db326317.js} +1 -1
- package/.next/static/chunks/app/worktrees/[id]/page-6da38f0a06dfd9db.js +1 -0
- package/.next/static/chunks/webpack-6b35d37d50302d27.js +1 -0
- package/.next/static/css/5127edd9aa8f3b49.css +1 -0
- package/.next/trace +11 -11
- package/.next/types/app/api/fs/browse/route.ts +347 -0
- package/.next/types/app/api/fs/recent-paths/route.ts +347 -0
- package/.next/types/app/api/repositories/validate-path/route.ts +347 -0
- package/.next/types/routes.d.ts +4 -1
- package/.next/types/validator.ts +27 -0
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +15 -0
- package/dist/cli/types/index.d.ts +6 -0
- package/dist/cli/types/index.d.ts.map +1 -1
- package/dist/cli/utils/env-setup.d.ts +8 -0
- package/dist/cli/utils/env-setup.d.ts.map +1 -1
- package/dist/cli/utils/env-setup.js +23 -0
- package/dist/server/src/lib/git/git-exec.js +48 -1
- package/dist/server/src/lib/selected-agents-validator.js +3 -2
- package/dist/server/src/types/markdown-editor.js +13 -1
- package/package.json +1 -1
- package/.next/server/chunks/186.js +0 -1
- package/.next/server/chunks/7013.js +0 -1
- package/.next/server/chunks/9067.js +0 -1
- package/.next/static/1WyelLMRgPnhvA2HmhZmm/_buildManifest.js +0 -1
- package/.next/static/chunks/1668-e703b8b55775844b.js +0 -1
- package/.next/static/chunks/2069-c55de93eb6403961.js +0 -1
- package/.next/static/chunks/4027-000402aee1e3520b.js +0 -1
- package/.next/static/chunks/530.e377b0f1a7a89620.js +0 -1
- package/.next/static/chunks/6007-de36119357dcd418.js +0 -1
- package/.next/static/chunks/6497-ea466b22a6c1ae89.js +0 -1
- package/.next/static/chunks/8361.4bf062be2d2962f4.js +0 -1
- package/.next/static/chunks/8566-9da32e46c9d3fd54.js +0 -1
- package/.next/static/chunks/934-a37509667baa86ee.js +0 -1
- package/.next/static/chunks/app/api/app/update/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/app/update-check/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/conversation/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/current-output/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/messages/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/session/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/start/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/terminal/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/tools/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/daily-summary/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/daily-summary/status/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/external-apps/[id]/health/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/external-apps/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/external-apps/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/hooks/claude-done/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/ollama/models/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/push/subscriptions/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/push/vapid/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/todos/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/clone/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/excluded/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/restore/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/scan/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/sync/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/sidebar/group-order/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/skills/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/skills/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/slash-commands/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/templates/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/templates/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/todos/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/capture/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/logs/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/memos/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/messages/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/respond/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/search/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/send/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/timers/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/todos/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tree/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/chat/page-623f5cb9040de639.js +0 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/proxy/[...path]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/repositories/page-70d4b997492884b8.js +0 -1
- package/.next/static/chunks/app/skills/[skillId]/page-68ed5e9186efe56d.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-983a80ece6289026.js +0 -1
- package/.next/static/chunks/webpack-e655374fed175528.js +0 -1
- package/.next/static/css/b4bdb1f3457fe9a7.css +0 -1
- /package/.next/static/{1WyelLMRgPnhvA2HmhZmm → MqlW91_Se_kEW6mtm-1x0}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.id=2119,exports.ids=[2119],exports.modules={72119:a=>{a.exports=JSON.parse('{"agentStatus":{"moreAgents":"{count} more agents","overflowTrigger":"More agents"},"toc":{"title":"Contents","show":"Show table of contents","hide":"Hide table of contents","empty":"No headings"},"composer":{"placeholder":"Type your message…","commandsHint":"commands","newlineHint":"newline","removeAttachment":"Remove attachment","showSlashCommands":"Show slash commands","attachImage":"Attach image","sendMessage":"Send message"},"interrupt":{"stopProcessing":"Stop processing"},"history":{"title":"Message History","regionLabel":"Message history","loading":"Loading messages","empty":"No messages yet","show":"Show","displayLimit":"History display limit","showArchived":"Show archived","showUserOnly":"Show user messages only","showAllMessages":"Show all messages","openSearch":"Open search","closeSearch":"Close search","copied":"Copied to clipboard","copyFailed":"Failed to copy","search":{"regionLabel":"Search history text","placeholder":"Search...","keywordLabel":"Search keyword","prev":"Previous result","next":"Next result","close":"Close search bar","countAtMax":"{current}/{max}+"}},"conversation":{"waitingForResponse":"Waiting for response...","you":"You","assistant":"Assistant","sending":"Sending…","failedToSend":"Failed to send","retrySending":"Retry sending message","discard":"Discard","discardMessage":"Discard message","insertToMessage":"Insert to message","copy":"Copy","copyMessage":"Copy message","collapse":"Collapse","expand":"Expand","collapseMessage":"Collapse message","expandMessage":"Expand message","systemMessage":"System Message","systemMessageLabel":"System message","openFile":"Open file: {path}","conversationLabel":"Conversation: {preview}"},"messages":{"loading":"Loading messages...","empty":"No messages yet","you":"You","copy":"Copy","copyMessage":"Copy message","viewLogFile":"View log file →"},"slashCommands":{"title":"Commands","searchPlaceholder":"Search commands...","enterCustomCommand":"Enter custom command...","selectHint":"select","closeHint":"close","empty":"No commands available","catalogStale":{"hint":"Your CLI is newer than this list. Add missing commands in ~/.commandmate/slash-commands/."},"sourceBadge":{"userCatalog":"Custom"},"descriptions":{"clear":"Clear conversation history","compact":"Compact context to reduce token usage","resume":"Resume previous conversation","rewind":"Rewind to previous conversation state","config":"Open configuration settings","model":"Switch AI model","permissions":"View or update tool permissions","status":"Check session status","context":"Show context window usage","review":"Review code changes","help":"Show all available commands","doctor":"Check installation health","export":"Export conversation history","focus":"Toggle focus mode","effort":"Adjust model thinking effort (high/medium/low)","fast":"Switch to fast response mode","loop":"Run a prompt repeatedly while the session stays open","add-dir":"Add a working directory for file access during the session","terminal-setup":"Configure terminal keybindings for Shift+Enter and other shortcuts","statusline":"Configure the status line display","usage":"Show session cost, plan usage limits, and activity stats","tasks":"View and manage background tasks","memory":"Edit CLAUDE.md memory files and manage auto-memory","new":"Start a new conversation","logout":"Sign out from Codex","quit":"Exit Codex CLI","diff":"Show Git diff (including untracked files)","mention":"Attach file/folder for next interaction","mcp":"Manage MCP servers and available tools","init":"Generate AGENTS.md template in current directory","feedback":"Send feedback to Codex team","plan":"Toggle plan mode","goal":"Set goal for current session","agent":"Switch active agent (Codex)","subagents":"Manage subagents","fork":"Fork current session","memories":"Manage Codex memories","skills":"Manage Codex skills","hooks":"View or manage hook configurations","sessions":"Browse conversation history","connect":"Connect to language server","exit":"Exit OpenCode TUI","models":"Switch AI model","agents":"List and manage available agents","themes":"Change TUI theme","editor":"Open editor for long messages"}},"session":{"confirmKill":"End session for \\"{name}\\"?\\n\\nAll message history will be deleted. Log files will be retained.","failedToKill":"Failed to end session","confirmEnd":"End {tool} session?","endWarning":"Ending the session will clear chat history.","running":"Session running","starting":"Starting session","startingEllipsis":"Starting session..."},"status":{"waitingForResponse":"Waiting for response","responseCompleted":"Response completed","thinking":"Thinking...","thinkingStatus":"Thinking","claudeIsThinking":"Claude is thinking..."},"output":{"latest":"Latest output","realtimeUpdate":"Real-time update"},"errors":{"failedToUpdateFavorite":"Failed to update favorite","failedToUpdateStatus":"Failed to update status"},"feedback":{"title":"Feedback & Support","bugReport":"Report a bug","featureRequest":"Request a feature","question":"Ask a question","viewIssues":"View all issues"},"fileTree":{"moveTo":"Move to...","moveDialogTitle":"Select destination","moveConfirm":"Move here","moveSuccess":"Moved successfully","timeAgo":"{time} ago","rootDirectory":"Root","metadata":{"size":"Size","created":"Created","modified":"Modified","settingsLabel":"Metadata display settings","settingsTitle":"Show inline","showSize":"File size","showCreated":"Created date","showModified":"Modified date"},"loading":"Loading files","empty":"No files found","newFile":"New File","newDirectory":"New Directory","noResultsMatching":"No files matching \\"{query}\\"","noResultsContaining":"No files containing \\"{query}\\"","label":"File tree","refreshing":"Refreshing files","refreshLabel":"Refresh file tree","resetViewLabel":"Reset file tree view","loadError":"Failed to load files","loadDirectoryError":"Failed to load directory: {status}","itemCount":"{count} items"},"update":{"available":"A new version is available","latestVersion":"Latest: v{version}","updateCommand":"Update command:","viewRelease":"View Release","dataPreserved":"Your database data will be preserved during the update.","version":"Version","installTypeGlobal":"npm (global)","installTypeLocal":"Local (git pull)","updateNow":"Update now","npxRestartNotice":"This server runs via npx. The update fetches the latest version and restarts the server. Some startup settings (such as the port) may change; if the page does not reconnect on its own, run \\"commandmate status\\" to find where the server is running.","confirmTitle":"Update CommandMate?","confirmDescription":"CommandMate will be updated to v{version}. The server stops, the new version installs, and the server starts again. This takes a few minutes.","confirmButton":"Update","starting":"Starting the update...","updating":"Updating. The server will restart automatically.","updatingHint":"This takes a few minutes. Keep this window open — the page reloads by itself once the new version is ready.","noRestartTitle":"Update installed","noRestartDescription":"This server was not started by \\"commandmate start --daemon\\", so it was left running on the old version. Restart it manually to apply the update.","timeoutTitle":"The update may have failed","timeoutDescription":"The server did not come back within the expected time. Check its state and finish the update manually:","errorTitle":"Could not start the update","errorNotGlobal":"CommandMate is not installed globally, so it cannot update itself.","errorInProgress":"An update is already running.","errorGeneric":"The update could not be started. Run the command manually:","logHint":"Update log: {path}"},"terminal":{"historyLabel":"History","filesLabel":"Files","showHistory":"Show history","hideHistory":"Hide history","showFiles":"Show files","hideFiles":"Hide files","equalizeWidths":"Equal widths","equalizeWidthsHint":"Equalize terminal widths and reset History width","addSplit":"Add split","removeSplit":"Remove split","selectInstance":"Select agent instance for {split}","moreActions":"More actions","searchTerminal":"Search terminal","endSession":"End session","endSessionFor":"End session for {name}"},"todo":{"addPlaceholder":"Add a todo…","add":"Add","empty":"No todos yet.","loading":"Loading…","statusTodo":"Todo","statusDoing":"In progress","statusDone":"Done","cycleStatus":"Status: {status} (click to change)","moveUp":"Move up","moveDown":"Move down","delete":"Delete todo","edit":"Edit todo","editTitle":"Edit todo","contentLabel":"Title","contentPlaceholder":"Todo title","detailLabel":"Detail","detailPlaceholder":"Add notes (optional)…","hasDetail":"Has detail","copyDetail":"Copy detail","save":"Save","cancel":"Cancel","loadError":"Failed to load todos","addError":"Failed to add todo","updateError":"Failed to update todo","deleteError":"Failed to delete todo","reorderError":"Failed to reorder todos"},"htmlPreview":{"interactiveModeConfirm":"Interactive mode executes scripts in the HTML file. Use Safe mode for untrusted HTML files.","title":"HTML Preview: {path}","modeSource":"Source","modePreview":"Preview","modeSplit":"Split","sandboxSafe":"Safe","sandboxInteractive":"Interactive"},"editor":{"saveFailedCloseConfirm":"Save failed. Close anyway?","unsavedCloseConfirm":"You have unsaved changes. Are you sure you want to close?","loading":"Loading...","placeholder":"Start typing...","placeholderMarkdown":"Start typing markdown...","saveSuccess":"File saved successfully","saveError":"Failed to save file","loadError":"Failed to load file","sessionExpired":"Session expired. Please re-login.","autoSaveFailed":"Auto-save failed. Switched to manual save.","unsaved":"Unsaved","auto":"Auto","splitView":"Split view","editorOnly":"Editor only","previewOnly":"Preview only","enterFullscreen":"Enter fullscreen (Ctrl+Shift+F)","exitFullscreen":"Exit fullscreen (ESC)"},"actions":{"copyPath":"Copy path","copyContent":"Copy content","copyFilePath":"Copy file path","copyFileContent":"Copy file content","search":"Search","searchInFile":"Search in file","edit":"Edit","editFile":"Edit file","download":"Download","downloadFile":"Download file","close":"Close","save":"Save","saving":"Saving...","saved":"Saved","prev":"Prev","next":"Next","fullscreen":"Fullscreen","exitFullscreen":"Exit fullscreen","minimize":"Minimize","maximize":"Maximize","retry":"Retry","refresh":"Refresh","resetView":"Reset view"},"fileSearch":{"placeholder":"Search...","prevMatch":"Previous match","nextMatch":"Next match","close":"Close search"},"fileViewer":{"loading":"Loading file...","loadError":"Failed to load file","tabSource":"Source","tabPreview":"Preview","sandboxSafe":"Safe","sandboxInteractive":"Interactive","slideTitle":"{name} - Slide {number}","noSlides":"No slides found in {fileName}","slides":"Slides","editor":"Editor"},"fileTabs":{"unsavedChanges":"Unsaved changes","closeTab":"Close {name}"},"markdownPreview":{"loadingImage":"[loading image...]","editor":"Editor","preview":"Preview","exitFullscreenHint":"Press ESC to exit fullscreen","exitFullscreenHintSwipe":"(or swipe down)","largeFileWarning":"Large file: Performance may be affected."},"mermaid":{"rendering":"Rendering diagram...","loading":"Loading diagram...","errorTitle":"Diagram Error","emptyCode":"Diagram code is empty","renderError":"Failed to render diagram"},"imageViewer":{"loadError":"Failed to load image"},"videoViewer":{"loadError":"Failed to load video","loading":"Loading video...","unsupported":"Your browser does not support the video tag."},"logViewer":{"title":"Log Files","all":"All ({count})","toolCount":"{tool} ({count})","empty":"No log files found","emptyFiltered":"No {tool} log files found","copyTitle":"Copy sanitized log to clipboard","export":"Export","exporting":"Exporting...","copied":"Log copied to clipboard (sanitized)","exportError":"Failed to export log: {error}","searchPlaceholder":"Search in log file...","prevMatch":"Previous match (Shift+Enter)","nextMatch":"Next match (Enter)","noMatches":"No matches found for \\"{query}\\""},"pdfPreview":{"title":"PDF Preview: {path}","loadError":"Could not load the PDF preview.","openInNewTab":"Open PDF in a new tab","download":"Download","downloadPdf":"Download PDF"},"diffViewer":{"badge":"DIFF","close":"Close diff view"},"search":{"searching":"Searching...","placeholder":"Search files...","label":"Search files","clear":"Clear search","mode":"Mode:","modeName":"Name","modeContent":"Content"},"tabs":{"ariaLabel":"Mobile navigation","terminal":"Terminal","history":"History","files":"Files","memo":"Tools","info":"Info","newOutput":"New output available","promptWaiting":"Prompt waiting","updateAvailable":"Update available"},"git":{"uncommittedChanges":"Uncommitted changes","askAi":"Ask AI","askAiTooltip":"Draft the current state into the AI chat (nothing is sent automatically)","advancedOperations":"Advanced operations","remote":"Remote","paneSections":"Git pane sections","tabs":{"status":"Status","changes":"Changes","history":"History","advanced":"Advanced"},"checkout":{"action":"Checkout","ariaLabel":"Checkout branch","noBranches":"No branches","checkoutBranch":"Checkout {name}","checkedOutElsewhere":"Checked out in another worktree: {path}","defaultBadge":"default","confirmTitlePrefix":"Checkout ","confirmTitleSuffix":"?","forceLabel":"Discard uncommitted changes (force) — uncommitted changes will be lost","historyLossWarning":"Switching to another branch may permanently discard the chat history, memos, and schedules linked to this worktree on the next sync.","runningSessionWarning":"Switching to this branch changes the working files a running session is operating on."},"branches":{"title":"Branches","newButton":"+ New","refresh":"Refresh branches","filterLocal":"local","filterRemote":"remote","filterAll":"all","loading":"Loading branches...","empty":"No branches","defaultBadge":"default","deleteBranch":"Delete {name}","delete":"Delete","createTitle":"Create branch","namePlaceholder":"branch name (e.g. feature/123-foo)","nameLabel":"New branch name","baseLabel":"Base branch","currentHead":"(current HEAD)","create":"Create","deleteTitlePrefix":"Delete ","deleteTitleSuffix":"?","forceDeleteLabel":"Force delete (-D) — unmerged commits will be lost"},"changes":{"title":"Changes","refresh":"Refresh changes","loading":"Loading changes...","listHeader":"{title} ({count})","empty":"None","togglePreview":"Toggle diff preview for {path}","showDiff":"Show diff for {path}","diff":"Diff","fileAction":"{action} {path}","loadingPreview":"Loading diff preview...","previewFailed":"Failed to load preview","noDiff":"No diff available","truncated":"… truncated — open full diff","staged":"Staged","unstaged":"Unstaged","untracked":"Untracked","stage":"Stage","unstage":"Unstage","commitMessage":"Commit message","amend":"Amend","commit":"Commit","committing":"Committing...","commitAndPush":"Commit + Push","commitAndPushTooltip":"Commit, then push. If the push fails the commit is already saved — just retry Push."},"history":{"title":"Commit History","refresh":"Refresh commit history","loading":"Loading commit history...","empty":"No commits found","viewDiffFor":"View diff for {hash}","viewDiff":"View diff","hideDiff":"Hide diff","loadingChangedFiles":"Loading changed files...","noChangedFiles":"No changed files","showCommitDiff":"Show commit diff for {path}","changedFiles":"Changed Files","diffLabel":"Diff: {file}","loadingDiff":"Loading diff...","noDiff":"No diff available","diffInFilePanel":"Diff displayed in file panel: {file}"},"currentStatus":{"title":"Current Status","refresh":"Refresh git status","loading":"Loading git status...","uncommitted":"uncommitted","aheadTooltip":"commits ahead of upstream","behindTooltip":"commits behind upstream"},"danger":{"title":"Danger Zone","resetOpen":"Reset…","revertOpen":"Revert…","forcePushOpen":"Force Push…","selectCommitHint":"Select a commit in Commit History to enable revert / reset-to-commit.","resetTitle":"Reset","resetTargetHead":"HEAD","resetTargetSelectedPrefix":"Selected commit ","resetTargetSelectedHash":"({hash})","resetTargetNoneSelected":"(none selected)","modeSoft":"soft","modeMixed":"mixed","modeHard":"hard","resetHardWarning":"A hard reset permanently discards uncommitted changes, and moving HEAD may also lose commits. This operation cannot be undone.","runningSessionWarning":"This destructive operation will overwrite the working files a running session is editing.","confirmPlaceholder":"Type \\"{branch}\\" to confirm","reset":"Reset","revertTitle":"Revert","revertBodyPrefix":"Revert commit ","revertNoCommit":"No commit (leave staged)","revert":"Revert","forcePushTitle":"Force Push","protectedBranchWarning":"Force pushing to the default branch is not allowed.","forceWithLease":"Use --force-with-lease (recommended — refuses if the remote moved)","forcePush":"Force Push"},"network":{"quickActions":"Quick actions","fetch":"Fetch","pull":"Pull","push":"Push","noUpstreamTooltip":"No upstream — will set upstream on push","pushing":"Pushing","pulling":"Pulling","fetching":"Fetching","progress":"{operation}… {elapsed}s","abort":"Abort","conflicts":"Pull produced conflicts: {files}. Resolve them in the terminal.","authFailedGuidance":"Run push/pull once in the terminal to set up your credentials.","failed":"Git network operation failed"},"stash":{"titlePrefix":"Stash ","count":"({count})","refresh":"Refresh stash list","messagePlaceholder":"Stash message (optional)","includeUntracked":"Include untracked","push":"Stash","loading":"Loading stashes...","empty":"No stashes","apply":"Apply","pop":"Pop","drop":"Drop","dropConfirmSuffix":" will be permanently deleted. This operation cannot be undone."},"aiPrompts":{"branchCreate":"Create branch {name} from {base} and check it out.","branchCreateBaseHead":"the current HEAD","branchDelete":"Delete branch {name}.","branchDeleteForce":"Delete branch {name}. Force-delete it with -D even if it still has unmerged commits.","stashCleanup":"List the old stash entries and suggest which ones are safe to drop.","stashCleanupCurrent":"Current stashes:","stashConflict":"A conflict occurred while running stash pop / apply. Please resolve the conflict and then commit.","reset":"I want to run a {mode} reset onto {target}. Please do it safely.","resetHard":"I want to run a hard reset onto {target}. Please do it safely. A hard reset can discard work in progress. If you need to undo the hard reset afterwards, recover it from git reflog.","revert":"Please revert commit {commit}.","forcePush":"I want to push {branchRef} with force-with-lease. Check the diff against its upstream ({upstream}) first, and push only if it is safe.","forcePushAhead":"I want to push {branchRef} (↑{ahead}) with force-with-lease. Check the diff against its upstream ({upstream}) first, and push only if it is safe.","forcePushCurrentBranch":"the current branch"}},"activityBar":{"toggleSidebar":"Toggle sidebar","label":"Activity Bar","files":"Files","git":"Git","notes":"Notes","schedules":"Schedules","agent":"Agent","timer":"Timer","todo":"ToDo","skills":"Skills"},"branchMismatch":{"changedFrom":"Branch changed from","to":"to","dismiss":"Dismiss alert"},"contextMenu":{"label":"File actions","uploadFile":"Upload File","rename":"Rename","move":"Move","delete":"Delete"},"navigation":{"toolbarLabel":"TUI Navigation","caption":"Nav","quitPager":"Quit pager"},"newFileDialog":{"title":"New File","fileNameLabel":"File name","placeholder":"document","create":"Create"},"paneResizer":{"label":"Resize panes. Use {arrows} arrow keys to adjust.","arrowsHorizontal":"left and right","arrowsVertical":"up and down"},"desktopLayout":{"activityPane":"Activity pane","terminalPane":"Terminal pane"},"worktreeStatus":{"notSet":"Not set","ready":"Ready","inProgress":"In Progress","inReview":"In Review","done":"Done"},"card":{"main":"Main","description":"Description","link":"Link","openLink":"Open link in new tab","updated":"Updated {time}"},"detail":{"worktree":"Worktree","repository":"Repository","copyRepositoryPath":"Copy repository path","copyWorktreePath":"Copy worktree path","copyPath":"Copy path","copied":"Copied!","path":"Path","status":"Status","worktreeStatusLabel":"Worktree status","description":"Description","addNotesPlaceholder":"Add notes about this branch...","noDescription":"No description added yet","link":"Link","lastUpdated":"Last Updated","logs":"Logs","hide":"Hide","show":"Show","goBack":"Go back to worktree list","home":"Home","viewInfo":"View worktree information","info":"Info","infoModalTitle":"Worktree Information","loading":"Loading worktree...","loadingInfo":"Loading worktree info...","errorLoading":"Error loading worktree","uploadFile":"Upload file","unknownRepository":"Unknown","loadingEditor":"Loading editor...","agentInstanceSelection":"Agent Instance Selection","statusPill":"{label}: {status}","subTabMessage":"Message","subTabGit":"Git"},"detailStatus":{"idle":"Idle - No active session","ready":"Ready - Waiting for input","running":"Running - Processing","waiting":"Waiting - User input required"}}')}};
|
|
1
|
+
"use strict";exports.id=2119,exports.ids=[2119],exports.modules={72119:a=>{a.exports=JSON.parse('{"agentStatus":{"moreAgents":"{count} more agents","overflowTrigger":"More agents"},"toc":{"title":"Contents","show":"Show table of contents","hide":"Hide table of contents","empty":"No headings"},"composer":{"placeholder":"Type your message…","commandsHint":"commands","newlineHint":"newline","removeAttachment":"Remove attachment","showSlashCommands":"Show slash commands","attachImage":"Attach image","sendMessage":"Send message"},"interrupt":{"stopProcessing":"Stop processing"},"history":{"title":"Message History","regionLabel":"Message history","loading":"Loading messages","empty":"No messages yet","show":"Show","displayLimit":"History display limit","showArchived":"Show archived","showUserOnly":"Show user messages only","showAllMessages":"Show all messages","openSearch":"Open search","closeSearch":"Close search","copied":"Copied to clipboard","copyFailed":"Failed to copy","search":{"regionLabel":"Search history text","placeholder":"Search...","keywordLabel":"Search keyword","prev":"Previous result","next":"Next result","close":"Close search bar","countAtMax":"{current}/{max}+"}},"conversation":{"waitingForResponse":"Waiting for response...","you":"You","assistant":"Assistant","sending":"Sending…","failedToSend":"Failed to send","retrySending":"Retry sending message","discard":"Discard","discardMessage":"Discard message","insertToMessage":"Insert to message","copy":"Copy","copyMessage":"Copy message","collapse":"Collapse","expand":"Expand","collapseMessage":"Collapse message","expandMessage":"Expand message","systemMessage":"System Message","systemMessageLabel":"System message","openFile":"Open file: {path}","conversationLabel":"Conversation: {preview}"},"messages":{"loading":"Loading messages...","empty":"No messages yet","you":"You","copy":"Copy","copyMessage":"Copy message","viewLogFile":"View log file →"},"slashCommands":{"title":"Commands","searchPlaceholder":"Search commands...","enterCustomCommand":"Enter custom command...","selectHint":"select","closeHint":"close","empty":"No commands available","catalogStale":{"hint":"Your CLI is newer than this list. Add missing commands in ~/.commandmate/slash-commands/."},"sourceBadge":{"userCatalog":"Custom"},"descriptions":{"clear":"Clear conversation history","compact":"Compact context to reduce token usage","resume":"Resume previous conversation","rewind":"Rewind to previous conversation state","config":"Open configuration settings","model":"Switch AI model","permissions":"View or update tool permissions","status":"Check session status","context":"Show context window usage","review":"Review code changes","help":"Show all available commands","doctor":"Check installation health","export":"Export conversation history","focus":"Toggle focus mode","effort":"Adjust model thinking effort (high/medium/low)","fast":"Switch to fast response mode","loop":"Run a prompt repeatedly while the session stays open","add-dir":"Add a working directory for file access during the session","terminal-setup":"Configure terminal keybindings for Shift+Enter and other shortcuts","statusline":"Configure the status line display","usage":"Show session cost, plan usage limits, and activity stats","tasks":"View and manage background tasks","memory":"Edit CLAUDE.md memory files and manage auto-memory","new":"Start a new conversation","logout":"Sign out from Codex","quit":"Exit Codex CLI","diff":"Show Git diff (including untracked files)","mention":"Attach file/folder for next interaction","mcp":"Manage MCP servers and available tools","init":"Generate AGENTS.md template in current directory","feedback":"Send feedback to Codex team","plan":"Toggle plan mode","goal":"Set goal for current session","agent":"Switch active agent (Codex)","subagents":"Manage subagents","fork":"Fork current session","memories":"Manage Codex memories","skills":"Manage Codex skills","hooks":"View or manage hook configurations","sessions":"Browse conversation history","connect":"Connect to language server","exit":"Exit OpenCode TUI","models":"Switch AI model","agents":"List and manage available agents","themes":"Change TUI theme","editor":"Open editor for long messages"}},"session":{"confirmKill":"End session for \\"{name}\\"?\\n\\nAll message history will be deleted. Log files will be retained.","failedToKill":"Failed to end session","confirmEnd":"End {tool} session?","endWarning":"Ending the session will clear chat history.","running":"Session running","starting":"Starting session","startingEllipsis":"Starting session..."},"status":{"waitingForResponse":"Waiting for response","responseCompleted":"Response completed","thinking":"Thinking...","thinkingStatus":"Thinking","claudeIsThinking":"Claude is thinking..."},"output":{"latest":"Latest output","realtimeUpdate":"Real-time update"},"errors":{"failedToUpdateFavorite":"Failed to update favorite","failedToUpdateStatus":"Failed to update status"},"feedback":{"title":"Feedback & Support","bugReport":"Report a bug","featureRequest":"Request a feature","question":"Ask a question","viewIssues":"View all issues"},"fileTree":{"moveTo":"Move to...","moveDialogTitle":"Select destination","moveConfirm":"Move here","moveSuccess":"Moved successfully","timeAgo":"{time} ago","rootDirectory":"Root","metadata":{"size":"Size","created":"Created","modified":"Modified","settingsLabel":"Metadata display settings","settingsTitle":"Show inline","showSize":"File size","showCreated":"Created date","showModified":"Modified date"},"loading":"Loading files","empty":"No files found","newFile":"New File","newDirectory":"New Directory","noResultsMatching":"No files matching \\"{query}\\"","noResultsContaining":"No files containing \\"{query}\\"","label":"File tree","refreshing":"Refreshing files","refreshLabel":"Refresh file tree","resetViewLabel":"Reset file tree view","loadError":"Failed to load files","loadDirectoryError":"Failed to load directory: {status}","itemCount":"{count} items"},"update":{"available":"A new version is available","latestVersion":"Latest: v{version}","updateCommand":"Update command:","viewRelease":"View Release","dataPreserved":"Your database data will be preserved during the update.","version":"Version","installTypeGlobal":"npm (global)","installTypeLocal":"Local (git pull)","updateNow":"Update now","npxRestartNotice":"This server runs via npx. The update fetches the latest version and restarts the server. Some startup settings (such as the port) may change; if the page does not reconnect on its own, run \\"commandmate status\\" to find where the server is running.","confirmTitle":"Update CommandMate?","confirmDescription":"CommandMate will be updated to v{version}. The server stops, the new version installs, and the server starts again. This takes a few minutes.","confirmButton":"Update","starting":"Starting the update...","updating":"Updating. The server will restart automatically.","updatingHint":"This takes a few minutes. Keep this window open — the page reloads by itself once the new version is ready.","noRestartTitle":"Update installed","noRestartDescription":"This server was not started by \\"commandmate start --daemon\\", so it was left running on the old version. Restart it manually to apply the update.","timeoutTitle":"The update may have failed","timeoutDescription":"The server did not come back within the expected time. Check its state and finish the update manually:","errorTitle":"Could not start the update","errorNotGlobal":"CommandMate is not installed globally, so it cannot update itself.","errorInProgress":"An update is already running.","errorGeneric":"The update could not be started. Run the command manually:","logHint":"Update log: {path}"},"terminal":{"historyLabel":"History","filesLabel":"Files","showHistory":"Show history","hideHistory":"Hide history","showFiles":"Show files","hideFiles":"Hide files","equalizeWidths":"Equal widths","equalizeWidthsHint":"Equalize terminal widths and reset History width","addSplit":"Add split","removeSplit":"Remove split","selectInstance":"Select agent instance for {split}","moreActions":"More actions","searchTerminal":"Search terminal","endSession":"End session","endSessionFor":"End session for {name}"},"todo":{"addPlaceholder":"Add a todo…","add":"Add","empty":"No todos yet.","loading":"Loading…","statusTodo":"Todo","statusDoing":"In progress","statusDone":"Done","cycleStatus":"Status: {status} (click to change)","moveUp":"Move up","moveDown":"Move down","delete":"Delete todo","edit":"Edit todo","editTitle":"Edit todo","contentLabel":"Title","contentPlaceholder":"Todo title","detailLabel":"Detail","detailPlaceholder":"Add notes (optional)…","hasDetail":"Has detail","copyDetail":"Copy detail","save":"Save","cancel":"Cancel","loadError":"Failed to load todos","addError":"Failed to add todo","updateError":"Failed to update todo","deleteError":"Failed to delete todo","reorderError":"Failed to reorder todos"},"htmlPreview":{"interactiveModeConfirm":"Interactive mode executes scripts in the HTML file. Use Safe mode for untrusted HTML files.","title":"HTML Preview: {path}","modeSource":"Source","modePreview":"Preview","modeSplit":"Split","sandboxSafe":"Safe","sandboxInteractive":"Interactive"},"editor":{"saveFailedCloseConfirm":"Save failed. Close anyway?","unsavedCloseConfirm":"You have unsaved changes. Are you sure you want to close?","loading":"Loading...","placeholder":"Start typing...","placeholderMarkdown":"Start typing markdown...","saveSuccess":"File saved successfully","saveError":"Failed to save file","loadError":"Failed to load file","sessionExpired":"Session expired. Please re-login.","autoSaveFailed":"Auto-save failed. Switched to manual save.","unsaved":"Unsaved","auto":"Auto","splitView":"Split view","editorOnly":"Editor only","previewOnly":"Preview only","enterFullscreen":"Enter fullscreen (Ctrl+Shift+F)","exitFullscreen":"Exit fullscreen (ESC)","indent":"Indent (Tab)","outdent":"Outdent (Shift+Tab)","tabMovesFocusOn":"Tab moves focus (Ctrl+M to indent instead)","tabMovesFocusOff":"Tab indents (Ctrl+M to move focus instead)"},"actions":{"copyPath":"Copy path","copyContent":"Copy content","copyFilePath":"Copy file path","copyFileContent":"Copy file content","search":"Search","searchInFile":"Search in file","edit":"Edit","editFile":"Edit file","download":"Download","downloadFile":"Download file","close":"Close","save":"Save","saving":"Saving...","saved":"Saved","prev":"Prev","next":"Next","fullscreen":"Fullscreen","exitFullscreen":"Exit fullscreen","minimize":"Minimize","maximize":"Maximize","retry":"Retry","refresh":"Refresh","resetView":"Reset view"},"fileSearch":{"placeholder":"Search...","prevMatch":"Previous match","nextMatch":"Next match","close":"Close search"},"fileViewer":{"loading":"Loading file...","loadError":"Failed to load file","tabSource":"Source","tabPreview":"Preview","sandboxSafe":"Safe","sandboxInteractive":"Interactive","slideTitle":"{name} - Slide {number}","noSlides":"No slides found in {fileName}","slides":"Slides","editor":"Editor","modeSwitch":"Switch display mode","modeViewer":"Viewer","modeEditor":"Edit","moreActions":"More actions"},"fileTabs":{"unsavedChanges":"Unsaved changes","closeTab":"Close {name}"},"markdownPreview":{"loadingImage":"[loading image...]","editor":"Editor","preview":"Preview","exitFullscreenHint":"Press ESC to exit fullscreen","exitFullscreenHintSwipe":"(or swipe down)","largeFileWarning":"Large file: Performance may be affected."},"mermaid":{"rendering":"Rendering diagram...","loading":"Loading diagram...","errorTitle":"Diagram Error","emptyCode":"Diagram code is empty","renderError":"Failed to render diagram"},"imageViewer":{"loadError":"Failed to load image"},"videoViewer":{"loadError":"Failed to load video","loading":"Loading video...","unsupported":"Your browser does not support the video tag."},"logViewer":{"title":"Log Files","all":"All ({count})","toolCount":"{tool} ({count})","empty":"No log files found","emptyFiltered":"No {tool} log files found","copyTitle":"Copy sanitized log to clipboard","export":"Export","exporting":"Exporting...","copied":"Log copied to clipboard (sanitized)","exportError":"Failed to export log: {error}","searchPlaceholder":"Search in log file...","prevMatch":"Previous match (Shift+Enter)","nextMatch":"Next match (Enter)","noMatches":"No matches found for \\"{query}\\""},"pdfPreview":{"title":"PDF Preview: {path}","loadError":"Could not load the PDF preview.","openInNewTab":"Open PDF in a new tab","download":"Download","downloadPdf":"Download PDF"},"diffViewer":{"badge":"DIFF","close":"Close diff view"},"search":{"searching":"Searching...","placeholder":"Search files...","label":"Search files","clear":"Clear search","mode":"Mode:","modeName":"Name","modeContent":"Content"},"tabs":{"ariaLabel":"Mobile navigation","terminal":"Terminal","history":"History","files":"Files","memo":"Tools","info":"Info","newOutput":"New output available","promptWaiting":"Prompt waiting","updateAvailable":"Update available"},"git":{"uncommittedChanges":"Uncommitted changes","askAi":"Ask AI","askAiTooltip":"Draft the current state into the AI chat (nothing is sent automatically)","advancedOperations":"Advanced operations","remote":"Remote","paneSections":"Git pane sections","tabs":{"status":"Status","changes":"Changes","history":"History","advanced":"Advanced"},"checkout":{"action":"Checkout","ariaLabel":"Checkout branch","noBranches":"No branches","checkoutBranch":"Checkout {name}","checkedOutElsewhere":"Checked out in another worktree: {path}","defaultBadge":"default","confirmTitlePrefix":"Checkout ","confirmTitleSuffix":"?","forceLabel":"Discard uncommitted changes (force) — uncommitted changes will be lost","historyLossWarning":"Switching to another branch may permanently discard the chat history, memos, and schedules linked to this worktree on the next sync.","runningSessionWarning":"Switching to this branch changes the working files a running session is operating on."},"branches":{"title":"Branches","newButton":"+ New","refresh":"Refresh branches","filterLocal":"local","filterRemote":"remote","filterAll":"all","loading":"Loading branches...","empty":"No branches","defaultBadge":"default","deleteBranch":"Delete {name}","delete":"Delete","createTitle":"Create branch","namePlaceholder":"branch name (e.g. feature/123-foo)","nameLabel":"New branch name","baseLabel":"Base branch","currentHead":"(current HEAD)","create":"Create","deleteTitlePrefix":"Delete ","deleteTitleSuffix":"?","forceDeleteLabel":"Force delete (-D) — unmerged commits will be lost"},"changes":{"title":"Changes","refresh":"Refresh changes","loading":"Loading changes...","listHeader":"{title} ({count})","empty":"None","togglePreview":"Toggle diff preview for {path}","showDiff":"Show diff for {path}","diff":"Diff","fileAction":"{action} {path}","loadingPreview":"Loading diff preview...","previewFailed":"Failed to load preview","noDiff":"No diff available","truncated":"… truncated — open full diff","staged":"Staged","unstaged":"Unstaged","untracked":"Untracked","stage":"Stage","unstage":"Unstage","commitMessage":"Commit message","amend":"Amend","commit":"Commit","committing":"Committing...","commitAndPush":"Commit + Push","commitAndPushTooltip":"Commit, then push. If the push fails the commit is already saved — just retry Push."},"history":{"title":"Commit History","refresh":"Refresh commit history","loading":"Loading commit history...","empty":"No commits found","viewDiffFor":"View diff for {hash}","viewDiff":"View diff","hideDiff":"Hide diff","loadingChangedFiles":"Loading changed files...","noChangedFiles":"No changed files","showCommitDiff":"Show commit diff for {path}","changedFiles":"Changed Files","diffLabel":"Diff: {file}","loadingDiff":"Loading diff...","noDiff":"No diff available","diffInFilePanel":"Diff displayed in file panel: {file}"},"currentStatus":{"title":"Current Status","refresh":"Check the remote and refresh (git fetch)","refreshing":"Checking the remote...","loading":"Loading git status...","uncommitted":"uncommitted","aheadTooltip":"commits ahead of upstream as of the last fetch (the live remote may differ)","behindTooltip":"commits behind upstream as of the last fetch (the live remote may differ)","lastFetch":"Last fetch: {relative}","lastFetchNever":"Last fetch: never","lastFetchTooltip":"ahead/behind compares against the remote information from this moment. Use the refresh button to update it.","noUpstreamBadge":"not pushed","noUpstreamTooltip":"This branch has no upstream, so ahead/behind cannot be computed (it has never been pushed)","upstreamGoneBadge":"remote deleted","upstreamGoneTooltip":"The configured upstream has no remote-tracking branch anymore (it was likely deleted on the remote)","detachedBadge":"detached","detachedTooltip":"HEAD does not point to a branch, so ahead/behind cannot be computed","aheadBehindErrorBadge":"unavailable","aheadBehindErrorTooltip":"Could not read ahead/behind (timeout or similar). Use the refresh button to retry."},"danger":{"title":"Danger Zone","resetOpen":"Reset…","revertOpen":"Revert…","forcePushOpen":"Force Push…","selectCommitHint":"Select a commit in Commit History to enable revert / reset-to-commit.","resetTitle":"Reset","resetTargetHead":"HEAD","resetTargetSelectedPrefix":"Selected commit ","resetTargetSelectedHash":"({hash})","resetTargetNoneSelected":"(none selected)","modeSoft":"soft","modeMixed":"mixed","modeHard":"hard","resetHardWarning":"A hard reset permanently discards uncommitted changes, and moving HEAD may also lose commits. This operation cannot be undone.","runningSessionWarning":"This destructive operation will overwrite the working files a running session is editing.","confirmPlaceholder":"Type \\"{branch}\\" to confirm","reset":"Reset","revertTitle":"Revert","revertBodyPrefix":"Revert commit ","revertNoCommit":"No commit (leave staged)","revert":"Revert","forcePushTitle":"Force Push","protectedBranchWarning":"Force pushing to the default branch is not allowed.","forceWithLease":"Use --force-with-lease (recommended — refuses if the remote moved)","forcePush":"Force Push"},"network":{"quickActions":"Quick actions","fetch":"Fetch","pull":"Pull","push":"Push","noUpstreamTooltip":"No upstream — will set upstream on push","pushing":"Pushing","pulling":"Pulling","fetching":"Fetching","progress":"{operation}… {elapsed}s","abort":"Abort","conflicts":"Pull produced conflicts: {files}. Resolve them in the terminal.","authFailedGuidance":"Run push/pull once in the terminal to set up your credentials.","failed":"Git network operation failed"},"stash":{"titlePrefix":"Stash ","count":"({count})","refresh":"Refresh stash list","messagePlaceholder":"Stash message (optional)","includeUntracked":"Include untracked","push":"Stash","loading":"Loading stashes...","empty":"No stashes","apply":"Apply","pop":"Pop","drop":"Drop","dropConfirmSuffix":" will be permanently deleted. This operation cannot be undone."},"aiPrompts":{"branchCreate":"Create branch {name} from {base} and check it out.","branchCreateBaseHead":"the current HEAD","branchDelete":"Delete branch {name}.","branchDeleteForce":"Delete branch {name}. Force-delete it with -D even if it still has unmerged commits.","stashCleanup":"List the old stash entries and suggest which ones are safe to drop.","stashCleanupCurrent":"Current stashes:","stashConflict":"A conflict occurred while running stash pop / apply. Please resolve the conflict and then commit.","reset":"I want to run a {mode} reset onto {target}. Please do it safely.","resetHard":"I want to run a hard reset onto {target}. Please do it safely. A hard reset can discard work in progress. If you need to undo the hard reset afterwards, recover it from git reflog.","revert":"Please revert commit {commit}.","forcePush":"I want to push {branchRef} with force-with-lease. Check the diff against its upstream ({upstream}) first, and push only if it is safe.","forcePushAhead":"I want to push {branchRef} (↑{ahead}) with force-with-lease. Check the diff against its upstream ({upstream}) first, and push only if it is safe.","forcePushCurrentBranch":"the current branch"}},"activityBar":{"toggleSidebar":"Toggle sidebar","label":"Activity Bar","files":"Files","git":"Git","notes":"Notes","schedules":"Schedules","agent":"Agent","timer":"Timer","todo":"ToDo","skills":"Skills"},"branchMismatch":{"changedFrom":"Branch changed from","to":"to","dismiss":"Dismiss alert"},"contextMenu":{"label":"File actions","uploadFile":"Upload File","rename":"Rename","move":"Move","delete":"Delete"},"navigation":{"toolbarLabel":"TUI Navigation","caption":"Nav","quitPager":"Quit pager"},"newFileDialog":{"title":"New File","fileNameLabel":"File name","placeholder":"document","create":"Create"},"paneResizer":{"label":"Resize panes. Use {arrows} arrow keys to adjust.","arrowsHorizontal":"left and right","arrowsVertical":"up and down"},"desktopLayout":{"activityPane":"Activity pane","terminalPane":"Terminal pane"},"worktreeStatus":{"notSet":"Not set","ready":"Ready","inProgress":"In Progress","inReview":"In Review","done":"Done"},"card":{"main":"Main","description":"Description","link":"Link","openLink":"Open link in new tab","updated":"Updated {time}"},"detail":{"worktree":"Worktree","repository":"Repository","copyRepositoryPath":"Copy repository path","copyWorktreePath":"Copy worktree path","copyPath":"Copy path","copied":"Copied!","path":"Path","status":"Status","worktreeStatusLabel":"Worktree status","description":"Description","addNotesPlaceholder":"Add notes about this branch...","noDescription":"No description added yet","link":"Link","lastUpdated":"Last Updated","logs":"Logs","hide":"Hide","show":"Show","goBack":"Go back to worktree list","home":"Home","viewInfo":"View worktree information","info":"Info","infoModalTitle":"Worktree Information","loading":"Loading worktree...","loadingInfo":"Loading worktree info...","errorLoading":"Error loading worktree","uploadFile":"Upload file","unknownRepository":"Unknown","loadingEditor":"Loading editor...","agentInstanceSelection":"Agent Instance Selection","statusPill":"{label}: {status}","subTabMessage":"Message","subTabGit":"Git"},"detailStatus":{"idle":"Idle - No active session","ready":"Ready - Waiting for input","running":"Running - Processing","waiting":"Waiting - User input required"}}')}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.id=2445,exports.ids=[2445],exports.modules={52445:a=>{a.exports=JSON.parse('{"agentStatus":{"moreAgents":"他 {count} 件のエージェント","overflowTrigger":"他のエージェント"},"toc":{"title":"目次","show":"目次を表示","hide":"目次を非表示","empty":"見出しなし"},"composer":{"placeholder":"メッセージを入力…","commandsHint":"コマンド","newlineHint":"改行","removeAttachment":"添付を削除","showSlashCommands":"スラッシュコマンドを表示","attachImage":"画像を添付","sendMessage":"メッセージを送信"},"interrupt":{"stopProcessing":"処理を中断"},"history":{"title":"メッセージ履歴","regionLabel":"メッセージ履歴","loading":"メッセージを読み込み中","empty":"メッセージはまだありません","show":"表示件数","displayLimit":"履歴の表示件数","showArchived":"アーカイブを表示","showUserOnly":"ユーザーのメッセージのみ表示","showAllMessages":"すべてのメッセージを表示","openSearch":"検索を開く","closeSearch":"検索を閉じる","copied":"クリップボードにコピーしました","copyFailed":"コピーに失敗しました","search":{"regionLabel":"履歴内テキスト検索","placeholder":"検索...","keywordLabel":"検索キーワード","prev":"前の結果 (prev)","next":"次の結果 (next)","close":"検索を閉じる (close)","countAtMax":"{current}/{max}以上"}},"conversation":{"waitingForResponse":"レスポンス待ち...","you":"あなた","assistant":"アシスタント","sending":"送信中…","failedToSend":"送信に失敗しました","retrySending":"メッセージを再送信","discard":"破棄","discardMessage":"メッセージを破棄","insertToMessage":"メッセージ欄に挿入","copy":"コピー","copyMessage":"メッセージをコピー","collapse":"折りたたむ","expand":"展開","collapseMessage":"メッセージを折りたたむ","expandMessage":"メッセージを展開","systemMessage":"システムメッセージ","systemMessageLabel":"システムメッセージ","openFile":"ファイルを開く: {path}","conversationLabel":"会話: {preview}"},"messages":{"loading":"メッセージを読み込み中...","empty":"メッセージはまだありません","you":"あなた","copy":"コピー","copyMessage":"メッセージをコピー","viewLogFile":"ログファイルを表示 →"},"slashCommands":{"title":"コマンド","searchPlaceholder":"コマンドを検索...","enterCustomCommand":"カスタムコマンドを入力...","selectHint":"選択","closeHint":"閉じる","empty":"利用可能なコマンドがありません","catalogStale":{"hint":"お使いのCLIがこの一覧より新しい可能性があります。表示されないコマンドは ~/.commandmate/slash-commands/ で追加できます。"},"sourceBadge":{"userCatalog":"カスタム"},"descriptions":{"clear":"会話履歴をクリア","compact":"コンテキストを圧縮してトークン使用量を削減","resume":"前回の会話を再開","rewind":"会話を以前の状態に巻き戻す","config":"設定を開く","model":"AI モデルを切り替え","permissions":"ツールの権限を表示・更新","status":"セッションの状態を確認","context":"コンテキストウィンドウの使用量を表示","review":"コードの変更をレビュー","help":"利用可能なすべてのコマンドを表示","doctor":"インストール状態を診断","export":"会話履歴をエクスポート","focus":"フォーカスモードを切り替え","effort":"モデルの思考量を調整(high/medium/low)","fast":"高速応答モードに切り替え","loop":"セッションを開いたままプロンプトを繰り返し実行","add-dir":"セッション中にファイルアクセス用の作業ディレクトリを追加","terminal-setup":"Shift+Enter などのターミナルキーバインドを設定","statusline":"ステータスラインの表示を設定","usage":"セッションのコスト・プラン使用量・アクティビティ統計を表示","tasks":"バックグラウンドタスクを表示・管理","memory":"CLAUDE.md メモリファイルを編集し auto-memory を管理","new":"新しい会話を開始","logout":"Codex からサインアウト","quit":"Codex CLI を終了","diff":"Git の差分を表示(未追跡ファイルを含む)","mention":"次のやり取りにファイル/フォルダを添付","mcp":"MCP サーバーと利用可能なツールを管理","init":"カレントディレクトリに AGENTS.md テンプレートを生成","feedback":"Codex チームにフィードバックを送信","plan":"プランモードを切り替え","goal":"現在のセッションの目標を設定","agent":"アクティブなエージェントを切り替え(Codex)","subagents":"サブエージェントを管理","fork":"現在のセッションをフォーク","memories":"Codex のメモリを管理","skills":"Codex のスキルを管理","hooks":"フック設定を確認・管理","sessions":"会話履歴を閲覧","connect":"言語サーバーに接続","exit":"OpenCode TUI を終了","models":"AI モデルを切り替え","agents":"利用可能なエージェントを一覧・管理","themes":"TUI のテーマを変更","editor":"長文メッセージ用のエディタを開く"}},"session":{"confirmKill":"「{name}」のセッションを終了しますか?\\n\\n※全てのメッセージ履歴が削除されます。ログファイルは保持されます。","failedToKill":"セッションの終了に失敗しました","confirmEnd":"{tool} セッションを終了しますか?","endWarning":"セッションを終了すると、チャット履歴がクリアされます。","running":"セッション実行中","starting":"セッション起動中","startingEllipsis":"セッション起動中..."},"status":{"waitingForResponse":"レスポンス待ち","responseCompleted":"レスポンス完了","thinking":"考え中...","thinkingStatus":"思考中","claudeIsThinking":"Claude が考え中です..."},"output":{"latest":"最新の出力","realtimeUpdate":"リアルタイム更新"},"errors":{"failedToUpdateFavorite":"お気に入りの更新に失敗しました","failedToUpdateStatus":"ステータスの更新に失敗しました"},"feedback":{"title":"フィードバック・サポート","bugReport":"バグを報告","featureRequest":"機能を提案","question":"質問する","viewIssues":"Issue一覧を見る"},"fileTree":{"moveTo":"移動先を選択...","moveDialogTitle":"移動先を選択","moveConfirm":"ここに移動","moveSuccess":"移動しました","timeAgo":"{time}前","rootDirectory":"ルート","metadata":{"size":"サイズ","created":"作成","modified":"更新","settingsLabel":"メタデータ表示設定","settingsTitle":"インライン表示","showSize":"ファイルサイズ","showCreated":"作成日時","showModified":"更新日時"},"loading":"ファイルを読み込み中","empty":"ファイルが見つかりません","newFile":"新規ファイル","newDirectory":"新規ディレクトリ","noResultsMatching":"「{query}」に一致するファイルはありません","noResultsContaining":"「{query}」を含むファイルはありません","label":"ファイルツリー","refreshing":"ファイルを更新中","refreshLabel":"ファイルツリーを更新","resetViewLabel":"ファイルツリーの表示をリセット","loadError":"ファイルの読み込みに失敗しました","loadDirectoryError":"ディレクトリの読み込みに失敗しました: {status}","itemCount":"{count} 項目"},"update":{"available":"新しいバージョンが利用可能です","latestVersion":"最新: v{version}","updateCommand":"更新コマンド:","viewRelease":"リリースを表示","dataPreserved":"アップデートによりデータベースのデータは保持されます。","version":"バージョン","installTypeGlobal":"npm(グローバル)","installTypeLocal":"ローカル(git pull)","updateNow":"今すぐアップデート","npxRestartNotice":"このサーバは npx で起動しています。アップデートは最新版を取得してサーバを再起動します。ポートなど一部の起動設定は変わることがあります。自動で再接続しない場合は「commandmate status」で稼働先を確認してください。","confirmTitle":"CommandMate をアップデートしますか?","confirmDescription":"CommandMate を v{version} に更新します。サーバを停止し、新しいバージョンをインストールして、再度起動します。数分かかります。","confirmButton":"アップデート","starting":"アップデートを開始しています...","updating":"アップデート中です。サーバは自動的に再起動します。","updatingHint":"数分かかります。この画面を開いたままにしてください。新しいバージョンの準備ができると自動的に再読み込みされます。","noRestartTitle":"更新をインストールしました","noRestartDescription":"このサーバは「commandmate start --daemon」以外の方法で起動されているため、旧バージョンのまま稼働しています。反映するにはサーバを手動で再起動してください。","timeoutTitle":"アップデートに失敗した可能性があります","timeoutDescription":"想定時間内にサーバが復帰しませんでした。状態を確認し、手動でアップデートを完了してください:","errorTitle":"アップデートを開始できませんでした","errorNotGlobal":"CommandMate はグローバルインストールではないため、自己更新できません。","errorInProgress":"アップデートは既に実行中です。","errorGeneric":"アップデートを開始できませんでした。手動でコマンドを実行してください:","logHint":"アップデートログ: {path}"},"terminal":{"historyLabel":"履歴","filesLabel":"ファイル","showHistory":"履歴を表示","hideHistory":"履歴を非表示","showFiles":"ファイルを表示","hideFiles":"ファイルを非表示","equalizeWidths":"均等幅","equalizeWidthsHint":"ターミナル幅を均等にし、履歴幅を初期値に戻す","addSplit":"分割を追加","removeSplit":"分割を削除","selectInstance":"{split} のエージェントインスタンスを選択","moreActions":"その他の操作","searchTerminal":"ターミナル内を検索","endSession":"セッションを終了","endSessionFor":"{name}のセッションを終了"},"todo":{"addPlaceholder":"ToDoを追加…","add":"追加","empty":"ToDoはまだありません。","loading":"読み込み中…","statusTodo":"未着手","statusDoing":"仕掛","statusDone":"完了","cycleStatus":"ステータス: {status}(クリックで変更)","moveUp":"上へ移動","moveDown":"下へ移動","delete":"ToDoを削除","edit":"ToDoを編集","editTitle":"ToDoを編集","contentLabel":"件名","contentPlaceholder":"ToDoの件名","detailLabel":"詳細","detailPlaceholder":"詳細を入力(任意)…","hasDetail":"詳細あり","copyDetail":"詳細をコピー","save":"保存","cancel":"キャンセル","loadError":"ToDoの読み込みに失敗しました","addError":"ToDoの追加に失敗しました","updateError":"ToDoの更新に失敗しました","deleteError":"ToDoの削除に失敗しました","reorderError":"ToDoの並び替えに失敗しました"},"htmlPreview":{"interactiveModeConfirm":"Interactiveモードではスクリプトが実行されます。信頼できないHTMLファイルではSafeモードを使用してください。","title":"HTML プレビュー: {path}","modeSource":"ソース","modePreview":"プレビュー","modeSplit":"分割","sandboxSafe":"セーフ","sandboxInteractive":"インタラクティブ"},"editor":{"saveFailedCloseConfirm":"保存に失敗しました。このまま閉じますか?","unsavedCloseConfirm":"未保存の変更があります。閉じてもよろしいですか?","loading":"読み込み中...","placeholder":"入力を開始...","placeholderMarkdown":"Markdown の入力を開始...","saveSuccess":"ファイルを保存しました","saveError":"ファイルの保存に失敗しました","loadError":"ファイルの読み込みに失敗しました","sessionExpired":"セッションの有効期限が切れました。再ログインしてください。","autoSaveFailed":"自動保存に失敗しました。手動保存に切り替えます。","unsaved":"未保存","auto":"自動","splitView":"分割表示","editorOnly":"エディタのみ","previewOnly":"プレビューのみ","enterFullscreen":"全画面にする (Ctrl+Shift+F)","exitFullscreen":"全画面を終了 (ESC)"},"actions":{"copyPath":"パスをコピー","copyContent":"内容をコピー","copyFilePath":"ファイルパスをコピー","copyFileContent":"ファイルの内容をコピー","search":"検索","searchInFile":"ファイル内を検索","edit":"編集","editFile":"ファイルを編集","download":"ダウンロード","downloadFile":"ファイルをダウンロード","close":"閉じる","save":"保存","saving":"保存中...","saved":"保存済み","prev":"前へ","next":"次へ","fullscreen":"全画面","exitFullscreen":"全画面を終了","minimize":"最小化","maximize":"最大化","retry":"再試行","refresh":"更新","resetView":"表示をリセット"},"fileSearch":{"placeholder":"検索...","prevMatch":"前の結果","nextMatch":"次の結果","close":"検索を閉じる"},"fileViewer":{"loading":"ファイルを読み込み中...","loadError":"ファイルの読み込みに失敗しました","tabSource":"ソース","tabPreview":"プレビュー","sandboxSafe":"セーフ","sandboxInteractive":"インタラクティブ","slideTitle":"{name} - スライド {number}","noSlides":"{fileName} にスライドが見つかりません","slides":"スライド","editor":"エディタ"},"fileTabs":{"unsavedChanges":"未保存の変更","closeTab":"{name} を閉じる"},"markdownPreview":{"loadingImage":"[画像を読み込み中...]","editor":"エディタ","preview":"プレビュー","exitFullscreenHint":"ESC キーで全画面を終了","exitFullscreenHintSwipe":"(または下にスワイプ)","largeFileWarning":"大きなファイル: パフォーマンスに影響する場合があります。"},"mermaid":{"rendering":"図を描画中...","loading":"図を読み込み中...","errorTitle":"図のエラー","emptyCode":"図のコードが空です","renderError":"図の描画に失敗しました"},"imageViewer":{"loadError":"画像の読み込みに失敗しました"},"videoViewer":{"loadError":"動画の読み込みに失敗しました","loading":"動画を読み込み中...","unsupported":"お使いのブラウザは video タグに対応していません。"},"logViewer":{"title":"ログファイル","all":"すべて ({count})","toolCount":"{tool} ({count})","empty":"ログファイルが見つかりません","emptyFiltered":"{tool} のログファイルが見つかりません","copyTitle":"サニタイズしたログをクリップボードにコピー","export":"エクスポート","exporting":"エクスポート中...","copied":"ログをクリップボードにコピーしました (サニタイズ済み)","exportError":"ログのエクスポートに失敗しました: {error}","searchPlaceholder":"ログファイル内を検索...","prevMatch":"前の一致 (Shift+Enter)","nextMatch":"次の一致 (Enter)","noMatches":"「{query}」に一致するものはありません"},"pdfPreview":{"title":"PDF プレビュー: {path}","loadError":"PDFプレビューを読み込めませんでした。","openInNewTab":"PDFを新しいタブで開く","download":"ダウンロード","downloadPdf":"PDF をダウンロード"},"diffViewer":{"badge":"DIFF","close":"差分表示を閉じる"},"search":{"searching":"検索中...","placeholder":"ファイルを検索...","label":"ファイルを検索","clear":"検索をクリア","mode":"モード:","modeName":"名前","modeContent":"内容"},"tabs":{"ariaLabel":"モバイルナビゲーション","terminal":"ターミナル","history":"履歴","files":"ファイル","memo":"ツール","info":"情報","newOutput":"新しい出力があります","promptWaiting":"プロンプト待機中","updateAvailable":"更新があります"},"git":{"uncommittedChanges":"未コミットの変更","askAi":"AI に質問","askAiTooltip":"現在の状況を AI チャットに下書きします(自動送信はされません)","advancedOperations":"高度な操作","remote":"リモート","paneSections":"Git ペインのセクション","tabs":{"status":"ステータス","changes":"変更","history":"履歴","advanced":"高度な操作"},"checkout":{"action":"チェックアウト","ariaLabel":"ブランチをチェックアウト","noBranches":"ブランチがありません","checkoutBranch":"{name} をチェックアウト","checkedOutElsewhere":"別のワークツリーでチェックアウト中: {path}","defaultBadge":"デフォルト","confirmTitlePrefix":"","confirmTitleSuffix":" をチェックアウトしますか?","forceLabel":"変更を破棄して強制チェックアウト — 未コミットの変更は失われます","historyLossWarning":"別ブランチへ切り替えると、このワークツリーに紐づくチャット履歴・メモ・スケジュールが次回同期時に失われる可能性があります","runningSessionWarning":"このブランチに切り替えると、稼働中のセッションの作業ファイルが変化します。"},"branches":{"title":"ブランチ","newButton":"+ 新規","refresh":"ブランチを更新","filterLocal":"ローカル","filterRemote":"リモート","filterAll":"すべて","loading":"ブランチを読み込み中...","empty":"ブランチがありません","defaultBadge":"デフォルト","deleteBranch":"{name} を削除","delete":"削除","createTitle":"ブランチを作成","namePlaceholder":"ブランチ名(例: feature/123-foo)","nameLabel":"新しいブランチ名","baseLabel":"ベースブランチ","currentHead":"(現在の HEAD)","create":"作成","deleteTitlePrefix":"","deleteTitleSuffix":" を削除しますか?","forceDeleteLabel":"強制削除(-D)— マージされていないコミットは失われます"},"changes":{"title":"変更","refresh":"変更を更新","loading":"変更を読み込み中...","listHeader":"{title}({count})","empty":"なし","togglePreview":"{path} の差分プレビューを切り替え","showDiff":"{path} の差分を表示","diff":"差分","fileAction":"{path} を{action}","loadingPreview":"差分プレビューを読み込み中...","previewFailed":"プレビューの読み込みに失敗しました","noDiff":"差分がありません","truncated":"… 省略されました — 完全な差分を開く","staged":"ステージ済み","unstaged":"未ステージ","untracked":"未追跡","stage":"ステージ","unstage":"アンステージ","commitMessage":"コミットメッセージ","amend":"直前のコミットを修正","commit":"コミット","committing":"コミット中...","commitAndPush":"コミット + プッシュ","commitAndPushTooltip":"コミットしてからプッシュします。プッシュに失敗してもコミットは保存済みなので、プッシュを再実行してください。"},"history":{"title":"コミット履歴","refresh":"コミット履歴を更新","loading":"コミット履歴を読み込み中...","empty":"コミットがありません","viewDiffFor":"{hash} の差分を表示","viewDiff":"差分を表示","hideDiff":"差分を隠す","loadingChangedFiles":"変更ファイルを読み込み中...","noChangedFiles":"変更ファイルがありません","showCommitDiff":"{path} のコミット差分を表示","changedFiles":"変更ファイル","diffLabel":"差分: {file}","loadingDiff":"差分を読み込み中...","noDiff":"差分がありません","diffInFilePanel":"ファイルパネルに差分を表示中: {file}"},"currentStatus":{"title":"現在の状況","refresh":"Git ステータスを更新","loading":"Git ステータスを読み込み中...","uncommitted":"未コミット","aheadTooltip":"アップストリームより先行しているコミット数","behindTooltip":"アップストリームより遅れているコミット数"},"danger":{"title":"危険な操作","resetOpen":"リセット…","revertOpen":"リバート…","forcePushOpen":"強制プッシュ…","selectCommitHint":"リバート / 指定コミットへのリセットを行うには、コミット履歴でコミットを選択してください。","resetTitle":"リセット","resetTargetHead":"HEAD","resetTargetSelectedPrefix":"選択中のコミット ","resetTargetSelectedHash":"({hash})","resetTargetNoneSelected":"(未選択)","modeSoft":"soft","modeMixed":"mixed","modeHard":"hard","resetHardWarning":"ハードリセットは未コミットの変更を完全に破棄し、HEAD を移動するとコミットも失われる可能性があります。この操作は取り消せません。","runningSessionWarning":"この危険な操作は、稼働中のセッションが編集中の作業ファイルを破壊的に書き換えます。","confirmPlaceholder":"確認のため \\"{branch}\\" と入力してください","reset":"リセット","revertTitle":"リバート","revertBodyPrefix":"コミットをリバート ","revertNoCommit":"コミットしない(ステージのまま)","revert":"リバート","forcePushTitle":"強制プッシュ","protectedBranchWarning":"デフォルトブランチへの force push は禁止されています。","forceWithLease":"--force-with-lease を使用(推奨 — リモートが更新されていた場合は拒否されます)","forcePush":"強制プッシュ"},"network":{"quickActions":"クイック操作","fetch":"フェッチ","pull":"プル","push":"プッシュ","noUpstreamTooltip":"アップストリームがありません — プッシュ時に設定されます","pushing":"プッシュ中","pulling":"プル中","fetching":"フェッチ中","progress":"{operation}… {elapsed}秒","abort":"中止","conflicts":"プルで競合が発生しました: {files}。ターミナルで解決してください。","authFailedGuidance":"ターミナルで一度 push/pull して認証情報を設定してください。","failed":"Git のネットワーク操作に失敗しました"},"stash":{"titlePrefix":"スタッシュ ","count":"({count})","refresh":"スタッシュ一覧を更新","messagePlaceholder":"スタッシュメッセージ(任意)","includeUntracked":"未追跡ファイルを含める","push":"スタッシュ","loading":"スタッシュを読み込み中...","empty":"スタッシュがありません","apply":"適用","pop":"ポップ","drop":"破棄","dropConfirmSuffix":" を完全に削除します。この操作は取り消せません。"},"aiPrompts":{"branchCreate":"{base} から {name} ブランチを作成して checkout してください。","branchCreateBaseHead":"現在の HEAD","branchDelete":"{name} ブランチを削除してください。","branchDeleteForce":"{name} ブランチを削除してください。(マージされていないコミットがあっても -D で強制削除してください)","stashCleanup":"古い stash entry をリストアップし、不要なものを削除する提案をしてください。","stashCleanupCurrent":"現在の stash:","stashConflict":"stash の pop / apply で conflict が発生しました。conflict を解決してから commit してください。","reset":"{target} に対して {mode} reset を行いたいです。安全に実行してください。","resetHard":"{target} に対して hard reset を行いたいです。安全に実行してください。 hard reset は作業内容を失う可能性があります。もし直前の hard reset を取り消したい場合は git reflog から復旧してください。","revert":"コミット {commit} を revert してください。","forcePush":"{branchRef} を force-with-lease で push したいです。事前に upstream({upstream})との差分を確認し、安全な場合のみ push してください。","forcePushAhead":"{branchRef}(↑{ahead}) を force-with-lease で push したいです。事前に upstream({upstream})との差分を確認し、安全な場合のみ push してください。","forcePushCurrentBranch":"現在のブランチ"}},"activityBar":{"toggleSidebar":"サイドバーを切り替え","label":"アクティビティバー","files":"ファイル","git":"Git","notes":"メモ","schedules":"スケジュール","agent":"エージェント","timer":"タイマー","todo":"ToDo","skills":"スキル"},"branchMismatch":{"changedFrom":"ブランチが","to":"から","dismiss":"アラートを閉じる"},"contextMenu":{"label":"ファイル操作","uploadFile":"ファイルをアップロード","rename":"名前を変更","move":"移動","delete":"削除"},"navigation":{"toolbarLabel":"TUI ナビゲーション","caption":"ナビ","quitPager":"ページャーを終了"},"newFileDialog":{"title":"新規ファイル","fileNameLabel":"ファイル名","placeholder":"document","create":"作成"},"paneResizer":{"label":"ペインのサイズを変更します。{arrows}キーで調整できます。","arrowsHorizontal":"左右の矢印","arrowsVertical":"上下の矢印"},"desktopLayout":{"activityPane":"アクティビティペイン","terminalPane":"ターミナルペイン"},"worktreeStatus":{"notSet":"未設定","ready":"準備完了","inProgress":"作業中","inReview":"レビュー中","done":"完了"},"card":{"main":"メイン","description":"説明","link":"リンク","openLink":"リンクを新しいタブで開く","updated":"更新 {time}"},"detail":{"worktree":"ワークツリー","repository":"リポジトリ","copyRepositoryPath":"リポジトリのパスをコピー","copyWorktreePath":"ワークツリーのパスをコピー","copyPath":"パスをコピー","copied":"コピーしました!","path":"パス","status":"ステータス","worktreeStatusLabel":"ワークツリーのステータス","description":"説明","addNotesPlaceholder":"このブランチについてのメモを追加...","noDescription":"説明はまだ追加されていません","link":"リンク","lastUpdated":"最終更新","logs":"ログ","hide":"隠す","show":"表示","goBack":"ワークツリー一覧に戻る","home":"ホーム","viewInfo":"ワークツリーの情報を表示","info":"情報","infoModalTitle":"ワークツリー情報","loading":"ワークツリーを読み込み中...","loadingInfo":"ワークツリー情報を読み込み中...","errorLoading":"ワークツリーの読み込みに失敗しました","uploadFile":"ファイルをアップロード","unknownRepository":"不明","loadingEditor":"エディタを読み込み中...","agentInstanceSelection":"エージェントインスタンスの選択","statusPill":"{label}: {status}","subTabMessage":"メッセージ","subTabGit":"Git"},"detailStatus":{"idle":"アイドル - セッションなし","ready":"準備完了 - 入力待ち","running":"実行中 - 処理しています","waiting":"待機中 - ユーザー入力が必要です"}}')}};
|
|
1
|
+
"use strict";exports.id=2445,exports.ids=[2445],exports.modules={52445:a=>{a.exports=JSON.parse('{"agentStatus":{"moreAgents":"他 {count} 件のエージェント","overflowTrigger":"他のエージェント"},"toc":{"title":"目次","show":"目次を表示","hide":"目次を非表示","empty":"見出しなし"},"composer":{"placeholder":"メッセージを入力…","commandsHint":"コマンド","newlineHint":"改行","removeAttachment":"添付を削除","showSlashCommands":"スラッシュコマンドを表示","attachImage":"画像を添付","sendMessage":"メッセージを送信"},"interrupt":{"stopProcessing":"処理を中断"},"history":{"title":"メッセージ履歴","regionLabel":"メッセージ履歴","loading":"メッセージを読み込み中","empty":"メッセージはまだありません","show":"表示件数","displayLimit":"履歴の表示件数","showArchived":"アーカイブを表示","showUserOnly":"ユーザーのメッセージのみ表示","showAllMessages":"すべてのメッセージを表示","openSearch":"検索を開く","closeSearch":"検索を閉じる","copied":"クリップボードにコピーしました","copyFailed":"コピーに失敗しました","search":{"regionLabel":"履歴内テキスト検索","placeholder":"検索...","keywordLabel":"検索キーワード","prev":"前の結果 (prev)","next":"次の結果 (next)","close":"検索を閉じる (close)","countAtMax":"{current}/{max}以上"}},"conversation":{"waitingForResponse":"レスポンス待ち...","you":"あなた","assistant":"アシスタント","sending":"送信中…","failedToSend":"送信に失敗しました","retrySending":"メッセージを再送信","discard":"破棄","discardMessage":"メッセージを破棄","insertToMessage":"メッセージ欄に挿入","copy":"コピー","copyMessage":"メッセージをコピー","collapse":"折りたたむ","expand":"展開","collapseMessage":"メッセージを折りたたむ","expandMessage":"メッセージを展開","systemMessage":"システムメッセージ","systemMessageLabel":"システムメッセージ","openFile":"ファイルを開く: {path}","conversationLabel":"会話: {preview}"},"messages":{"loading":"メッセージを読み込み中...","empty":"メッセージはまだありません","you":"あなた","copy":"コピー","copyMessage":"メッセージをコピー","viewLogFile":"ログファイルを表示 →"},"slashCommands":{"title":"コマンド","searchPlaceholder":"コマンドを検索...","enterCustomCommand":"カスタムコマンドを入力...","selectHint":"選択","closeHint":"閉じる","empty":"利用可能なコマンドがありません","catalogStale":{"hint":"お使いのCLIがこの一覧より新しい可能性があります。表示されないコマンドは ~/.commandmate/slash-commands/ で追加できます。"},"sourceBadge":{"userCatalog":"カスタム"},"descriptions":{"clear":"会話履歴をクリア","compact":"コンテキストを圧縮してトークン使用量を削減","resume":"前回の会話を再開","rewind":"会話を以前の状態に巻き戻す","config":"設定を開く","model":"AI モデルを切り替え","permissions":"ツールの権限を表示・更新","status":"セッションの状態を確認","context":"コンテキストウィンドウの使用量を表示","review":"コードの変更をレビュー","help":"利用可能なすべてのコマンドを表示","doctor":"インストール状態を診断","export":"会話履歴をエクスポート","focus":"フォーカスモードを切り替え","effort":"モデルの思考量を調整(high/medium/low)","fast":"高速応答モードに切り替え","loop":"セッションを開いたままプロンプトを繰り返し実行","add-dir":"セッション中にファイルアクセス用の作業ディレクトリを追加","terminal-setup":"Shift+Enter などのターミナルキーバインドを設定","statusline":"ステータスラインの表示を設定","usage":"セッションのコスト・プラン使用量・アクティビティ統計を表示","tasks":"バックグラウンドタスクを表示・管理","memory":"CLAUDE.md メモリファイルを編集し auto-memory を管理","new":"新しい会話を開始","logout":"Codex からサインアウト","quit":"Codex CLI を終了","diff":"Git の差分を表示(未追跡ファイルを含む)","mention":"次のやり取りにファイル/フォルダを添付","mcp":"MCP サーバーと利用可能なツールを管理","init":"カレントディレクトリに AGENTS.md テンプレートを生成","feedback":"Codex チームにフィードバックを送信","plan":"プランモードを切り替え","goal":"現在のセッションの目標を設定","agent":"アクティブなエージェントを切り替え(Codex)","subagents":"サブエージェントを管理","fork":"現在のセッションをフォーク","memories":"Codex のメモリを管理","skills":"Codex のスキルを管理","hooks":"フック設定を確認・管理","sessions":"会話履歴を閲覧","connect":"言語サーバーに接続","exit":"OpenCode TUI を終了","models":"AI モデルを切り替え","agents":"利用可能なエージェントを一覧・管理","themes":"TUI のテーマを変更","editor":"長文メッセージ用のエディタを開く"}},"session":{"confirmKill":"「{name}」のセッションを終了しますか?\\n\\n※全てのメッセージ履歴が削除されます。ログファイルは保持されます。","failedToKill":"セッションの終了に失敗しました","confirmEnd":"{tool} セッションを終了しますか?","endWarning":"セッションを終了すると、チャット履歴がクリアされます。","running":"セッション実行中","starting":"セッション起動中","startingEllipsis":"セッション起動中..."},"status":{"waitingForResponse":"レスポンス待ち","responseCompleted":"レスポンス完了","thinking":"考え中...","thinkingStatus":"思考中","claudeIsThinking":"Claude が考え中です..."},"output":{"latest":"最新の出力","realtimeUpdate":"リアルタイム更新"},"errors":{"failedToUpdateFavorite":"お気に入りの更新に失敗しました","failedToUpdateStatus":"ステータスの更新に失敗しました"},"feedback":{"title":"フィードバック・サポート","bugReport":"バグを報告","featureRequest":"機能を提案","question":"質問する","viewIssues":"Issue一覧を見る"},"fileTree":{"moveTo":"移動先を選択...","moveDialogTitle":"移動先を選択","moveConfirm":"ここに移動","moveSuccess":"移動しました","timeAgo":"{time}前","rootDirectory":"ルート","metadata":{"size":"サイズ","created":"作成","modified":"更新","settingsLabel":"メタデータ表示設定","settingsTitle":"インライン表示","showSize":"ファイルサイズ","showCreated":"作成日時","showModified":"更新日時"},"loading":"ファイルを読み込み中","empty":"ファイルが見つかりません","newFile":"新規ファイル","newDirectory":"新規ディレクトリ","noResultsMatching":"「{query}」に一致するファイルはありません","noResultsContaining":"「{query}」を含むファイルはありません","label":"ファイルツリー","refreshing":"ファイルを更新中","refreshLabel":"ファイルツリーを更新","resetViewLabel":"ファイルツリーの表示をリセット","loadError":"ファイルの読み込みに失敗しました","loadDirectoryError":"ディレクトリの読み込みに失敗しました: {status}","itemCount":"{count} 項目"},"update":{"available":"新しいバージョンが利用可能です","latestVersion":"最新: v{version}","updateCommand":"更新コマンド:","viewRelease":"リリースを表示","dataPreserved":"アップデートによりデータベースのデータは保持されます。","version":"バージョン","installTypeGlobal":"npm(グローバル)","installTypeLocal":"ローカル(git pull)","updateNow":"今すぐアップデート","npxRestartNotice":"このサーバは npx で起動しています。アップデートは最新版を取得してサーバを再起動します。ポートなど一部の起動設定は変わることがあります。自動で再接続しない場合は「commandmate status」で稼働先を確認してください。","confirmTitle":"CommandMate をアップデートしますか?","confirmDescription":"CommandMate を v{version} に更新します。サーバを停止し、新しいバージョンをインストールして、再度起動します。数分かかります。","confirmButton":"アップデート","starting":"アップデートを開始しています...","updating":"アップデート中です。サーバは自動的に再起動します。","updatingHint":"数分かかります。この画面を開いたままにしてください。新しいバージョンの準備ができると自動的に再読み込みされます。","noRestartTitle":"更新をインストールしました","noRestartDescription":"このサーバは「commandmate start --daemon」以外の方法で起動されているため、旧バージョンのまま稼働しています。反映するにはサーバを手動で再起動してください。","timeoutTitle":"アップデートに失敗した可能性があります","timeoutDescription":"想定時間内にサーバが復帰しませんでした。状態を確認し、手動でアップデートを完了してください:","errorTitle":"アップデートを開始できませんでした","errorNotGlobal":"CommandMate はグローバルインストールではないため、自己更新できません。","errorInProgress":"アップデートは既に実行中です。","errorGeneric":"アップデートを開始できませんでした。手動でコマンドを実行してください:","logHint":"アップデートログ: {path}"},"terminal":{"historyLabel":"履歴","filesLabel":"ファイル","showHistory":"履歴を表示","hideHistory":"履歴を非表示","showFiles":"ファイルを表示","hideFiles":"ファイルを非表示","equalizeWidths":"均等幅","equalizeWidthsHint":"ターミナル幅を均等にし、履歴幅を初期値に戻す","addSplit":"分割を追加","removeSplit":"分割を削除","selectInstance":"{split} のエージェントインスタンスを選択","moreActions":"その他の操作","searchTerminal":"ターミナル内を検索","endSession":"セッションを終了","endSessionFor":"{name}のセッションを終了"},"todo":{"addPlaceholder":"ToDoを追加…","add":"追加","empty":"ToDoはまだありません。","loading":"読み込み中…","statusTodo":"未着手","statusDoing":"仕掛","statusDone":"完了","cycleStatus":"ステータス: {status}(クリックで変更)","moveUp":"上へ移動","moveDown":"下へ移動","delete":"ToDoを削除","edit":"ToDoを編集","editTitle":"ToDoを編集","contentLabel":"件名","contentPlaceholder":"ToDoの件名","detailLabel":"詳細","detailPlaceholder":"詳細を入力(任意)…","hasDetail":"詳細あり","copyDetail":"詳細をコピー","save":"保存","cancel":"キャンセル","loadError":"ToDoの読み込みに失敗しました","addError":"ToDoの追加に失敗しました","updateError":"ToDoの更新に失敗しました","deleteError":"ToDoの削除に失敗しました","reorderError":"ToDoの並び替えに失敗しました"},"htmlPreview":{"interactiveModeConfirm":"Interactiveモードではスクリプトが実行されます。信頼できないHTMLファイルではSafeモードを使用してください。","title":"HTML プレビュー: {path}","modeSource":"ソース","modePreview":"プレビュー","modeSplit":"分割","sandboxSafe":"セーフ","sandboxInteractive":"インタラクティブ"},"editor":{"saveFailedCloseConfirm":"保存に失敗しました。このまま閉じますか?","unsavedCloseConfirm":"未保存の変更があります。閉じてもよろしいですか?","loading":"読み込み中...","placeholder":"入力を開始...","placeholderMarkdown":"Markdown の入力を開始...","saveSuccess":"ファイルを保存しました","saveError":"ファイルの保存に失敗しました","loadError":"ファイルの読み込みに失敗しました","sessionExpired":"セッションの有効期限が切れました。再ログインしてください。","autoSaveFailed":"自動保存に失敗しました。手動保存に切り替えます。","unsaved":"未保存","auto":"自動","splitView":"分割表示","editorOnly":"エディタのみ","previewOnly":"プレビューのみ","enterFullscreen":"全画面にする (Ctrl+Shift+F)","exitFullscreen":"全画面を終了 (ESC)","indent":"インデント (Tab)","outdent":"アウトデント (Shift+Tab)","tabMovesFocusOn":"Tab はフォーカス移動 (Ctrl+M でインデントに切替)","tabMovesFocusOff":"Tab はインデント (Ctrl+M でフォーカス移動に切替)"},"actions":{"copyPath":"パスをコピー","copyContent":"内容をコピー","copyFilePath":"ファイルパスをコピー","copyFileContent":"ファイルの内容をコピー","search":"検索","searchInFile":"ファイル内を検索","edit":"編集","editFile":"ファイルを編集","download":"ダウンロード","downloadFile":"ファイルをダウンロード","close":"閉じる","save":"保存","saving":"保存中...","saved":"保存済み","prev":"前へ","next":"次へ","fullscreen":"全画面","exitFullscreen":"全画面を終了","minimize":"最小化","maximize":"最大化","retry":"再試行","refresh":"更新","resetView":"表示をリセット"},"fileSearch":{"placeholder":"検索...","prevMatch":"前の結果","nextMatch":"次の結果","close":"検索を閉じる"},"fileViewer":{"loading":"ファイルを読み込み中...","loadError":"ファイルの読み込みに失敗しました","tabSource":"ソース","tabPreview":"プレビュー","sandboxSafe":"セーフ","sandboxInteractive":"インタラクティブ","slideTitle":"{name} - スライド {number}","noSlides":"{fileName} にスライドが見つかりません","slides":"スライド","editor":"エディタ","modeSwitch":"表示モードの切替","modeViewer":"ビュワー","modeEditor":"編集","moreActions":"その他の操作"},"fileTabs":{"unsavedChanges":"未保存の変更","closeTab":"{name} を閉じる"},"markdownPreview":{"loadingImage":"[画像を読み込み中...]","editor":"エディタ","preview":"プレビュー","exitFullscreenHint":"ESC キーで全画面を終了","exitFullscreenHintSwipe":"(または下にスワイプ)","largeFileWarning":"大きなファイル: パフォーマンスに影響する場合があります。"},"mermaid":{"rendering":"図を描画中...","loading":"図を読み込み中...","errorTitle":"図のエラー","emptyCode":"図のコードが空です","renderError":"図の描画に失敗しました"},"imageViewer":{"loadError":"画像の読み込みに失敗しました"},"videoViewer":{"loadError":"動画の読み込みに失敗しました","loading":"動画を読み込み中...","unsupported":"お使いのブラウザは video タグに対応していません。"},"logViewer":{"title":"ログファイル","all":"すべて ({count})","toolCount":"{tool} ({count})","empty":"ログファイルが見つかりません","emptyFiltered":"{tool} のログファイルが見つかりません","copyTitle":"サニタイズしたログをクリップボードにコピー","export":"エクスポート","exporting":"エクスポート中...","copied":"ログをクリップボードにコピーしました (サニタイズ済み)","exportError":"ログのエクスポートに失敗しました: {error}","searchPlaceholder":"ログファイル内を検索...","prevMatch":"前の一致 (Shift+Enter)","nextMatch":"次の一致 (Enter)","noMatches":"「{query}」に一致するものはありません"},"pdfPreview":{"title":"PDF プレビュー: {path}","loadError":"PDFプレビューを読み込めませんでした。","openInNewTab":"PDFを新しいタブで開く","download":"ダウンロード","downloadPdf":"PDF をダウンロード"},"diffViewer":{"badge":"DIFF","close":"差分表示を閉じる"},"search":{"searching":"検索中...","placeholder":"ファイルを検索...","label":"ファイルを検索","clear":"検索をクリア","mode":"モード:","modeName":"名前","modeContent":"内容"},"tabs":{"ariaLabel":"モバイルナビゲーション","terminal":"ターミナル","history":"履歴","files":"ファイル","memo":"ツール","info":"情報","newOutput":"新しい出力があります","promptWaiting":"プロンプト待機中","updateAvailable":"更新があります"},"git":{"uncommittedChanges":"未コミットの変更","askAi":"AI に質問","askAiTooltip":"現在の状況を AI チャットに下書きします(自動送信はされません)","advancedOperations":"高度な操作","remote":"リモート","paneSections":"Git ペインのセクション","tabs":{"status":"ステータス","changes":"変更","history":"履歴","advanced":"高度な操作"},"checkout":{"action":"チェックアウト","ariaLabel":"ブランチをチェックアウト","noBranches":"ブランチがありません","checkoutBranch":"{name} をチェックアウト","checkedOutElsewhere":"別のワークツリーでチェックアウト中: {path}","defaultBadge":"デフォルト","confirmTitlePrefix":"","confirmTitleSuffix":" をチェックアウトしますか?","forceLabel":"変更を破棄して強制チェックアウト — 未コミットの変更は失われます","historyLossWarning":"別ブランチへ切り替えると、このワークツリーに紐づくチャット履歴・メモ・スケジュールが次回同期時に失われる可能性があります","runningSessionWarning":"このブランチに切り替えると、稼働中のセッションの作業ファイルが変化します。"},"branches":{"title":"ブランチ","newButton":"+ 新規","refresh":"ブランチを更新","filterLocal":"ローカル","filterRemote":"リモート","filterAll":"すべて","loading":"ブランチを読み込み中...","empty":"ブランチがありません","defaultBadge":"デフォルト","deleteBranch":"{name} を削除","delete":"削除","createTitle":"ブランチを作成","namePlaceholder":"ブランチ名(例: feature/123-foo)","nameLabel":"新しいブランチ名","baseLabel":"ベースブランチ","currentHead":"(現在の HEAD)","create":"作成","deleteTitlePrefix":"","deleteTitleSuffix":" を削除しますか?","forceDeleteLabel":"強制削除(-D)— マージされていないコミットは失われます"},"changes":{"title":"変更","refresh":"変更を更新","loading":"変更を読み込み中...","listHeader":"{title}({count})","empty":"なし","togglePreview":"{path} の差分プレビューを切り替え","showDiff":"{path} の差分を表示","diff":"差分","fileAction":"{path} を{action}","loadingPreview":"差分プレビューを読み込み中...","previewFailed":"プレビューの読み込みに失敗しました","noDiff":"差分がありません","truncated":"… 省略されました — 完全な差分を開く","staged":"ステージ済み","unstaged":"未ステージ","untracked":"未追跡","stage":"ステージ","unstage":"アンステージ","commitMessage":"コミットメッセージ","amend":"直前のコミットを修正","commit":"コミット","committing":"コミット中...","commitAndPush":"コミット + プッシュ","commitAndPushTooltip":"コミットしてからプッシュします。プッシュに失敗してもコミットは保存済みなので、プッシュを再実行してください。"},"history":{"title":"コミット履歴","refresh":"コミット履歴を更新","loading":"コミット履歴を読み込み中...","empty":"コミットがありません","viewDiffFor":"{hash} の差分を表示","viewDiff":"差分を表示","hideDiff":"差分を隠す","loadingChangedFiles":"変更ファイルを読み込み中...","noChangedFiles":"変更ファイルがありません","showCommitDiff":"{path} のコミット差分を表示","changedFiles":"変更ファイル","diffLabel":"差分: {file}","loadingDiff":"差分を読み込み中...","noDiff":"差分がありません","diffInFilePanel":"ファイルパネルに差分を表示中: {file}"},"currentStatus":{"title":"現在の状況","refresh":"リモートを確認して更新(git fetch)","refreshing":"リモートを確認中...","loading":"Git ステータスを読み込み中...","uncommitted":"未コミット","aheadTooltip":"最後に fetch した時点のアップストリームより先行しているコミット数(リモートの最新状態とは異なる場合があります)","behindTooltip":"最後に fetch した時点のアップストリームより遅れているコミット数(リモートの最新状態とは異なる場合があります)","lastFetch":"最終 fetch: {relative}","lastFetchNever":"最終 fetch: まだ実行していません","lastFetchTooltip":"ahead/behind はこの時点のリモート情報との比較です。更新ボタンで再取得できます。","noUpstreamBadge":"未プッシュ","noUpstreamTooltip":"このブランチにはアップストリームが設定されていないため、ahead/behind を計算できません(まだ push していません)","upstreamGoneBadge":"リモート削除済み","upstreamGoneTooltip":"設定されたアップストリームのリモート追跡ブランチが存在しません(リモート側で削除された可能性があります)","detachedBadge":"detached","detachedTooltip":"HEAD がブランチを指していないため、ahead/behind を計算できません","aheadBehindErrorBadge":"比較できません","aheadBehindErrorTooltip":"ahead/behind の取得に失敗しました(タイムアウトなど)。更新ボタンで再試行できます。"},"danger":{"title":"危険な操作","resetOpen":"リセット…","revertOpen":"リバート…","forcePushOpen":"強制プッシュ…","selectCommitHint":"リバート / 指定コミットへのリセットを行うには、コミット履歴でコミットを選択してください。","resetTitle":"リセット","resetTargetHead":"HEAD","resetTargetSelectedPrefix":"選択中のコミット ","resetTargetSelectedHash":"({hash})","resetTargetNoneSelected":"(未選択)","modeSoft":"soft","modeMixed":"mixed","modeHard":"hard","resetHardWarning":"ハードリセットは未コミットの変更を完全に破棄し、HEAD を移動するとコミットも失われる可能性があります。この操作は取り消せません。","runningSessionWarning":"この危険な操作は、稼働中のセッションが編集中の作業ファイルを破壊的に書き換えます。","confirmPlaceholder":"確認のため \\"{branch}\\" と入力してください","reset":"リセット","revertTitle":"リバート","revertBodyPrefix":"コミットをリバート ","revertNoCommit":"コミットしない(ステージのまま)","revert":"リバート","forcePushTitle":"強制プッシュ","protectedBranchWarning":"デフォルトブランチへの force push は禁止されています。","forceWithLease":"--force-with-lease を使用(推奨 — リモートが更新されていた場合は拒否されます)","forcePush":"強制プッシュ"},"network":{"quickActions":"クイック操作","fetch":"フェッチ","pull":"プル","push":"プッシュ","noUpstreamTooltip":"アップストリームがありません — プッシュ時に設定されます","pushing":"プッシュ中","pulling":"プル中","fetching":"フェッチ中","progress":"{operation}… {elapsed}秒","abort":"中止","conflicts":"プルで競合が発生しました: {files}。ターミナルで解決してください。","authFailedGuidance":"ターミナルで一度 push/pull して認証情報を設定してください。","failed":"Git のネットワーク操作に失敗しました"},"stash":{"titlePrefix":"スタッシュ ","count":"({count})","refresh":"スタッシュ一覧を更新","messagePlaceholder":"スタッシュメッセージ(任意)","includeUntracked":"未追跡ファイルを含める","push":"スタッシュ","loading":"スタッシュを読み込み中...","empty":"スタッシュがありません","apply":"適用","pop":"ポップ","drop":"破棄","dropConfirmSuffix":" を完全に削除します。この操作は取り消せません。"},"aiPrompts":{"branchCreate":"{base} から {name} ブランチを作成して checkout してください。","branchCreateBaseHead":"現在の HEAD","branchDelete":"{name} ブランチを削除してください。","branchDeleteForce":"{name} ブランチを削除してください。(マージされていないコミットがあっても -D で強制削除してください)","stashCleanup":"古い stash entry をリストアップし、不要なものを削除する提案をしてください。","stashCleanupCurrent":"現在の stash:","stashConflict":"stash の pop / apply で conflict が発生しました。conflict を解決してから commit してください。","reset":"{target} に対して {mode} reset を行いたいです。安全に実行してください。","resetHard":"{target} に対して hard reset を行いたいです。安全に実行してください。 hard reset は作業内容を失う可能性があります。もし直前の hard reset を取り消したい場合は git reflog から復旧してください。","revert":"コミット {commit} を revert してください。","forcePush":"{branchRef} を force-with-lease で push したいです。事前に upstream({upstream})との差分を確認し、安全な場合のみ push してください。","forcePushAhead":"{branchRef}(↑{ahead}) を force-with-lease で push したいです。事前に upstream({upstream})との差分を確認し、安全な場合のみ push してください。","forcePushCurrentBranch":"現在のブランチ"}},"activityBar":{"toggleSidebar":"サイドバーを切り替え","label":"アクティビティバー","files":"ファイル","git":"Git","notes":"メモ","schedules":"スケジュール","agent":"エージェント","timer":"タイマー","todo":"ToDo","skills":"スキル"},"branchMismatch":{"changedFrom":"ブランチが","to":"から","dismiss":"アラートを閉じる"},"contextMenu":{"label":"ファイル操作","uploadFile":"ファイルをアップロード","rename":"名前を変更","move":"移動","delete":"削除"},"navigation":{"toolbarLabel":"TUI ナビゲーション","caption":"ナビ","quitPager":"ページャーを終了"},"newFileDialog":{"title":"新規ファイル","fileNameLabel":"ファイル名","placeholder":"document","create":"作成"},"paneResizer":{"label":"ペインのサイズを変更します。{arrows}キーで調整できます。","arrowsHorizontal":"左右の矢印","arrowsVertical":"上下の矢印"},"desktopLayout":{"activityPane":"アクティビティペイン","terminalPane":"ターミナルペイン"},"worktreeStatus":{"notSet":"未設定","ready":"準備完了","inProgress":"作業中","inReview":"レビュー中","done":"完了"},"card":{"main":"メイン","description":"説明","link":"リンク","openLink":"リンクを新しいタブで開く","updated":"更新 {time}"},"detail":{"worktree":"ワークツリー","repository":"リポジトリ","copyRepositoryPath":"リポジトリのパスをコピー","copyWorktreePath":"ワークツリーのパスをコピー","copyPath":"パスをコピー","copied":"コピーしました!","path":"パス","status":"ステータス","worktreeStatusLabel":"ワークツリーのステータス","description":"説明","addNotesPlaceholder":"このブランチについてのメモを追加...","noDescription":"説明はまだ追加されていません","link":"リンク","lastUpdated":"最終更新","logs":"ログ","hide":"隠す","show":"表示","goBack":"ワークツリー一覧に戻る","home":"ホーム","viewInfo":"ワークツリーの情報を表示","info":"情報","infoModalTitle":"ワークツリー情報","loading":"ワークツリーを読み込み中...","loadingInfo":"ワークツリー情報を読み込み中...","errorLoading":"ワークツリーの読み込みに失敗しました","uploadFile":"ファイルをアップロード","unknownRepository":"不明","loadingEditor":"エディタを読み込み中...","agentInstanceSelection":"エージェントインスタンスの選択","statusPill":"{label}: {status}","subTabMessage":"メッセージ","subTabGit":"Git"},"detailStatus":{"idle":"アイドル - セッションなし","ready":"準備完了 - 入力待ち","running":"実行中 - 処理しています","waiting":"待機中 - ユーザー入力が必要です"}}')}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.id=3543,exports.ids=[3543],exports.modules={73543:a=>{a.exports=JSON.parse('{"sessions":{"idleAgents":"{count} idle","activeAgents":"{count} active","title":"Sessions","description":"All worktree sessions across repositories.","filterPlaceholder":"Filter by name or repository...","filterAriaLabel":"Filter sessions by name or repository","sortByAriaLabel":"Sort by","sortAscending":"Sort ascending","sortDescending":"Sort descending","loadingAriaLabel":"Loading sessions","refreshError":"Failed to refresh sessions: {message}","loadError":"Failed to load sessions: {message}","noMatching":"No matching sessions found.","empty":"No sessions yet."},"nav":{"home":"Home","chat":"Chat","sessions":"Sessions","repositories":"Repositories","repositoriesShort":"Repos","review":"Review","reviewReport":"Review/Report","more":"More","skills":"Skills"},"repositories":{"empty":"No repositories registered yet.","add":"Add Repository","syncAll":"Sync All","syncing":"Syncing...","addNewTitle":"Add New Repository","localPathTab":"Local Path","cloneUrlTab":"Clone URL","localPathDescription":"Enter the absolute path to a git repository containing worktrees.","localPathLabel":"Repository Path","localPathExample":"Example:
|
|
1
|
+
"use strict";exports.id=3543,exports.ids=[3543],exports.modules={73543:a=>{a.exports=JSON.parse('{"sessions":{"idleAgents":"{count} idle","activeAgents":"{count} active","title":"Sessions","description":"All worktree sessions across repositories.","filterPlaceholder":"Filter by name or repository...","filterAriaLabel":"Filter sessions by name or repository","sortByAriaLabel":"Sort by","sortAscending":"Sort ascending","sortDescending":"Sort descending","loadingAriaLabel":"Loading sessions","refreshError":"Failed to refresh sessions: {message}","loadError":"Failed to load sessions: {message}","noMatching":"No matching sessions found.","empty":"No sessions yet."},"nav":{"home":"Home","chat":"Chat","sessions":"Sessions","repositories":"Repositories","repositoriesShort":"Repos","review":"Review","reviewReport":"Review/Report","more":"More","skills":"Skills"},"repositories":{"empty":"No repositories registered yet.","add":"Add Repository","syncAll":"Sync All","syncing":"Syncing...","addNewTitle":"Add New Repository","localPathTab":"Local Path","cloneUrlTab":"Clone URL","localPathDescription":"Enter the absolute path to a git repository containing worktrees.","localPathLabel":"Repository Path","localPathExample":"Example: {example}","localPathAllowedRoots":"Allowed roots: {roots}","browse":"Browse…","pickerTitle":"Select a repository folder","pickerRootsLabel":"Allowed roots","pickerRecentLabel":"Recently used","pickerSelectHere":"Select this folder","pickerUp":"Up one level","pickerEmpty":"No subfolders here.","pickerTruncated":"Showing the first {limit} folders only.","pickerLoading":"Loading…","pickerWorktreeCount":"{count} worktree(s)","validationGitRepo":"Git repository detected ({count} worktree(s))","validationNotGitRepo":"This folder is not a git repository.","validationNotFound":"This folder does not exist.","validationOutsideRoots":"Outside the allowed roots ({roots}).","scan":"Scan & Add","scanning":"Scanning...","cloneUrlDescription":"Enter a git clone URL to clone a remote repository.","cloneUrlLabel":"Clone URL","cloneUrlHelp":"Supports HTTPS and SSH URLs","clone":"Clone","forkAndClone":"Fork & Add","forkOptionLabel":"Fork before adding (gh repo fork)","forkOptionHelp":"Creates a fork in your GitHub account and clones that (origin = your fork, upstream = original). Requires an authenticated GitHub CLI (gh).","cloning":"Cloning...","cloneSuccess":"Repository cloned successfully","cloneFailed":"Clone failed","pathRequired":"Repository path is required","urlRequired":"Clone URL is required","urlInvalid":"Invalid URL format","loading":"Loading repositories"},"cancel":"Cancel","send":"Send","sending":"Sending...","sendMessagePlaceholder":"Send a message...","end":"End","ending":"Ending...","retry":"Retry","reload":"Reload","reconnect":"Reconnect","close":"Close","back":"Back","menu":"Menu","sidebar":{"open":"Open sidebar","close":"Close sidebar","branchNavigation":"Branch navigation","branches":"Branches","searchBranches":"Search branches...","noBranchesFound":"No branches found","noBranchesAvailable":"No branches available","dragToReorderGroup":"Drag to reorder group","switchToFlatView":"Switch to flat view","switchToGroupedView":"Switch to grouped view"},"confirmDelete":"Delete \\"{name}\\"?","favorites":{"add":"Add to favorites","remove":"Remove from favorites"},"syncSuccess":"Synced {count} worktrees","syncError":"Sync failed","syncAuthError":"Authentication error","syncButtonLabel":"Sync branches","tooltips":{"viewMode":"Toggle view mode (grouped / flat)","sort":"Sort branches","sync":"Sync worktrees","repositories":"Manage repositories (add / sync)"},"displaySize":{"ariaLabel":"Display size","large":"Large","medium":"Medium","small":"Small","xsmall":"Extra small"},"confirmDialog":{"title":"Confirm","confirm":"OK"},"language":"Language","loadingPage":"Loading page","closeNotification":"Close notification","status":{"idle":"Idle","ready":"Ready","running":"Running","generating":"Generating","waiting":"Waiting for response","error":"Error","unknown":"Unknown"},"sort":{"options":"Sort options","updatedAt":"Updated","repositoryName":"Repository","branchName":"Branch","status":"Status","lastSent":"Last Sent"},"branchItem":{"cliToolStatus":"CLI tool status","hasUnread":"Has unread messages"},"connection":{"reconnecting":"Reconnecting","offline":"Offline","reconnectingTooltip":"Re-establishing the live connection (running on polling)","offlineTooltip":"No live connection (running on polling)"},"versionMismatch":{"title":"A new version is running","description":"The server is now on {serverVersion}, but this tab is still on {clientVersion}. Reload to get the latest.","reload":"Reload","dismiss":"Dismiss"},"meta":{"description":"Git worktree management with Claude CLI and tmux sessions"}}')}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.id=3722,exports.ids=[3722],exports.modules={53722:a=>{a.exports=JSON.parse('{"title":"Keyboard shortcuts","scopes":{"global":"Global","terminal":"Terminal","composer":"Composer"},"shortcuts":{"commandPalette":"Open command palette","keyboardHelp":"Show keyboard shortcuts","closeOverlay":"Close overlay or dialog","navigateList":"Move selection up / down","terminalSearch":"Search terminal output","sendMessage":"Send message","composerNewline":"Insert a new line"}}')}};
|
|
1
|
+
"use strict";exports.id=3722,exports.ids=[3722],exports.modules={53722:a=>{a.exports=JSON.parse('{"title":"Keyboard shortcuts","scopes":{"global":"Global","terminal":"Terminal","composer":"Composer","editor":"File editor"},"shortcuts":{"commandPalette":"Open command palette","keyboardHelp":"Show keyboard shortcuts","closeOverlay":"Close overlay or dialog","navigateList":"Move selection up / down","terminalSearch":"Search terminal output","sendMessage":"Send message","composerNewline":"Insert a new line","editorIndent":"Indent line or selection","editorOutdent":"Outdent line or selection","editorTabFocus":"Toggle whether Tab moves focus","editorSave":"Save file","editorFullscreen":"Toggle fullscreen editor"}}')}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.id=3736,exports.ids=[3736],exports.modules={73736:(a,b,c)=>{function d(a){return Date.UTC(a.y,a.m-1,a.d,a.h,a.i,a.s)}function e(a,b){return a.y===b.y&&a.m===b.m&&a.d===b.d&&a.h===b.h&&a.i===b.i&&a.s===b.s}function f(a,b,c){return g(function(a,b){let c=new Date(Date.parse(a));if(isNaN(c))throw Error("Invalid ISO8601 passed to timezone parser.");let d=a.substring(9);return d.includes("Z")||d.includes("+")||d.includes("-")?i(c.getUTCFullYear(),c.getUTCMonth()+1,c.getUTCDate(),c.getUTCHours(),c.getUTCMinutes(),c.getUTCSeconds(),"Etc/UTC"):i(c.getFullYear(),c.getMonth()+1,c.getDate(),c.getHours(),c.getMinutes(),c.getSeconds(),b)}(a,b),c)}function g(a,b){let c=new Date(d(a)),f=h(c,a.tz),g=d(a),i=d(f),j=new Date(c.getTime()+(g-i)),k=h(j,a.tz);if(e(k,a)){let b=new Date(j.getTime()-36e5);return e(h(b,a.tz),a)?b:j}let l=new Date(j.getTime()+d(a)-d(k));if(e(h(l,a.tz),a))return l;if(b)throw Error("Invalid date passed to fromTZ()");return j.getTime()>l.getTime()?j:l}function h(a,b){let c;try{c=new Intl.DateTimeFormat("en-US",{timeZone:b,year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1}).formatToParts(a)}catch(c){let a=c instanceof Error?c.message:String(c);throw RangeError(`toTZ: Invalid timezone '${b}' or date. Please provide a valid IANA timezone (e.g., 'America/New_York', 'Europe/Stockholm'). Original error: ${a}`)}let d={year:0,month:0,day:0,hour:0,minute:0,second:0};for(let a of c)("year"===a.type||"month"===a.type||"day"===a.type||"hour"===a.type||"minute"===a.type||"second"===a.type)&&(d[a.type]=parseInt(a.value,10));if(isNaN(d.year)||isNaN(d.month)||isNaN(d.day)||isNaN(d.hour)||isNaN(d.minute)||isNaN(d.second))throw Error(`toTZ: Failed to parse all date components from timezone '${b}'. This may indicate an invalid date or timezone configuration. Parsed components: ${JSON.stringify(d)}`);return 24===d.hour&&(d.hour=0),{y:d.year,m:d.month,d:d.day,h:d.hour,i:d.minute,s:d.second,tz:b}}function i(a,b,c,d,e,f,g){return{y:a,m:b,d:c,h:d,i:e,s:f,tz:g}}c.d(b,{l4:()=>q});var j=[1,2,4,8,16],k=class{pattern;timezone;mode;alternativeWeekdays;sloppyRanges;second;minute;hour;day;month;dayOfWeek;year;lastDayOfMonth;lastWeekday;nearestWeekdays;starDOM;starDOW;starYear;useAndLogic;constructor(a,b,c){this.pattern=a,this.timezone=b,this.mode=c?.mode??"auto",this.alternativeWeekdays=c?.alternativeWeekdays??!1,this.sloppyRanges=c?.sloppyRanges??!1,this.second=Array(60).fill(0),this.minute=Array(60).fill(0),this.hour=Array(24).fill(0),this.day=Array(31).fill(0),this.month=Array(12).fill(0),this.dayOfWeek=Array(7).fill(0),this.year=Array(1e4).fill(0),this.lastDayOfMonth=!1,this.lastWeekday=!1,this.nearestWeekdays=Array(31).fill(0),this.starDOM=!1,this.starDOW=!1,this.starYear=!1,this.useAndLogic=!1,this.parse()}parse(){if(!("string"==typeof this.pattern||this.pattern instanceof String))throw TypeError("CronPattern: Pattern has to be of type string.");this.pattern.indexOf("@")>=0&&(this.pattern=this.handleNicknames(this.pattern).trim());let a=this.pattern.match(/\S+/g)||[""],b=a.length;if(a.length<5||a.length>7)throw TypeError("CronPattern: invalid configuration format ('"+this.pattern+"'), exactly five, six, or seven space separated parts are required.");if("auto"!==this.mode){let a;switch(this.mode){case"5-part":a=5;break;case"6-part":a=6;break;case"7-part":a=7;break;case"5-or-6-parts":a=[5,6];break;case"6-or-7-parts":a=[6,7];break;default:a=0}if(!(Array.isArray(a)?a.includes(b):b===a)){let c=Array.isArray(a)?a.join(" or "):a.toString();throw TypeError(`CronPattern: mode '${this.mode}' requires exactly ${c} parts, but pattern '${this.pattern}' has ${b} parts.`)}}if(5===a.length&&a.unshift("0"),6===a.length&&a.push("*"),"LW"===a[3].toUpperCase()?(this.lastWeekday=!0,a[3]=""):a[3].toUpperCase().indexOf("L")>=0&&(a[3]=a[3].replace(/L/gi,""),this.lastDayOfMonth=!0),"*"==a[3]&&(this.starDOM=!0),"*"==a[6]&&(this.starYear=!0),a[4].length>=3&&(a[4]=this.replaceAlphaMonths(a[4])),a[5].length>=3&&(a[5]=this.alternativeWeekdays?this.replaceAlphaDaysQuartz(a[5]):this.replaceAlphaDays(a[5])),a[5].startsWith("+")&&(this.useAndLogic=!0,a[5]=a[5].substring(1),""===a[5]))throw TypeError("CronPattern: Day-of-week field cannot be empty after '+' modifier.");switch("*"==a[5]&&(this.starDOW=!0),this.pattern.indexOf("?")>=0&&(a[0]=a[0].replace(/\?/g,"*"),a[1]=a[1].replace(/\?/g,"*"),a[2]=a[2].replace(/\?/g,"*"),a[3]=a[3].replace(/\?/g,"*"),a[4]=a[4].replace(/\?/g,"*"),a[5]=a[5].replace(/\?/g,"*"),a[6]&&(a[6]=a[6].replace(/\?/g,"*"))),this.mode){case"5-part":a[0]="0",a[6]="*";break;case"6-part":case"5-or-6-parts":a[6]="*"}this.throwAtIllegalCharacters(a),this.partToArray("second",a[0],0,1),this.partToArray("minute",a[1],0,1),this.partToArray("hour",a[2],0,1),this.partToArray("day",a[3],-1,1),this.partToArray("month",a[4],-1,1);let c=this.alternativeWeekdays?-1:0;this.partToArray("dayOfWeek",a[5],c,63),this.partToArray("year",a[6],0,1),!this.alternativeWeekdays&&this.dayOfWeek[7]&&(this.dayOfWeek[0]=this.dayOfWeek[7])}partToArray(a,b,c,d){let e=this[a],f="day"===a&&this.lastDayOfMonth,g="day"===a&&this.lastWeekday;if(""===b&&!f&&!g)throw TypeError("CronPattern: configuration entry "+a+" ("+b+") is empty, check for trailing spaces.");if("*"===b)return e.fill(d);let h=b.split(",");if(h.length>1)for(let b=0;b<h.length;b++)this.partToArray(a,h[b],c,d);else -1!==b.indexOf("-")&&-1!==b.indexOf("/")?this.handleRangeWithStepping(b,a,c,d):-1!==b.indexOf("-")?this.handleRange(b,a,c,d):-1!==b.indexOf("/")?this.handleStepping(b,a,c,d):""!==b&&this.handleNumber(b,a,c,d)}throwAtIllegalCharacters(a){for(let b=0;b<a.length;b++)if((3===b?/[^/*0-9,\-WwLl]+/:5===b?/[^/*0-9,\-#Ll]+/:/[^/*0-9,\-]+/).test(a[b]))throw TypeError("CronPattern: configuration entry "+b+" ("+a[b]+") contains illegal characters.")}handleNumber(a,b,c,d){let e=this.extractNth(a,b),f=a.toUpperCase().includes("W");if("day"!==b&&f)throw TypeError("CronPattern: Nearest weekday modifier (W) only allowed in day-of-month.");f&&(b="nearestWeekdays");let g=parseInt(e[0],10)+c;if(isNaN(g))throw TypeError("CronPattern: "+b+" is not a number: '"+a+"'");this.setPart(b,g,e[1]||d)}setPart(a,b,c){if(!Object.prototype.hasOwnProperty.call(this,a))throw TypeError("CronPattern: Invalid part specified: "+a);if("dayOfWeek"===a){if(7===b&&(b=0),b<0||b>6)throw RangeError("CronPattern: Invalid value for dayOfWeek: "+b);this.setNthWeekdayOfMonth(b,c);return}if("second"===a||"minute"===a){if(b<0||b>=60)throw RangeError("CronPattern: Invalid value for "+a+": "+b)}else if("hour"===a){if(b<0||b>=24)throw RangeError("CronPattern: Invalid value for "+a+": "+b)}else if("day"===a||"nearestWeekdays"===a){if(b<0||b>=31)throw RangeError("CronPattern: Invalid value for "+a+": "+b)}else if("month"===a){if(b<0||b>=12)throw RangeError("CronPattern: Invalid value for "+a+": "+b)}else if("year"===a&&(b<1||b>=1e4))throw RangeError("CronPattern: Invalid value for "+a+": "+b+" (supported range: 1-9999)");this[a][b]=c}validateNotNaN(a,b){if(isNaN(a))throw TypeError(b)}validateRange(a,b,c,d,e){if(a>b)throw TypeError("CronPattern: From value is larger than to value: '"+e+"'");if(void 0!==c){if(0===c)throw TypeError("CronPattern: Syntax error, illegal stepping: 0");if(c>this[d].length)throw TypeError("CronPattern: Syntax error, steps cannot be greater than maximum value of part ("+this[d].length+")")}}handleRangeWithStepping(a,b,c,d){if(a.toUpperCase().includes("W"))throw TypeError("CronPattern: Syntax error, W is not allowed in ranges with stepping.");let e=this.extractNth(a,b),f=e[0].match(/^(\d+)-(\d+)\/(\d+)$/);if(null===f)throw TypeError("CronPattern: Syntax error, illegal range with stepping: '"+a+"'");let[,g,h,i]=f,j=parseInt(g,10)+c,k=parseInt(h,10)+c,l=parseInt(i,10);this.validateNotNaN(j,"CronPattern: Syntax error, illegal lower range (NaN)"),this.validateNotNaN(k,"CronPattern: Syntax error, illegal upper range (NaN)"),this.validateNotNaN(l,"CronPattern: Syntax error, illegal stepping: (NaN)"),this.validateRange(j,k,l,b,a);for(let a=j;a<=k;a+=l)this.setPart(b,a,e[1]||d)}extractNth(a,b){let c=a,d;if(c.includes("#")){if("dayOfWeek"!==b)throw Error("CronPattern: nth (#) only allowed in day-of-week field");d=c.split("#")[1],c=c.split("#")[0]}else if(c.toUpperCase().endsWith("L")){if("dayOfWeek"!==b)throw Error("CronPattern: L modifier only allowed in day-of-week field (use L alone for day-of-month)");d="L",c=c.slice(0,-1)}return[c,d]}handleRange(a,b,c,d){if(a.toUpperCase().includes("W"))throw TypeError("CronPattern: Syntax error, W is not allowed in a range.");let e=this.extractNth(a,b),f=e[0].split("-");if(2!==f.length)throw TypeError("CronPattern: Syntax error, illegal range: '"+a+"'");let g=parseInt(f[0],10)+c,h=parseInt(f[1],10)+c;this.validateNotNaN(g,"CronPattern: Syntax error, illegal lower range (NaN)"),this.validateNotNaN(h,"CronPattern: Syntax error, illegal upper range (NaN)"),this.validateRange(g,h,void 0,b,a);for(let a=g;a<=h;a++)this.setPart(b,a,e[1]||d)}handleStepping(a,b,c,d){if(a.toUpperCase().includes("W"))throw TypeError("CronPattern: Syntax error, W is not allowed in parts with stepping.");let e=this.extractNth(a,b),f=e[0].split("/");if(2!==f.length)throw TypeError("CronPattern: Syntax error, illegal stepping: '"+a+"'");if(this.sloppyRanges)""===f[0]&&(f[0]="*");else{if(""===f[0])throw TypeError("CronPattern: Syntax error, stepping with missing prefix ('"+a+"') is not allowed. Use wildcard (*/step) or range (min-max/step) instead.");if("*"!==f[0])throw TypeError("CronPattern: Syntax error, stepping with numeric prefix ('"+a+"') is not allowed. Use wildcard (*/step) or range (min-max/step) instead.")}let g=0;"*"!==f[0]&&(g=parseInt(f[0],10)+c);let h=parseInt(f[1],10);this.validateNotNaN(h,"CronPattern: Syntax error, illegal stepping: (NaN)"),this.validateRange(0,this[b].length-1,h,b,a);for(let a=g;a<this[b].length;a+=h)this.setPart(b,a,e[1]||d)}replaceAlphaDays(a){return a.replace(/-sun/gi,"-7").replace(/sun/gi,"0").replace(/mon/gi,"1").replace(/tue/gi,"2").replace(/wed/gi,"3").replace(/thu/gi,"4").replace(/fri/gi,"5").replace(/sat/gi,"6")}replaceAlphaDaysQuartz(a){return a.replace(/sun/gi,"1").replace(/mon/gi,"2").replace(/tue/gi,"3").replace(/wed/gi,"4").replace(/thu/gi,"5").replace(/fri/gi,"6").replace(/sat/gi,"7")}replaceAlphaMonths(a){return a.replace(/jan/gi,"1").replace(/feb/gi,"2").replace(/mar/gi,"3").replace(/apr/gi,"4").replace(/may/gi,"5").replace(/jun/gi,"6").replace(/jul/gi,"7").replace(/aug/gi,"8").replace(/sep/gi,"9").replace(/oct/gi,"10").replace(/nov/gi,"11").replace(/dec/gi,"12")}handleNicknames(a){let b=a.trim().toLowerCase();if("@yearly"===b||"@annually"===b)return"0 0 1 1 *";if("@monthly"===b)return"0 0 1 * *";if("@weekly"===b)return"0 0 * * 0";if("@daily"===b||"@midnight"===b)return"0 0 * * *";if("@hourly"===b)return"0 * * * *";if("@reboot"===b)throw TypeError("CronPattern: @reboot is not supported in this environment. This is an event-based trigger that requires system startup detection.");return a}setNthWeekdayOfMonth(a,b){if("number"!=typeof b&&"L"===b.toUpperCase())this.dayOfWeek[a]=32|this.dayOfWeek[a];else if(63===b)this.dayOfWeek[a]=63;else if(b<6&&b>0)this.dayOfWeek[a]=this.dayOfWeek[a]|j[b-1];else throw TypeError(`CronPattern: nth weekday out of range, should be 1-5 or L. Value: ${b}, Type: ${typeof b}`)}},l=[31,28,31,30,31,30,31,31,30,31,30,31],m=[["month","year",0],["day","month",-1],["hour","day",0],["minute","hour",0],["second","minute",0]],n=class a{tz;ms;second;minute;hour;day;month;year;constructor(b,c){if(this.tz=c,b&&b instanceof Date)if(isNaN(b))throw TypeError("CronDate: Invalid date passed to CronDate constructor");else this.fromDate(b);else if(null==b)this.fromDate(new Date);else if(b&&"string"==typeof b)this.fromString(b);else if(b instanceof a)this.fromCronDate(b);else throw TypeError("CronDate: Invalid type ("+typeof b+") passed to CronDate constructor")}getLastDayOfMonth(a,b){return 1!==b?l[b]:new Date(Date.UTC(a,b+1,0)).getUTCDate()}getLastWeekday(a,b){let c=this.getLastDayOfMonth(a,b),d=new Date(Date.UTC(a,b,c)).getUTCDay();return 0===d?c-2:6===d?c-1:c}getNearestWeekday(a,b,c){let d=this.getLastDayOfMonth(a,b);if(c>d)return -1;let e=new Date(Date.UTC(a,b,c)).getUTCDay();return 0===e?c===d?c-2:c+1:6===e?1===c?c+2:c-1:c}isNthWeekdayOfMonth(a,b,c,d){let e=new Date(Date.UTC(a,b,c)).getUTCDay(),f=0;for(let d=1;d<=c;d++)new Date(Date.UTC(a,b,d)).getUTCDay()===e&&f++;if(63&d&&j[f-1]&d)return!0;if(32&d){let d=this.getLastDayOfMonth(a,b);for(let f=c+1;f<=d;f++)if(new Date(Date.UTC(a,b,f)).getUTCDay()===e)return!1;return!0}return!1}fromDate(a){if(void 0!==this.tz)if("number"==typeof this.tz)this.ms=a.getUTCMilliseconds(),this.second=a.getUTCSeconds(),this.minute=a.getUTCMinutes()+this.tz,this.hour=a.getUTCHours(),this.day=a.getUTCDate(),this.month=a.getUTCMonth(),this.year=a.getUTCFullYear(),this.apply();else try{let b=h(a,this.tz);this.ms=a.getMilliseconds(),this.second=b.s,this.minute=b.i,this.hour=b.h,this.day=b.d,this.month=b.m-1,this.year=b.y}catch(b){let a=b instanceof Error?b.message:String(b);throw TypeError(`CronDate: Failed to convert date to timezone '${this.tz}'. This may happen with invalid timezone names or dates. Original error: ${a}`)}else this.ms=a.getMilliseconds(),this.second=a.getSeconds(),this.minute=a.getMinutes(),this.hour=a.getHours(),this.day=a.getDate(),this.month=a.getMonth(),this.year=a.getFullYear()}fromCronDate(a){this.tz=a.tz,this.year=a.year,this.month=a.month,this.day=a.day,this.hour=a.hour,this.minute=a.minute,this.second=a.second,this.ms=a.ms}apply(){if(!(this.month>11)&&!(this.month<0)&&!(this.day>l[this.month])&&!(this.day<1)&&!(this.hour>59)&&!(this.minute>59)&&!(this.second>59)&&!(this.hour<0)&&!(this.minute<0)&&!(this.second<0))return!1;{let a=new Date(Date.UTC(this.year,this.month,this.day,this.hour,this.minute,this.second,this.ms));return this.ms=a.getUTCMilliseconds(),this.second=a.getUTCSeconds(),this.minute=a.getUTCMinutes(),this.hour=a.getUTCHours(),this.day=a.getUTCDate(),this.month=a.getUTCMonth(),this.year=a.getUTCFullYear(),!0}}fromString(a){if("number"!=typeof this.tz)return this.fromDate(f(a,this.tz));{let b=f(a);this.ms=b.getUTCMilliseconds(),this.second=b.getUTCSeconds(),this.minute=b.getUTCMinutes(),this.hour=b.getUTCHours(),this.day=b.getUTCDate(),this.month=b.getUTCMonth(),this.year=b.getUTCFullYear(),this.apply()}}findNext(a,b,c,d){return this._findMatch(a,b,c,d,1)}_findMatch(a,b,c,d,e){let f=this[b],g;c.lastDayOfMonth&&(g=this.getLastDayOfMonth(this.year,this.month));let h=c.starDOW||"day"!=b?void 0:new Date(Date.UTC(this.year,this.month,1,0,0,0,0)).getUTCDay(),i=this[b]+d,j=1===e?a=>a<c[b].length:a=>a>=0;for(let k=i;j(k);k+=e){let e=c[b][k];if("day"===b&&!e){for(let a=0;a<c.nearestWeekdays.length;a++)if(c.nearestWeekdays[a]){let b=this.getNearestWeekday(this.year,this.month,a-d);if(-1===b)continue;if(b===k-d){e=1;break}}}if("day"===b&&c.lastWeekday&&k-d===this.getLastWeekday(this.year,this.month)&&(e=1),"day"===b&&c.lastDayOfMonth&&k-d==g&&(e=1),"day"===b&&!c.starDOW){let b=c.dayOfWeek[(h+(k-d-1))%7];if(b&&63&b)b=+!!this.isNthWeekdayOfMonth(this.year,this.month,k-d,b);else if(b)throw Error(`CronDate: Invalid value for dayOfWeek encountered. ${b}`);e=c.useAndLogic||a.domAndDow||c.starDOM?e&&b:e||b}if(e)return this[b]=k-d,f!==this[b]?2:1}return 3}recurse(a,b,c){if(0===c&&!a.starYear){if(this.year>=0&&this.year<a.year.length&&0===a.year[this.year]){let b=-1;for(let c=this.year+1;c<a.year.length&&c<1e4;c++)if(1===a.year[c]){b=c;break}if(-1===b)return null;this.year=b,this.month=0,this.day=1,this.hour=0,this.minute=0,this.second=0,this.ms=0}if(this.year>=1e4)return null}let d=this.findNext(b,m[c][0],a,m[c][2]);if(d>1){let e=c+1;for(;e<m.length;)this[m[e][0]]=-m[e][2],e++;if(3===d){if(this[m[c][1]]++,this[m[c][0]]=-m[c][2],this.apply(),0===c&&!a.starYear){for(;this.year>=0&&this.year<a.year.length&&0===a.year[this.year]&&this.year<1e4;)this.year++;if(this.year>=1e4||this.year>=a.year.length)return null}return this.recurse(a,b,0)}if(this.apply())return this.recurse(a,b,c-1)}return(c+=1)>=m.length?this:(a.starYear?this.year>=3e3:this.year>=1e4)?null:this.recurse(a,b,c)}increment(a,b,c){return this.second+=void 0!==b.interval&&b.interval>1&&c?b.interval:1,this.ms=0,this.apply(),this.recurse(a,b,0)}decrement(a,b){return this.second-=void 0!==b.interval&&b.interval>1?b.interval:1,this.ms=0,this.apply(),this.recurseBackward(a,b,0,0)}recurseBackward(a,b,c,d=0){if(d>1e4)return null;if(0===c&&!a.starYear){if(this.year>=0&&this.year<a.year.length&&0===a.year[this.year]){let b=-1;for(let c=this.year-1;c>=0;c--)if(1===a.year[c]){b=c;break}if(-1===b)return null;this.year=b,this.month=11,this.day=31,this.hour=23,this.minute=59,this.second=59,this.ms=0}if(this.year<0)return null}let e=this.findPrevious(b,m[c][0],a,m[c][2]);if(e>1){let f=c+1;for(;f<m.length;){let b=m[f][0],c=m[f][2],d=this.getMaxPatternValue(b,a,c);this[b]=d,f++}if(3===e){if(this[m[c][1]]--,0===c){let a=this.getLastDayOfMonth(this.year,this.month);this.day>a&&(this.day=a)}if(1===c)if(this.day<=0)this.day=1;else{let a=this.year,b=this.month;for(;b<0;)b+=12,a--;for(;b>11;)b-=12,a++;let c=1!==b?l[b]:new Date(Date.UTC(a,b+1,0)).getUTCDate();this.day>c&&(this.day=c)}this.apply();let e=m[c][0],f=m[c][2],g=this.getMaxPatternValue(e,a,f);if("day"===e){let a=this.getLastDayOfMonth(this.year,this.month);this[e]=Math.min(g,a)}else this[e]=g;if(this.apply(),0===c){let b=m[1][2],c=Math.min(this.getMaxPatternValue("day",a,b),this.getLastDayOfMonth(this.year,this.month));c!==this.day&&(this.day=c,this.hour=this.getMaxPatternValue("hour",a,m[2][2]),this.minute=this.getMaxPatternValue("minute",a,m[3][2]),this.second=this.getMaxPatternValue("second",a,m[4][2]))}if(0===c&&!a.starYear){for(;this.year>=0&&this.year<a.year.length&&0===a.year[this.year];)this.year--;if(this.year<0)return null}return this.recurseBackward(a,b,0,d+1)}if(this.apply())return this.recurseBackward(a,b,c-1,d+1)}return(c+=1)>=m.length?this:this.year<0?null:this.recurseBackward(a,b,c,d+1)}getMaxPatternValue(a,b,c){if("day"===a&&b.lastDayOfMonth||"day"===a&&!b.starDOW)return this.getLastDayOfMonth(this.year,this.month);for(let d=b[a].length-1;d>=0;d--)if(b[a][d])return d-c;return b[a].length-1-c}findPrevious(a,b,c,d){return this._findMatch(a,b,c,d,-1)}getDate(a){return a||void 0===this.tz?new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.ms):"number"==typeof this.tz?new Date(Date.UTC(this.year,this.month,this.day,this.hour,this.minute-this.tz,this.second,this.ms)):g(i(this.year,this.month+1,this.day,this.hour,this.minute,this.second,this.tz),!1)}getTime(){return this.getDate(!1).getTime()}match(a,b){if(!a.starYear&&(this.year<0||this.year>=a.year.length||0===a.year[this.year]))return!1;for(let c=0;c<m.length;c++){let d=m[c][0],e=m[c][2],f=this[d];if(f+e<0||f+e>=a[d].length)return!1;let g=a[d][f+e];if("day"===d){if(!g){for(let b=0;b<a.nearestWeekdays.length;b++)if(a.nearestWeekdays[b]){let a=this.getNearestWeekday(this.year,this.month,b-e);if(-1!==a&&a===f){g=1;break}}}if(a.lastWeekday&&f===this.getLastWeekday(this.year,this.month)&&(g=1),a.lastDayOfMonth&&f===this.getLastDayOfMonth(this.year,this.month)&&(g=1),!a.starDOW){let c=new Date(Date.UTC(this.year,this.month,1,0,0,0,0)).getUTCDay(),d=a.dayOfWeek[(c+(f-1))%7];d&&63&d&&(d=+!!this.isNthWeekdayOfMonth(this.year,this.month,f,d)),g=a.useAndLogic||b.domAndDow||a.starDOM?g&&d:g||d}}if(!g)return!1}return!0}};function o(a){return"[object Function]"===Object.prototype.toString.call(a)||"function"==typeof a||a instanceof Function}var p=[],q=class{name;options;_states;fn;getTz(){return this.options.timezone||this.options.utcOffset}applyDayOffset(a){if(void 0!==this.options.dayOffset&&0!==this.options.dayOffset){let b=24*this.options.dayOffset*36e5;return new Date(a.getTime()+b)}return a}constructor(a,b,c){let d,e;if(o(b))e=b;else if("object"==typeof b)d=b;else if(void 0!==b)throw Error("Cron: Invalid argument passed for optionsIn. Should be one of function, or object (options).");if(o(c))e=c;else if("object"==typeof c)d=c;else if(void 0!==c)throw Error("Cron: Invalid argument passed for funcIn. Should be one of function, or object (options).");if(this.name=d?.name,this.options=function(a){if(void 0===a&&(a={}),delete a.name,void 0!==a.legacyMode&&void 0===a.domAndDow?a.domAndDow=!a.legacyMode:void 0===a.domAndDow&&(a.domAndDow=!1),a.legacyMode=!a.domAndDow,a.paused=void 0!==a.paused&&a.paused,a.maxRuns=void 0===a.maxRuns?1/0:a.maxRuns,a.catch=void 0!==a.catch&&a.catch,a.interval=void 0===a.interval?0:parseInt(a.interval.toString(),10),a.utcOffset=void 0===a.utcOffset?void 0:parseInt(a.utcOffset.toString(),10),a.dayOffset=void 0===a.dayOffset?0:parseInt(a.dayOffset.toString(),10),a.unref=void 0!==a.unref&&a.unref,a.mode=void 0===a.mode?"auto":a.mode,a.alternativeWeekdays=void 0!==a.alternativeWeekdays&&a.alternativeWeekdays,a.sloppyRanges=void 0!==a.sloppyRanges&&a.sloppyRanges,!["auto","5-part","6-part","7-part","5-or-6-parts","6-or-7-parts"].includes(a.mode))throw Error("CronOptions: mode must be one of 'auto', '5-part', '6-part', '7-part', '5-or-6-parts', or '6-or-7-parts'.");if(a.startAt&&(a.startAt=new n(a.startAt,a.timezone)),a.stopAt&&(a.stopAt=new n(a.stopAt,a.timezone)),null!==a.interval){if(isNaN(a.interval))throw Error("CronOptions: Supplied value for interval is not a number");if(a.interval<0)throw Error("CronOptions: Supplied value for interval can not be negative")}if(void 0!==a.utcOffset){if(isNaN(a.utcOffset))throw Error("CronOptions: Invalid value passed for utcOffset, should be number representing minutes offset from UTC.");if(a.utcOffset<-870||a.utcOffset>870)throw Error("CronOptions: utcOffset out of bounds.");if(void 0!==a.utcOffset&&a.timezone)throw Error("CronOptions: Combining 'utcOffset' with 'timezone' is not allowed.")}if(!0!==a.unref&&!1!==a.unref)throw Error("CronOptions: Unref should be either true, false or undefined(false).");if(void 0!==a.dayOffset&&0!==a.dayOffset&&isNaN(a.dayOffset))throw Error("CronOptions: Invalid value passed for dayOffset, should be a number representing days to offset.");return a}(d),this._states={kill:!1,blocking:!1,previousRun:void 0,currentRun:void 0,once:void 0,currentTimeout:void 0,maxRuns:d?d.maxRuns:void 0,paused:!!d&&d.paused,pattern:new k("* * * * *",void 0,{mode:"auto"})},a&&(a instanceof Date||"string"==typeof a&&a.indexOf(":")>0)?this._states.once=new n(a,this.getTz()):this._states.pattern=new k(a,this.options.timezone,{mode:this.options.mode,alternativeWeekdays:this.options.alternativeWeekdays,sloppyRanges:this.options.sloppyRanges}),this.name){if(p.find(a=>a.name===this.name))throw Error("Cron: Tried to initialize new named job '"+this.name+"', but name already taken.");p.push(this)}return void 0!==e&&o(e)&&(this.fn=e,this.schedule()),this}nextRun(a){let b=this._next(a);return b?this.applyDayOffset(b.getDate(!1)):null}nextRuns(a,b){void 0!==this._states.maxRuns&&a>this._states.maxRuns&&(a=this._states.maxRuns);let c=b||this._states.currentRun||void 0;return this._enumerateRuns(a,c,"next")}previousRuns(a,b){return this._enumerateRuns(a,b||void 0,"previous")}_enumerateRuns(a,b,c){let d=[],e=b?new n(b,this.getTz()):null,f="next"===c?this._next:this._previous;for(;a--;){let a=f.call(this,e);if(!a)break;let b=a.getDate(!1);d.push(this.applyDayOffset(b)),e=a}return d}match(a){if(this._states.once){let b=new n(a,this.getTz());b.ms=0;let c=new n(this._states.once,this.getTz());return c.ms=0,b.getTime()===c.getTime()}let b=new n(a,this.getTz());return b.ms=0,b.match(this._states.pattern,this.options)}getPattern(){if(!this._states.once)return this._states.pattern?this._states.pattern.pattern:void 0}getOnce(){return this._states.once?this._states.once.getDate():null}isRunning(){let a=this.nextRun(this._states.currentRun),b=!this._states.paused,c=void 0!==this.fn,d=!this._states.kill;return b&&c&&d&&null!==a}isStopped(){return this._states.kill}isBusy(){return this._states.blocking}currentRun(){return this._states.currentRun?this._states.currentRun.getDate():null}previousRun(){return this._states.previousRun?this._states.previousRun.getDate():null}msToNext(a){let b=this._next(a);return b?a instanceof n||a instanceof Date?b.getTime()-a.getTime():b.getTime()-new n(a).getTime():null}stop(){this._states.kill=!0,this._states.currentTimeout&&clearTimeout(this._states.currentTimeout);let a=p.indexOf(this);a>=0&&p.splice(a,1)}pause(){return this._states.paused=!0,!this._states.kill}resume(){return this._states.paused=!1,!this._states.kill}schedule(a){var b;if(a&&this.fn)throw Error("Cron: It is not allowed to schedule two functions using the same Croner instance.");a&&(this.fn=a);let c=this.msToNext(),d=this.nextRun(this._states.currentRun);return null==c||isNaN(c)||null===d||(c>3e4&&(c=3e4),this._states.currentTimeout=setTimeout(()=>this._checkTrigger(d),c),this._states.currentTimeout&&this.options.unref&&(b=this._states.currentTimeout,"u">typeof Deno&&"u">typeof Deno.unrefTimer?Deno.unrefTimer(b):b&&"u">typeof b.unref&&b.unref())),this}async _trigger(a){this._states.blocking=!0,this._states.currentRun=new n(void 0,this.getTz());try{if(this.options.catch)try{void 0!==this.fn&&await this.fn(this,this.options.context)}catch(a){if(o(this.options.catch))try{this.options.catch(a,this)}catch{}}else void 0!==this.fn&&await this.fn(this,this.options.context)}finally{this._states.previousRun=new n(a,this.getTz()),this._states.blocking=!1}}async trigger(){await this._trigger()}runsLeft(){return this._states.maxRuns}_checkTrigger(a){let b=new Date,c=!this._states.paused&&b.getTime()>=a.getTime(),d=this._states.blocking&&this.options.protect;c&&!d?(void 0!==this._states.maxRuns&&this._states.maxRuns--,this._trigger()):c&&d&&o(this.options.protect)&&setTimeout(()=>this.options.protect(this),0),this.schedule()}_next(a){let b=!!(a||this._states.currentRun),c=!1;!a&&this.options.startAt&&this.options.interval&&([a,b]=this._calculatePreviousRun(a,b),c=!a),a=new n(a,this.getTz()),this.options.startAt&&a&&a.getTime()<this.options.startAt.getTime()&&(a=this.options.startAt);let d=this._states.once||new n(a,this.getTz());return c||d===this._states.once||(d=d.increment(this._states.pattern,this.options,b)),this._states.once&&this._states.once.getTime()<=a.getTime()||null===d||void 0!==this._states.maxRuns&&this._states.maxRuns<=0||this._states.kill||this.options.stopAt&&d.getTime()>=this.options.stopAt.getTime()?null:d}_previous(a){let b=new n(a,this.getTz());this.options.stopAt&&b.getTime()>this.options.stopAt.getTime()&&(b=this.options.stopAt);let c=new n(b,this.getTz());return this._states.once?this._states.once.getTime()<b.getTime()?this._states.once:null:null===(c=c.decrement(this._states.pattern,this.options))||this.options.startAt&&c.getTime()<this.options.startAt.getTime()?null:c}_calculatePreviousRun(a,b){let c=new n(void 0,this.getTz()),d=a;if(this.options.startAt.getTime()<=c.getTime()){let a=(d=this.options.startAt).getTime()+1e3*this.options.interval;for(;a<=c.getTime();)a=(d=new n(d,this.getTz()).increment(this._states.pattern,this.options,!0)).getTime()+1e3*this.options.interval;b=!0}return null===d&&(d=void 0),[d,b]}}}};
|
|
1
|
+
"use strict";exports.id=3736,exports.ids=[3736],exports.modules={3453:(a,b,c)=>{c.d(b,{T1:()=>l});var d=c(72626),e=c(80438);let f=(0,d.h)("ip-restriction"),g=/^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/,h=/^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\/(\d{1,2})$/,i=process.env.CM_ALLOWED_IPS?.trim()||"",j=process.env.CM_TRUST_PROXY?.trim()||"";""!==j&&"true"!==j&&"false"!==j&&(0,e.h)(f,"trust-proxy-unexpected",{value:j});let k="true"===j;function l(a){if(k){let b=a.get("x-forwarded-for");if(b){let a=b.split(",")[0].trim();if(a)return a}}return a.get("x-real-ip")||null}i.length>0&&function(a){let b=a.trim();if(0===b.length)return;let c=b.split(",").map(a=>a.trim()).filter(a=>a.length>0);if(c.length>256)throw Error(`CM_ALLOWED_IPS: too many entries (${c.length}). Maximum is 256.`);let d=[];for(let a of c){if(a.length>18)throw Error(`CM_ALLOWED_IPS: entry "${a}" exceeds maximum length of 18 characters.`);let b=a.match(h);if(b){let c=[parseInt(b[1],10),parseInt(b[2],10),parseInt(b[3],10),parseInt(b[4],10)],e=parseInt(b[5],10);for(let b of c)if(b<0||b>255)throw Error(`CM_ALLOWED_IPS: invalid octet in "${a}". Octets must be 0-255.`);if(e<0||e>32)throw Error(`CM_ALLOWED_IPS: invalid prefix length in "${a}". Must be 0-32.`);let f=(c[0]<<24|c[1]<<16|c[2]<<8|c[3])>>>0,g=0===e?0:0xffffffff<<32-e>>>0;d.push({network:(f&g)>>>0,mask:g});continue}let c=a.match(g);if(c){let b=[parseInt(c[1],10),parseInt(c[2],10),parseInt(c[3],10),parseInt(c[4],10)];for(let c of b)if(c<0||c>255)throw Error(`CM_ALLOWED_IPS: invalid octet in "${a}". Octets must be 0-255.`);let e=(b[0]<<24|b[1]<<16|b[2]<<8|b[3])>>>0;d.push({network:e,mask:0xffffffff});continue}throw Error(`CM_ALLOWED_IPS: invalid entry "${a}". Expected IPv4 address or CIDR notation.`)}}(i)},66007:(a,b,c)=>{c.d(b,{B9:()=>m,Px:()=>o,b$:()=>n,h6:()=>k});var d=c(33873),e=c.n(d),f=c(29021),g=c(72626),h=c(80438);let i=(0,g.h)("path-validator"),j=/^[a-zA-Z0-9_-]+$/;function k(a){return!!a&&0!==a.length&&j.test(a)}function l(a,b){return a===b||a.startsWith(b+e().sep)}function m(a,b){if(!a||""===a.trim()||a.includes("\0"))return!1;let c=a;try{c=decodeURIComponent(a)}catch{c=a}if(c.includes("\0"))return!1;let d=e().resolve(b),f=e().resolve(b,c),g=e().relative(d,f);return!(g.startsWith("..")||e().isAbsolute(g))}function n(a,b){if(!a||""===a.trim())throw Error("Invalid path: Path cannot be empty");if(a.includes("\0"))throw Error("Invalid path: Null bytes not allowed");if(!m(a,b))throw Error(`Path is outside allowed directory: ${a} (allowed root: ${b})`);let c=a;try{c=decodeURIComponent(a)}catch{c=a}return e().resolve(b,c)}function o(a,b){let c;try{c=(0,f.realpathSync)(b)}catch{return!1}let d=e().resolve(b,a);if((0,f.existsSync)(d))try{let b=(0,f.realpathSync)(d),e=l(b,c);return e||(0,h.h)(i,"symlink-rejected",{targetPath:a,resolvedTarget:b}),e}catch{return!1}try{if((0,f.lstatSync)(d).isSymbolicLink())try{let b=(0,f.readlinkSync)(d),g=e().resolve(e().dirname(d),b),j=l(g,c);return j||(0,h.h)(i,"dangling-symlink-rejected",{targetPath:a,resolvedLinkTarget:g}),j}catch{return!1}}catch{}let g=e().dirname(d);for(;g!==e().dirname(g);){if((0,f.existsSync)(g))try{let a=(0,f.realpathSync)(g),b=l(a,c);return b||(0,h.h)(i,"symlink-ancestor-rejected",{currentPath:g,resolvedAncestor:a}),b}catch{break}g=e().dirname(g)}return!1}},80438:(a,b,c)=>{c.d(b,{h:()=>d});function d(a,b,c){a.warn(`security:${b}`,c)}},93390:(a,b,c)=>{c.d(b,{aq:()=>f,sO:()=>j,r0:()=>p,x:()=>q,zr:()=>o,y2:()=>n,nr:()=>m});var d=c(55511),e=c.n(d);let f="cm_auth_token",g=/^[0-9a-f]{64}$/,h=2592e6,i={maxAttempts:5,lockoutDuration:9e5,cleanupInterval:36e5},j=86400,k=(()=>{let a=process.env.CM_AUTH_TOKEN_HASH||void 0;return a?!function(a){return!!a&&g.test(a)}(a)?void console.error("[auth] CM_AUTH_TOKEN_HASH is not a valid SHA-256 hash"):a:void 0})(),l=function(){let a=process.env.CM_AUTH_EXPIRE,b=Date.now();if(a)try{return b+function(a){let b=a.match(/^(\d+)([hdm])$/);if(!b)throw Error(`Invalid duration format: "${a}". Use Nh, Nd, or Nm (e.g., "24h", "7d", "90m")`);let c=parseInt(b[1],10),d=b[2],e={h:36e5,d:864e5,m:6e4}[d];if(void 0===e)throw Error(`Invalid duration unit: "${d}"`);let f=c*e;if(f<36e5)throw Error(`Duration too short: minimum is 1h (60m). Got: "${a}"`);if(f>h)throw Error(`Duration too long: maximum is 30d (720h). Got: "${a}"`);return f}(a)}catch{return b+864e5}return process.env.CM_AUTH_TOKEN_HASH?b+864e5:null}();function m(a){if(!k||!a||"string"!=typeof a||null!==l&&Date.now()>l)return!1;let b=e().createHash("sha256").update(a).digest("hex"),c=Buffer.from(b,"hex"),d=Buffer.from(k,"hex");return c.length===d.length&&e().timingSafeEqual(c,d)}function n(){return!!k}function o(){if(null===l)return 0;let a=l-Date.now();return a<=0?0:Math.floor(a/1e3)}function p(a){return{httpOnly:!0,sameSite:"strict",secure:!!process.env.CM_HTTPS_CERT,maxAge:a,path:"/"}}function q(){let a=new Map,b=setInterval(()=>{let b=Date.now();for(let[c,d]of a){let e=null===d.lockedUntil||b>d.lockedUntil,f=b-d.lastAttempt>i.lockoutDuration;e&&f&&a.delete(c)}},i.cleanupInterval);return b.unref&&b.unref(),{checkLimit(b){let c=a.get(b);if(!c)return{allowed:!0};if(null!==c.lockedUntil){let a=Date.now();if(a<c.lockedUntil)return{allowed:!1,retryAfter:Math.ceil((c.lockedUntil-a)/1e3)};c.attempts=0,c.lockedUntil=null}return{allowed:!0}},recordFailure(b){let c=Date.now(),d=a.get(b)||{attempts:0,lockedUntil:null,lastAttempt:c};d.attempts++,d.lastAttempt=c,d.attempts>=i.maxAttempts&&(d.lockedUntil=c+i.lockoutDuration),a.set(b,d)},recordSuccess(b){a.delete(b)},destroy(){clearInterval(b),a.clear()}}}}};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";exports.id=3753,exports.ids=[3753],exports.modules={
|
|
1
|
+
"use strict";exports.id=3753,exports.ids=[3753],exports.modules={15194:(a,b,c)=>{c.d(b,{Ab:()=>g,FV:()=>s,NL:()=>r,QP:()=>t,Sj:()=>k,VA:()=>f,XH:()=>d,_J:()=>u,ef:()=>m,hR:()=>n,lu:()=>p,n6:()=>j,oo:()=>o,pL:()=>l,pQ:()=>h,vz:()=>q});let d=["claude","codex","gemini","vibe-local","opencode","copilot","antigravity"],e=new Set(["claude","opencode","copilot"]);function f(a){return e.has(a)}let g=10,h=50,i=/^[a-zA-Z0-9_-]+$/;function j(a){return"string"==typeof a&&a.length>0&&a.length<=64&&i.test(a)}function k(a,b){return!a||a===b}function l(a,b){let c=`${b}-`;return a.startsWith(c)?a.slice(c.length):a}let m={claude:"Claude",codex:"Codex",gemini:"Gemini","vibe-local":"Vibe Local",opencode:"OpenCode",copilot:"Copilot",antigravity:"Antigravity"};function n(a){return d.includes(a)}function o(a){return m[a]??a}function p(a){return a.map((a,b)=>({id:a,cliTool:a,alias:o(a),order:b}))}let q=128,r=2097152;function s(a){return"number"==typeof a&&Number.isInteger(a)&&a>=q&&a<=r}let t=/^[a-zA-Z0-9][a-zA-Z0-9._:/-]*$/;function u(a){return"function"==typeof a.supportsImage&&!0===a.supportsImage()}},52201:(a,b,c)=>{c.d(b,{MJ:()=>h,nW:()=>g});var d=c(15194);let e=["claude","codex","antigravity"];function f(a){return a.length<2||a.length>6?{valid:!1,error:"Must be 2-6 elements"}:a.every(a=>"string"==typeof a&&d.XH.includes(a))?new Set(a).size!==a.length?{valid:!1,error:"Duplicate tool IDs not allowed"}:{valid:!0,value:a}:{valid:!1,error:"Invalid CLI tool ID"}}function g(a){if(!a)return e;try{let b=JSON.parse(a);if(!Array.isArray(b))return e;let c=f(b);if(!c.valid)return e;return c.value}catch{return e}}function h(a){return!Array.isArray(a)||a.length<2||a.length>6?{valid:!1,error:"selected_agents must be an array of 2-6 elements"}:f(a)}},52660:(a,b,c)=>{c.d(b,{DF:()=>l,EU:()=>o,PL:()=>t,Qp:()=>n,VL:()=>i,cw:()=>s,jp:()=>p,kA:()=>r,ks:()=>f,lA:()=>m,lr:()=>q,oH:()=>h,pE:()=>k,r8:()=>j});var d=c(55511);let e=(0,c(72626).h)("chat-db"),f="AND archived = 0";function g(a){let b=a.cli_tool_id??"claude";return{id:a.id,worktreeId:a.worktree_id,role:a.role,content:a.content,summary:a.summary||void 0,timestamp:new Date(a.timestamp),logFileName:a.log_file_name||void 0,requestId:a.request_id||void 0,messageType:a.message_type||"normal",promptData:a.prompt_data?JSON.parse(a.prompt_data):void 0,cliToolId:b,instanceId:a.instance_id??b,archived:1===a.archived}}function h(a,b){var c,e;let f=(0,d.randomUUID)(),g=b.cliToolId||"claude",h=b.instanceId||g;return a.prepare(`
|
|
2
2
|
INSERT INTO chat_messages
|
|
3
3
|
(id, worktree_id, role, content, summary, timestamp, log_file_name, request_id, message_type, prompt_data, cli_tool_id, instance_id)
|
|
4
4
|
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.id=3945,exports.ids=[3945],exports.modules={53945:a=>{a.exports=JSON.parse('{"sessions":{"idleAgents":"アイドル {count} 件","activeAgents":"稼働 {count} 件","title":"セッション","description":"全リポジトリの worktree セッション。","filterPlaceholder":"名前またはリポジトリで絞り込み...","filterAriaLabel":"名前またはリポジトリでセッションを絞り込む","sortByAriaLabel":"並び替え","sortAscending":"昇順に並び替え","sortDescending":"降順に並び替え","loadingAriaLabel":"セッションを読み込み中","refreshError":"セッションの更新に失敗しました: {message}","loadError":"セッションの読み込みに失敗しました: {message}","noMatching":"一致するセッションがありません。","empty":"セッションがまだありません。"},"nav":{"home":"ホーム","chat":"チャット","sessions":"セッション","repositories":"リポジトリ","repositoriesShort":"リポジトリ","review":"レビュー","reviewReport":"レビュー/レポート","more":"その他","skills":"スキル"},"repositories":{"empty":"リポジトリが登録されていません。","add":"リポジトリを追加","syncAll":"すべて同期","syncing":"同期中...","addNewTitle":"リポジトリを新規追加","localPathTab":"ローカルパス","cloneUrlTab":"クローン URL","localPathDescription":"worktree を含む git リポジトリの絶対パスを入力してください。","localPathLabel":"リポジトリパス","localPathExample":"例:
|
|
1
|
+
"use strict";exports.id=3945,exports.ids=[3945],exports.modules={53945:a=>{a.exports=JSON.parse('{"sessions":{"idleAgents":"アイドル {count} 件","activeAgents":"稼働 {count} 件","title":"セッション","description":"全リポジトリの worktree セッション。","filterPlaceholder":"名前またはリポジトリで絞り込み...","filterAriaLabel":"名前またはリポジトリでセッションを絞り込む","sortByAriaLabel":"並び替え","sortAscending":"昇順に並び替え","sortDescending":"降順に並び替え","loadingAriaLabel":"セッションを読み込み中","refreshError":"セッションの更新に失敗しました: {message}","loadError":"セッションの読み込みに失敗しました: {message}","noMatching":"一致するセッションがありません。","empty":"セッションがまだありません。"},"nav":{"home":"ホーム","chat":"チャット","sessions":"セッション","repositories":"リポジトリ","repositoriesShort":"リポジトリ","review":"レビュー","reviewReport":"レビュー/レポート","more":"その他","skills":"スキル"},"repositories":{"empty":"リポジトリが登録されていません。","add":"リポジトリを追加","syncAll":"すべて同期","syncing":"同期中...","addNewTitle":"リポジトリを新規追加","localPathTab":"ローカルパス","cloneUrlTab":"クローン URL","localPathDescription":"worktree を含む git リポジトリの絶対パスを入力してください。","localPathLabel":"リポジトリパス","localPathExample":"例: {example}","localPathAllowedRoots":"許可ルート: {roots}","browse":"参照…","pickerTitle":"リポジトリのフォルダを選択","pickerRootsLabel":"許可ルート","pickerRecentLabel":"最近使ったパス","pickerSelectHere":"このフォルダを選択","pickerUp":"1 階層上へ","pickerEmpty":"サブフォルダがありません。","pickerTruncated":"先頭 {limit} 件のみ表示しています。","pickerLoading":"読み込み中…","pickerWorktreeCount":"worktree {count} 件","validationGitRepo":"git リポジトリです(worktree {count} 件検出)","validationNotGitRepo":"このフォルダは git リポジトリではありません。","validationNotFound":"このフォルダは存在しません。","validationOutsideRoots":"許可ルート外です({roots})。","scan":"スキャンして追加","scanning":"スキャン中...","cloneUrlDescription":"リモートリポジトリをクローンする git の URL を入力してください。","cloneUrlLabel":"クローン URL","cloneUrlHelp":"HTTPS と SSH の URL に対応しています","clone":"クローン","forkAndClone":"Fork して追加","forkOptionLabel":"追加前に fork する(gh repo fork)","forkOptionHelp":"自分の GitHub アカウントに fork を作成し、それをクローンします(origin=自分の fork、upstream=元リポジトリ)。認証済みの GitHub CLI(gh)が必要です。","cloning":"クローン中...","cloneSuccess":"リポジトリをクローンしました","cloneFailed":"クローンに失敗しました","pathRequired":"リポジトリパスを入力してください","urlRequired":"クローン URL を入力してください","urlInvalid":"URL の形式が正しくありません","loading":"リポジトリを読み込み中"},"cancel":"キャンセル","send":"送信","sending":"送信中...","sendMessagePlaceholder":"メッセージを送信...","end":"終了する","ending":"終了中...","retry":"再試行","reload":"再読み込み","reconnect":"再接続","close":"閉じる","back":"戻る","menu":"メニュー","sidebar":{"open":"サイドバーを開く","close":"サイドバーを閉じる","branchNavigation":"ブランチナビゲーション","branches":"ブランチ","searchBranches":"ブランチを検索...","noBranchesFound":"ブランチが見つかりません","noBranchesAvailable":"ブランチがありません","dragToReorderGroup":"ドラッグでグループを並べ替え","switchToFlatView":"フラット表示に切り替え","switchToGroupedView":"グループ表示に切り替え"},"confirmDelete":"「{name}」を削除しますか?","favorites":{"add":"お気に入りに追加","remove":"お気に入りを解除"},"syncSuccess":"{count}件のworktreeを同期しました","syncError":"同期に失敗しました","syncAuthError":"認証エラー","syncButtonLabel":"ブランチを同期","tooltips":{"viewMode":"表示モード切替(グループ / フラット)","sort":"ブランチの並び替え","sync":"worktree を同期","repositories":"リポジトリを管理(追加・同期)"},"displaySize":{"ariaLabel":"表示サイズ","large":"大","medium":"中","small":"小","xsmall":"極小"},"confirmDialog":{"title":"確認","confirm":"OK"},"language":"言語","loadingPage":"ページを読み込み中","closeNotification":"通知を閉じる","status":{"idle":"アイドル","ready":"準備完了","running":"実行中","generating":"生成中","waiting":"応答待ち","error":"エラー","unknown":"不明"},"sort":{"options":"並び替えオプション","updatedAt":"更新日時","repositoryName":"リポジトリ","branchName":"ブランチ","status":"ステータス","lastSent":"最終送信"},"branchItem":{"cliToolStatus":"CLI ツールのステータス","hasUnread":"未読メッセージあり"},"connection":{"reconnecting":"再接続中","offline":"オフライン","reconnectingTooltip":"ライブ接続を再確立しています(ポーリングで動作中)","offlineTooltip":"ライブ接続なし(ポーリングで動作中)"},"versionMismatch":{"title":"新しいバージョンが起動しています","description":"サーバーは {serverVersion} になりましたが、このタブは {clientVersion} のままです。最新の状態にするには再読み込みしてください。","reload":"再読み込み","dismiss":"閉じる"},"meta":{"description":"Claude CLI と tmux セッションによる Git worktree 管理"}}')}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
exports.id=4390,exports.ids=[4390],exports.modules={7956:(a,b,c)=>{"use strict";c.d(b,{ZU:()=>i,fW:()=>k});var d=c(29021),e=c.n(d),f=c(33873),g=c.n(f);let h=["/etc","/usr","/bin","/sbin","/var","/tmp","/dev","/sys","/proc"];function i(a,b){let c=b.endsWith("/")?b.slice(0,-1):b;return a===c||a.startsWith(c+"/")}let j=null;function k(a){let b=g().resolve(a),c=function(a){let b=[],c=a;for(;;)try{let a=e().realpathSync(c);return b.length>0?g().join(a,...b):a}catch{let d=g().dirname(c);if(d===c)return a;b.unshift(g().basename(c)),c=d}}(b);return(function(){if(null!==j)return j;let a=new Set;for(let b of h){a.add(b);try{a.add(e().realpathSync(b))}catch{}}return j=Array.from(a)})().some(a=>i(b,a)||i(c,a))}},20416:(a,b,c)=>{"use strict";c.d(b,{$b:()=>i,Sv:()=>j});var d=c(33873),e=c.n(d),f=c(21820),g=c(48870),h=c(7956);function i(){return(0,g.TJ)()?e().join((0,f.homedir)(),".commandmate","data","cm.db"):e().resolve(process.cwd(),"data","cm.db")}function j(a){let b=e().resolve(a);if((0,g.TJ)()){let a=(0,f.homedir)();if(!(0,h.ZU)(b,a))throw Error(`Security error: DB path must be within home directory: ${b}`)}else if((0,h.fW)(b))throw Error(`Security error: DB path cannot be in system directory: ${b}`);return b}},48870:(a,b,c)=>{"use strict";c.d(b,{GQ:()=>j,TJ:()=>g,Tf:()=>h,WI:()=>i});var d=c(29021),e=c(33873),f=c(21820);function g(){let a=(0,e.dirname)(__dirname);return a.includes("/lib/node_modules/")||a.includes("\\node_modules\\")||a.includes("/node_modules/commandmate")}function h(){let a=(0,e.dirname)(__dirname);return a.includes("/_npx/")||a.includes("\\_npx\\")}function i(){if(g()){let a=(0,e.join)((0,f.homedir)(),".commandmate");if((0,d.existsSync)(a)){let b=(0,d.realpathSync)(a),c=(0,d.realpathSync)((0,f.homedir)());if(!b.startsWith(c))throw Error(`Security error: Config directory ${a} is outside home directory`);return b}return a}let a=process.cwd();return(0,d.realpathSync)(a)}function j(){let a=g()?(0,e.join)((0,f.homedir)(),".commandmate"):process.cwd();return(0,d.existsSync)(a)||(0,d.mkdirSync)(a,{recursive:!0,mode:448}),i()}},72626:(a,b,c)=>{"use strict";c.d(b,{K:()=>i,h:()=>j});var d=c(87447);let e=[{pattern:/Bearer\s+[A-Za-z0-9\-._~+/]+=*/gi,replacement:"Bearer [REDACTED]"},{pattern:/(password|passwd|pwd)[=:]\s*\S+/gi,replacement:"$1=[REDACTED]"},{pattern:/(token|secret|api_key|apikey|auth)[=:]\s*\S+/gi,replacement:"$1=[REDACTED]"},{pattern:/Authorization:\s*\S+/gi,replacement:"Authorization: [REDACTED]"},{pattern:/-----BEGIN\s+\w+\s+PRIVATE\s+KEY-----[\s\S]*?-----END\s+\w+\s+PRIVATE\s+KEY-----/g,replacement:"[SSH_KEY_REDACTED]"},{pattern:/(\w+:\/\/)[^/@\s]+@/g,replacement:"$1[REDACTED]@"}],f=/password|secret|token|key|auth/i,g={debug:0,info:1,warn:2,error:3};function h(a,b,c,h,i){let j=(0,d.nR)().level;if(g[a]<g[j])return;let k=h?function a(b){if("string"==typeof b){let a=b;for(let{pattern:b,replacement:c}of e)a=a.replace(b,c);return a}if("object"==typeof b&&null!==b){if(Array.isArray(b))return b.map(a);let c={};for(let[d,e]of Object.entries(b))f.test(d)?c[d]="[REDACTED]":c[d]=a(e);return c}return b}(h):void 0,l=function(a){if("json"===(0,d.nR)().format)return JSON.stringify(a);let{timestamp:b,level:c,module:e,action:f,data:g,worktreeId:h,cliToolId:i,requestId:j}=a,k=[h,i].filter(Boolean),l=k.length>0?` [${k.join(":")}]`:"",m=j?` (${j.slice(0,8)})`:"",n=g?` ${JSON.stringify(g)}`:"";return`[${b}] [${c.toUpperCase()}] [${e}]${l}${m} ${f}${n}`}({level:a,module:b,action:c,timestamp:new Date().toISOString(),...i,...k&&{data:k}});switch(a){case"error":console.error(l);break;case"warn":console.warn(l);break;default:console.log(l)}}function i(){return"undefined"!=typeof crypto&&crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,a=>{let b=16*Math.random()|0;return("x"===a?b:3&b|8).toString(16)})}function j(a){let b=c=>({debug:(b,d)=>h("debug",a,b,d,c),info:(b,d)=>h("info",a,b,d,c),warn:(b,d)=>h("warn",a,b,d,c),error:(b,d)=>h("error",a,b,d,c),withContext:a=>b({...c,...a})});return b()}},78335:()=>{},87447:(a,b,c)=>{"use strict";c.d(b,{_$:()=>l,_p:()=>i,nR:()=>k});var d=c(33873),e=c.n(d),f=c(20416);let g={CM_ROOT_DIR:"MCBD_ROOT_DIR",CM_PORT:"MCBD_PORT",CM_BIND:"MCBD_BIND",CM_LOG_LEVEL:"MCBD_LOG_LEVEL",CM_LOG_FORMAT:"MCBD_LOG_FORMAT",CM_LOG_DIR:"MCBD_LOG_DIR",CM_DB_PATH:"MCBD_DB_PATH"},h=new Set;function i(a){var b=g[a];let c=process.env[a];if(void 0!==c)return c;let d=process.env[b];return void 0!==d?(h.has(b)||(console.warn(`[DEPRECATED] ${b} is deprecated, use ${a} instead`),h.add(b)),d):void 0}let j=!1;function k(){let a=i("CM_LOG_LEVEL")?.toLowerCase(),b=i("CM_LOG_FORMAT")?.toLowerCase();return{level:void 0!==a&&["debug","info","warn","error"].includes(a)?a:"info",format:"json"===b?"json":"text"}}function l(){let a,b=i("CM_ROOT_DIR")||process.cwd(),c=parseInt(i("CM_PORT")||"3000",10),d=i("CM_BIND")||"127.0.0.1",g=i("CM_DB_PATH"),h=g||function(){let a=process.env.DATABASE_PATH;return a&&!j&&(console.warn("[DEPRECATED] DATABASE_PATH is deprecated. Use CM_DB_PATH instead."),j=!0),a}()||(0,f.$b)();if(!b)throw Error("CM_ROOT_DIR (or MCBD_ROOT_DIR) is required");if(isNaN(c)||c<1||c>65535)throw Error(`Invalid CM_PORT: ${i("CM_PORT")}. Must be between 1 and 65535.`);if("127.0.0.1"!==d&&"0.0.0.0"!==d&&"localhost"!==d)throw Error(`Invalid CM_BIND: ${d}. Must be '127.0.0.1', '0.0.0.0', or 'localhost'.`);try{a=(0,f.Sv)(h)}catch(b){if(void 0!==g){let a=b instanceof Error?b.message:String(b);throw Error(`Invalid CM_DB_PATH: ${a}. Set CM_DB_PATH to an allowed location, or unset it to use the default (${(0,f.$b)()}).`)}console.warn(`[Security] Invalid DB path "${h}", using default.`),a=(0,f.Sv)((0,f.$b)())}return{CM_ROOT_DIR:e().resolve(b),CM_PORT:c,CM_BIND:d,CM_DB_PATH:a}}},96487:()=>{}};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";exports.id=4444,exports.ids=[4444],exports.modules={12462:(a,b,c)=>{c.d(b,{T8:()=>j,o4:()=>k});var d=c(31766),e=c(56791),f=c(
|
|
1
|
+
"use strict";exports.id=4444,exports.ids=[4444],exports.modules={12462:(a,b,c)=>{c.d(b,{T8:()=>j,o4:()=>k});var d=c(31766),e=c(56791),f=c(69297),g=c(82450),h=c(15194);let i=(0,c(72626).h)("assistant-response-saver");function j(a,b){switch(b){case"claude":return(0,g.NN)(a);case"gemini":return(0,g.IS)(a);case"opencode":return(0,g.aW)(a);case"copilot":return(0,g.LH)(a);default:return a.trim()}}async function k(a,b,c,g,k){let l=k??c;try{let m;if((0,h.VA)(c))return null;let n=(0,e.y1)(a,b,l),o=n?.lastCapturedLine||0;try{m=await (0,d.Wh)(b,c,1e4,k)}catch{return i.info("failed-to-capture"),null}if(!m)return null;let p=m.split("\n"),q=p.length;for(;q>0&&""===p[q-1].trim();)q--;let r=q,{bufferReset:s,reason:t}=r>0&&o>25&&r+25<o?{bufferReset:!0,reason:"shrink"}:r>0&&o>50&&r<50?{bufferReset:!0,reason:"restart"}:{bufferReset:!1,reason:null};s&&i.info("buffer:reset-detected",{reason:t,currentLineCount:r,lastCapturedLine:o});let u=s?0:o;if(!s&&r<=o)return r<o&&((0,e.gb)(a,b,c,r,k),i.info("position:corrected-stale",{from:o,to:r})),null;let v=p.slice(u).join("\n"),w=j(v,c);if(!w||""===w.trim())return(0,e.gb)(a,b,c,r,k),i.debug("response:empty-after-clean",{currentLineCount:r}),null;let x=new Date(g.getTime()-1),y=(0,e.oH)(a,{worktreeId:b,role:"assistant",content:w,messageType:"normal",timestamp:x,cliToolId:c,instanceId:l});return(0,e.gb)(a,b,c,r,k),(0,f.Lo)("message",{worktreeId:b,message:y}),i.info("response:saved",{fromLine:o,toLine:r}),y}catch(a){return i.error("error:",{error:a instanceof Error?a.message:String(a)}),null}}},16700:(a,b,c)=>{c.d(b,{A:()=>e,Y:()=>f});let d=new Set(["claude","codex","antigravity"]);function e(a){return d.has(a)?"non_interactive":"interactive"}function f(a){return"non_interactive"===e(a)}},46961:(a,b,c)=>{c.d(b,{e:()=>f});var d=c(56791),e=c(82149);function f(a,b){if(!(0,d.iT)(a,b))return;let c=(0,d.ce)(a,b),f=(0,e.kx)(b);c&&!f&&((0,d.az)(a,c.id,{status:"failed",finishedAt:new Date,stderrText:[c.stderrText??"","[Execution reconciled after process registry loss]"].filter(Boolean).join("\n")}),(0,d.xR)(a,b,{status:"ready"}))}},49070:(a,b,c)=>{c.d(b,{A:()=>l});var d=c(31766),e=c(3523),f=c(12462),g=c(56791),h=c(57821),i=c(72626),j=c(26283);let k=(0,i.h)("assistant/conversation-response-saver");async function l(a,b,c,i=new Date){try{let k=(0,g.qK)(a,b),l=k?.lastCapturedLine??0,m=(0,h.G)(b),n=await (0,d.Wh)(m,c,1e4),o="codex"===c?function(a,b){let c=a.split("\n"),d=c.length;for(;d>0&&""===c[d-1].trim();)d--;let e=c.slice(0,d),f=[];for(let a=Math.max(0,b);a<e.length;a++){let b=(0,j.aJ)(e[a]).trimEnd();/^›(?:\s+.*)?$/.test(b)&&f.push(a)}if(f.length<2)return null;let g=f[f.length-2],h=f[f.length-1],i=(0,j.aJ)(e.slice(g+1,h).join("\n")).trim();return i?!function(a){let b=a.trim();return/^•\s+Working\s+\(\d+s\s+•\s+esc to interrupt\)$/i.test(b)||/^•\s+Thinking\s+\(\d+s\s+•\s+esc to interrupt\)$/i.test(b)||/^•\s+Running/i.test(b)}(i)?{response:i,lineCount:h}:null:{response:"",lineCount:h}}(n,l):null,p=o?{response:o.response,isComplete:!0,lineCount:o.lineCount,bufferReset:!1}:(0,e.z$)(n,l,c);if(!p||!p.isComplete||!p.bufferReset&&p.lineCount<=l)return null;let q=(0,f.T8)(p.response,c);if(!q||""===q.trim()||"[No content]"===q)return(0,g.PP)(a,b,p.lineCount),null;let r=(0,g.qp)(a,{conversationId:b,role:"assistant",content:q,messageType:"normal",timestamp:i});return(0,g.PP)(a,b,p.lineCount),r}catch(a){return k.debug("save:skipped",{conversationId:b,cliToolId:c,error:a instanceof Error?a.message:String(a)}),null}}},57821:(a,b,c)=>{c.d(b,{G:()=>e,O:()=>f});var d=c(31268);function e(a){return`assistant-${a}`}function f(a,b){let c=d.s.getInstance().getTool(a),f=e(b),g=c.getSessionName(f);return{cliTool:c,worktreeId:f,sessionName:g}}},67502:(a,b,c)=>{c.d(b,{JD:()=>h,_$:()=>g});var d=c(15194),e=c(10406),f=c(73753);function g(a,b,c=new Date){var h;let i=(0,d.oo)(a);return[`You are an assistant using ${i}, running inside CommandMate.`,"",(h="commandmate-cli"===process.env.CM_LAUNCHED_BY?"commandmate":"commandmatedev",`## CommandMate CLI Reference
|
|
2
2
|
|
|
3
3
|
The user runs a CommandMate server locally. These are the CLI commands available from their terminal:
|
|
4
4
|
|