@shipit-ai/cli 1.164.2-pr9.0fa5de3 → 1.164.2-pr9.fdd3eb0
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/README.md +3 -7
- package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts +54 -0
- package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/environment-detector.service.js +8 -0
- package/dist/packages/core/src/application/ports/output/services/index.d.ts +1 -0
- package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -1
- package/dist/packages/core/src/application/ports/output/services/tool-metadata-service.interface.d.ts +5 -1
- package/dist/packages/core/src/application/ports/output/services/tool-metadata-service.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts +1 -1
- package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.js +1 -1
- package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts +1 -1
- package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.js +1 -1
- package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.d.ts +1 -1
- package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.js +1 -1
- package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts +18 -0
- package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.js +40 -0
- package/dist/packages/core/src/application/use-cases/settings/index.d.ts +1 -0
- package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/settings/index.js +1 -0
- package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts +10 -4
- package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.js +34 -7
- package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts +1 -1
- package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts +18 -2
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -1
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.js +16 -5
- package/dist/packages/core/src/index.d.ts +2 -2
- package/dist/packages/core/src/index.js +2 -2
- package/dist/packages/core/src/infrastructure/di/modules/services.module.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/modules/services.module.js +2 -0
- package/dist/packages/core/src/infrastructure/di/modules/use-cases.module.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/modules/use-cases.module.js +2 -0
- package/dist/packages/core/src/infrastructure/di/modules/web-tokens.module.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/modules/web-tokens.module.js +4 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/plan.fixture.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/plan.fixture.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.d.ts +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.js +5 -5
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.d.ts +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.js +6 -6
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/merge-prompts.js +1 -1
- package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts +38 -0
- package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/environment-detector.service.js +196 -0
- package/dist/packages/core/src/infrastructure/services/filesystem/shipit-ai-directory.service.d.ts +2 -2
- package/dist/packages/core/src/infrastructure/services/filesystem/shipit-ai-directory.service.js +4 -4
- package/dist/packages/core/src/infrastructure/services/git/pr-branding.d.ts +4 -4
- package/dist/packages/core/src/infrastructure/services/git/pr-branding.js +4 -4
- package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.js +7 -7
- package/dist/packages/core/src/infrastructure/services/port.service.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/port.service.js +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +6 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.js +7 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.d.ts +1 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.js +4 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/CLAUDE.md +2 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/bash.json +20 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/codex-cli.json +31 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/fish.json +19 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/powershell.json +24 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zsh.json +19 -0
- package/dist/src/presentation/cli/commands/agent/approve.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/approve.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/delete.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/delete.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/index.d.ts +6 -6
- package/dist/src/presentation/cli/commands/agent/index.js +6 -6
- package/dist/src/presentation/cli/commands/agent/logs.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/agent/logs.command.js +3 -3
- package/dist/src/presentation/cli/commands/agent/ls.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/ls.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/reject.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/reject.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/show.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/show.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/stop.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/stop.command.js +1 -1
- package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts +4 -4
- package/dist/src/presentation/cli/commands/daemon/start-daemon.js +4 -4
- package/dist/src/presentation/cli/commands/daemon/stop-daemon.d.ts +5 -5
- package/dist/src/presentation/cli/commands/daemon/stop-daemon.js +5 -5
- package/dist/src/presentation/cli/commands/feat/adopt.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/adopt.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/approve.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/approve.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/archive.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/archive.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/del.command.d.ts +5 -5
- package/dist/src/presentation/cli/commands/feat/del.command.js +5 -5
- package/dist/src/presentation/cli/commands/feat/index.d.ts +4 -4
- package/dist/src/presentation/cli/commands/feat/index.js +4 -4
- package/dist/src/presentation/cli/commands/feat/logs.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/logs.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/ls.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/ls.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/new.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/new.command.js +4 -4
- package/dist/src/presentation/cli/commands/feat/reject.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/reject.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/resume.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/resume.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/review.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.js +4 -3
- package/dist/src/presentation/cli/commands/feat/start.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/start.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/unarchive.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/feat/unarchive.command.js +2 -2
- package/dist/src/presentation/cli/commands/ide-open.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/ide-open.command.js +1 -1
- package/dist/src/presentation/cli/commands/log-viewer.d.ts +1 -1
- package/dist/src/presentation/cli/commands/log-viewer.js +1 -1
- package/dist/src/presentation/cli/commands/repo/add.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/repo/add.command.js +3 -3
- package/dist/src/presentation/cli/commands/repo/index.d.ts +4 -4
- package/dist/src/presentation/cli/commands/repo/index.js +4 -4
- package/dist/src/presentation/cli/commands/repo/ls.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/repo/ls.command.js +1 -1
- package/dist/src/presentation/cli/commands/repo/show.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/repo/show.command.js +1 -1
- package/dist/src/presentation/cli/commands/restart.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/restart.command.js +5 -5
- package/dist/src/presentation/cli/commands/run.command.d.ts +5 -5
- package/dist/src/presentation/cli/commands/run.command.js +5 -5
- package/dist/src/presentation/cli/commands/session/index.d.ts +3 -3
- package/dist/src/presentation/cli/commands/session/index.js +3 -3
- package/dist/src/presentation/cli/commands/session/ls.command.d.ts +6 -6
- package/dist/src/presentation/cli/commands/session/ls.command.js +6 -6
- package/dist/src/presentation/cli/commands/session/show.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/session/show.command.js +3 -3
- package/dist/src/presentation/cli/commands/settings/agent.command.d.ts +4 -4
- package/dist/src/presentation/cli/commands/settings/agent.command.js +7 -7
- package/dist/src/presentation/cli/commands/settings/ide.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/settings/ide.command.js +6 -6
- package/dist/src/presentation/cli/commands/settings/index.d.ts +10 -10
- package/dist/src/presentation/cli/commands/settings/index.js +10 -10
- package/dist/src/presentation/cli/commands/settings/init.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/settings/init.command.js +6 -6
- package/dist/src/presentation/cli/commands/settings/language.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/settings/language.command.js +3 -3
- package/dist/src/presentation/cli/commands/settings/model.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/settings/model.command.js +3 -3
- package/dist/src/presentation/cli/commands/settings/show.command.d.ts +4 -4
- package/dist/src/presentation/cli/commands/settings/show.command.js +7 -7
- package/dist/src/presentation/cli/commands/settings/workflow.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/settings/workflow.command.js +6 -6
- package/dist/src/presentation/cli/commands/start.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/start.command.js +5 -5
- package/dist/src/presentation/cli/commands/status.command.d.ts +4 -4
- package/dist/src/presentation/cli/commands/status.command.js +4 -4
- package/dist/src/presentation/cli/commands/stop.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/stop.command.js +2 -2
- package/dist/src/presentation/cli/commands/tools.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/tools.command.js +1 -1
- package/dist/src/presentation/cli/commands/ui.command.d.ts +4 -4
- package/dist/src/presentation/cli/commands/ui.command.js +7 -7
- package/dist/src/presentation/cli/commands/upgrade.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/upgrade.command.js +2 -2
- package/dist/src/presentation/cli/commands/version.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/version.command.js +2 -2
- package/dist/src/presentation/cli/index.d.ts +3 -3
- package/dist/src/presentation/cli/index.js +4 -4
- package/dist/src/presentation/cli/ui/index.d.ts +1 -1
- package/dist/src/presentation/cli/ui/index.js +1 -1
- package/dist/src/presentation/tui/themes/shipit-ai.theme.d.ts +4 -4
- package/dist/src/presentation/tui/themes/shipit-ai.theme.js +4 -4
- package/dist/src/presentation/web/app/actions/check-agent-auth.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/check-agent-auth.js +69 -24
- package/dist/src/presentation/web/app/actions/deploy-feature.js +2 -2
- package/dist/src/presentation/web/app/actions/deploy-repository.js +2 -2
- package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts +1 -0
- package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/get-all-agent-models.js +28 -3
- package/dist/src/presentation/web/app/actions/get-available-editors.d.ts +14 -0
- package/dist/src/presentation/web/app/actions/get-available-editors.d.ts.map +1 -0
- package/dist/src/presentation/web/app/actions/get-available-editors.js +24 -0
- package/dist/src/presentation/web/app/actions/get-available-shells.d.ts +14 -0
- package/dist/src/presentation/web/app/actions/get-available-shells.d.ts.map +1 -0
- package/dist/src/presentation/web/app/actions/get-available-shells.js +22 -0
- package/dist/src/presentation/web/app/actions/get-merge-review-data.js +3 -3
- package/dist/src/presentation/web/app/layout.d.ts.map +1 -1
- package/dist/src/presentation/web/app/layout.js +4 -13
- package/dist/src/presentation/web/app/settings/page.d.ts.map +1 -1
- package/dist/src/presentation/web/app/settings/page.js +6 -2
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.js +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.js +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/global-chat-drawer-client.js +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.js +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +2 -2
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +8 -8
- package/dist/src/presentation/web/components/common/github-import-dialog/github-import-dialog.js +1 -1
- package/dist/src/presentation/web/components/common/inline-attachments/inline-attachments.stories.js +5 -5
- package/dist/src/presentation/web/components/common/merge-review/merge-review.stories.js +8 -8
- package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.stories.js +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/shipit-ai-logo/index.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/index.js +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/{shep-logo.d.ts → shipit-ai-logo.d.ts} +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.js +8 -0
- package/dist/src/presentation/web/components/common/shipit-ai-logo/{shep-logo.stories.d.ts → shipit-ai-logo.stories.d.ts} +2 -2
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/shipit-ai-logo/{shep-logo.stories.js → shipit-ai-logo.stories.js} +1 -1
- package/dist/src/presentation/web/components/common/version-badge/version-badge.stories.js +2 -2
- package/dist/src/presentation/web/components/features/chat/ChatSheet.js +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +1 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.js +6 -1
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +19 -19
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.js +13 -2
- package/dist/src/presentation/web/components/features/settings/database-settings-section.js +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts +5 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.js +33 -27
- package/dist/src/presentation/web/components/features/tools/tool-card.js +1 -1
- package/dist/src/presentation/web/components/features/version/version-page-client.js +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +3 -3
- package/dist/src/presentation/web/components/ui/sidebar.stories.js +1 -1
- package/dist/src/presentation/web/lib/session-scanner.js +2 -2
- package/dist/src/presentation/web/lib/version.d.ts +1 -1
- package/dist/src/presentation/web/lib/version.js +1 -1
- package/dist/src/presentation/web/{middleware.d.ts → proxy.d.ts} +4 -4
- package/dist/src/presentation/web/proxy.d.ts.map +1 -0
- package/dist/src/presentation/web/{middleware.js → proxy.js} +3 -3
- package/dist/src/presentation/web/types/theme.d.ts +1 -1
- package/dist/src/presentation/web/types/theme.js +1 -1
- package/dist/translations/ar/cli.json +17 -17
- package/dist/translations/ar/tui.json +2 -2
- package/dist/translations/ar/web.json +7 -5
- package/dist/translations/de/cli.json +17 -17
- package/dist/translations/de/tui.json +2 -2
- package/dist/translations/de/web.json +7 -5
- package/dist/translations/en/cli.json +17 -17
- package/dist/translations/en/tui.json +2 -2
- package/dist/translations/en/web.json +7 -5
- package/dist/translations/es/cli.json +17 -17
- package/dist/translations/es/tui.json +2 -2
- package/dist/translations/es/web.json +7 -5
- package/dist/translations/fr/cli.json +17 -17
- package/dist/translations/fr/tui.json +2 -2
- package/dist/translations/fr/web.json +7 -5
- package/dist/translations/he/cli.json +17 -17
- package/dist/translations/he/tui.json +2 -2
- package/dist/translations/he/web.json +7 -5
- package/dist/translations/pt/cli.json +17 -17
- package/dist/translations/pt/tui.json +2 -2
- package/dist/translations/pt/web.json +7 -5
- package/dist/translations/ru/cli.json +17 -17
- package/dist/translations/ru/tui.json +2 -2
- package/dist/translations/ru/web.json +7 -5
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +5 -5
- package/web/.next/fallback-build-manifest.json +3 -3
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +1 -1
- package/web/.next/required-server-files.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +2 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +2 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js +2 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +2 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +2 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +2 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +2 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/chat/page.js +2 -1
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/create/page.js +2 -1
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +2 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +2 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/page.js +2 -1
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +2 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +2 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error/page/build-manifest.json +2 -2
- package/web/.next/server/app/_global-error.html +1 -1
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/build-manifest.json +2 -2
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/_not-found/page.js +2 -1
- package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
- package/web/.next/server/app/api/attachments/upload-from-path/route.js +1 -1
- package/web/.next/server/app/api/attachments/upload-from-path/route.js.nft.json +1 -1
- package/web/.next/server/app/api/dialog/pick-files/route.js.nft.json +1 -1
- package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
- package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
- package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
- package/web/.next/server/app/settings/page/build-manifest.json +2 -2
- package/web/.next/server/app/settings/page/server-reference-manifest.json +42 -18
- package/web/.next/server/app/settings/page.js +3 -2
- package/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/build-manifest.json +2 -2
- package/web/.next/server/app/skills/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/skills/page.js +2 -2
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/build-manifest.json +2 -2
- package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/tools/page.js +2 -2
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/build-manifest.json +2 -2
- package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/version/page.js +2 -1
- package/web/.next/server/app/version/page.js.nft.json +1 -1
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/[externals]__11vad82._.js +3 -0
- package/web/.next/server/chunks/[externals]__11vad82._.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__0.2exzi._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__02xmnal._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__04jjtl_._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__07suer1._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__09118p2._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0ip_e1x._.js.map +1 -1
- package/web/.next/server/chunks/{[root-of-the-server]__0ob3z53._.js → [root-of-the-server]__0l1p8bx._.js} +2 -2
- package/web/.next/server/chunks/{[root-of-the-server]__0ob3z53._.js.map → [root-of-the-server]__0l1p8bx._.js.map} +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0tb~wwk._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js +20 -0
- package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js.map +1 -0
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js +3 -0
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js.map +1 -0
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js +3 -0
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js.map +1 -0
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js +3 -0
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js.map +1 -0
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js.map +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js +2 -2
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js.map +1 -1
- package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js +1 -1
- package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js.map +1 -1
- package/web/.next/server/chunks/ssr/11es_next_dist_0e36~wi._.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js.map +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__01~y8wi._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__01~y8wi._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0np51e2._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0np51e2._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0qh.wn.._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0uxn6-j._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0uxn6-j._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0~h382a._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0~h382a._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_0sgeiju._.js → _01mq~sm._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_0sgeiju._.js.map → _01mq~sm._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_0.7s.u6._.js → _091c_f9._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_0.7s.u6._.js.map → _091c_f9._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_0b8rkvn._.js +3 -0
- package/web/.next/server/chunks/ssr/{_0d2ioa~._.js.map → _0b8rkvn._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_0uh__3q._.js → _0djr-aw._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_0uh__3q._.js.map → _0djr-aw._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_0e5cv3q._.js +1 -1
- package/web/.next/server/chunks/ssr/_0e5cv3q._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0ez.1o4._.js +1 -1
- package/web/.next/server/chunks/ssr/_0ez.1o4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0jpbsh_._.js +4 -0
- package/web/.next/server/chunks/ssr/_0jpbsh_._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0n.xy38._.js +3 -0
- package/web/.next/server/chunks/ssr/_0n.xy38._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0rvaoj4._.js +3 -0
- package/web/.next/server/chunks/ssr/_0rvaoj4._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0v.yfmg._.js +1 -1
- package/web/.next/server/chunks/ssr/_0v.yfmg._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0w-_hww._.js +1 -1
- package/web/.next/server/chunks/ssr/_0w-_hww._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_11kuznh._.js +1 -1
- package/web/.next/server/chunks/ssr/_11kuznh._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_13euo-f._.js +1 -1
- package/web/.next/server/chunks/ssr/_13euo-f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js +5 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js +5 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js.map +1 -1
- package/web/.next/server/functions-config-manifest.json +11 -1
- package/web/.next/server/middleware/middleware-manifest.json +1 -27
- package/web/.next/server/middleware-build-manifest.js +5 -5
- package/web/.next/server/middleware-manifest.json +2 -32
- package/web/.next/server/middleware.js +5 -0
- package/web/.next/server/middleware.js.map +5 -0
- package/web/.next/server/middleware.js.nft.json +1 -0
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +80 -56
- package/web/.next/static/{ML_58uxy5qmZQKb7WAVpk → JAkg8eEoRUotjG8QQldwP}/_clientMiddlewareManifest.js +1 -1
- package/web/.next/static/chunks/010wdbmhyou5l.js +1 -0
- package/web/.next/static/chunks/{0b1my~6lqz~ha.js → 05csnguxeu_6..js} +1 -1
- package/web/.next/static/chunks/{0irqet91z73_h.js → 06fuh2nvpirmg.js} +1 -1
- package/web/.next/static/chunks/{0bdtgeoys8bq..js → 08iuksm8rvb09.js} +1 -1
- package/web/.next/static/chunks/{15nzg-txif.bg.js → 0b4_f_x20k4lt.js} +1 -1
- package/web/.next/static/chunks/0bgh91x4g6-p9.js +1 -0
- package/web/.next/static/chunks/{0vlx6s5d1~d-w.js → 0evxdvnturego.js} +1 -1
- package/web/.next/static/chunks/{0~7cjq579m7ms.js → 0fnrtwo.n2vij.js} +1 -1
- package/web/.next/static/chunks/{097d4.alebhv6.js → 0h0q5yqipg5-2.js} +2 -2
- package/web/.next/static/chunks/0pdwjzz5fqyi7.js +1 -0
- package/web/.next/static/chunks/0r5dju6f1-i38.css +1 -0
- package/web/.next/static/chunks/0r990ua~igkqj.js +1 -0
- package/web/.next/static/chunks/{13xg0bjtuso~r.js → 0riti1bs-erm~.js} +1 -1
- package/web/.next/static/chunks/0ttgwaa4r_ssq.js +3 -0
- package/web/.next/static/chunks/0w3h632akwmjj.js +1 -0
- package/web/.next/static/chunks/{14bjyfto_93~m.js → 0wlv._qkau1f1.js} +2 -2
- package/web/.next/static/chunks/{07lrq10rx0tp1.js → 0~er~22zwvx0i.js} +1 -1
- package/web/.next/static/chunks/{06m0t8vm74uq0.js → 134o_ag.q_viy.js} +2 -2
- package/web/.next/static/chunks/{0so7j5o39.mt3.js → 13tsq8xckdd0p.js} +2 -2
- package/web/.next/static/chunks/{0rnvcu2blaow4.js → 15m2wfd5k_7fj.js} +1 -1
- package/web/.next/static/chunks/{turbopack-10upsk2jydmq4.js → turbopack-0ve8f54_veg.u.js} +1 -1
- package/web/public/apple-touch-icon.png +0 -0
- package/web/public/favicon-32x32.png +0 -0
- package/web/public/icon-192.png +0 -0
- package/web/public/icon-512.png +0 -0
- package/web/public/icons/agents/openai.svg +1 -1
- package/web/public/shipit-brain.png +0 -0
- package/web/public/shipit-icon.svg +68 -0
- package/web/public/shipit-logo.png +0 -0
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.js +0 -5
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/middleware.d.ts.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0frgz11._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0frgz11._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0pti1a3._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0pti1a3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0yky~xo._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0yky~xo._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11dc42t._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11dc42t._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0__4si~._.js +0 -4
- package/web/.next/server/chunks/ssr/_0__4si~._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0_m17kl._.js +0 -4
- package/web/.next/server/chunks/ssr/_0_m17kl._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0d2ioa~._.js +0 -3
- package/web/.next/server/chunks/ssr/_0d4miu.._.js +0 -4
- package/web/.next/server/chunks/ssr/_0d4miu.._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0e8ern9._.js +0 -4
- package/web/.next/server/chunks/ssr/_0e8ern9._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0hovej-._.js +0 -6
- package/web/.next/server/chunks/ssr/_0hovej-._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0p3zs6p._.js +0 -3
- package/web/.next/server/chunks/ssr/_0p3zs6p._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0qpq3xl._.js +0 -3
- package/web/.next/server/chunks/ssr/_0qpq3xl._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0r.3n~3._.js +0 -4
- package/web/.next/server/chunks/ssr/_0r.3n~3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0t59q8r._.js +0 -4
- package/web/.next/server/chunks/ssr/_0t59q8r._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0zk-h5w._.js +0 -4
- package/web/.next/server/chunks/ssr/_0zk-h5w._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0~ev6dw._.js +0 -6
- package/web/.next/server/chunks/ssr/_0~ev6dw._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_1161g9x._.js +0 -4
- package/web/.next/server/chunks/ssr/_1161g9x._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js.map +0 -1
- package/web/.next/server/edge/chunks/0pax_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js +0 -3
- package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js.map +0 -1
- package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js +0 -3
- package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js.map +0 -1
- package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js +0 -11
- package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js.map +0 -1
- package/web/.next/static/chunks/0a_ahxutnlxeo.js +0 -1
- package/web/.next/static/chunks/0dr6q94jmx86b.css +0 -1
- package/web/.next/static/chunks/0ggh~9h0aria4.js +0 -1
- package/web/.next/static/chunks/0ig1nny60x9fp.js +0 -1
- package/web/.next/static/chunks/0m-ae_vez8yzr.js +0 -3
- package/web/.next/static/chunks/0oha7fn.qv23y.js +0 -1
- package/web/.next/static/chunks/10ltsew-fr2hm.js +0 -1
- package/web/public/favicon-dark.svg +0 -6
- package/web/public/favicon-light.svg +0 -6
- /package/web/.next/static/{ML_58uxy5qmZQKb7WAVpk → JAkg8eEoRUotjG8QQldwP}/_buildManifest.js +0 -0
- /package/web/.next/static/{ML_58uxy5qmZQKb7WAVpk → JAkg8eEoRUotjG8QQldwP}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"002670c3d4ee0edb61f57117f37bed9fe037957335": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
6
6
|
"moduleId": 81306,
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
94
94
|
},
|
|
95
95
|
"app/settings/page": {
|
|
96
|
-
"moduleId":
|
|
96
|
+
"moduleId": 87459,
|
|
97
97
|
"async": false,
|
|
98
98
|
"exportedName": "getAllAgentModels",
|
|
99
99
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts",
|
|
121
121
|
"exportedName": "getAllAgentModels"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"60b82c522414a21d8f70c109d334b48ccddec14caa": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
126
126
|
"moduleId": 81306,
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
214
214
|
},
|
|
215
215
|
"app/settings/page": {
|
|
216
|
-
"moduleId":
|
|
216
|
+
"moduleId": 87459,
|
|
217
217
|
"async": false,
|
|
218
218
|
"exportedName": "updateAgentAndModel",
|
|
219
219
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts",
|
|
241
241
|
"exportedName": "updateAgentAndModel"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"0024998ff81fd6d120222831a57fee689b8687c12b": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
246
246
|
"moduleId": 81306,
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
334
334
|
},
|
|
335
335
|
"app/settings/page": {
|
|
336
|
-
"moduleId":
|
|
336
|
+
"moduleId": 87459,
|
|
337
337
|
"async": false,
|
|
338
338
|
"exportedName": "pickFolder",
|
|
339
339
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"filename": "src/presentation/web/app/actions/pick-folder.ts",
|
|
361
361
|
"exportedName": "pickFolder"
|
|
362
362
|
},
|
|
363
|
-
"
|
|
363
|
+
"409a87e4ab5dfa4a5b459908a627ef91f8a22376f5": {
|
|
364
364
|
"workers": {
|
|
365
365
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
366
366
|
"moduleId": 81306,
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts"
|
|
454
454
|
},
|
|
455
455
|
"app/settings/page": {
|
|
456
|
-
"moduleId":
|
|
456
|
+
"moduleId": 87459,
|
|
457
457
|
"async": false,
|
|
458
458
|
"exportedName": "listGitHubRepositories",
|
|
459
459
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts"
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts",
|
|
481
481
|
"exportedName": "listGitHubRepositories"
|
|
482
482
|
},
|
|
483
|
-
"
|
|
483
|
+
"00cd1ca6892497bdda9bb473aeda15e14d1f74a00a": {
|
|
484
484
|
"workers": {
|
|
485
485
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
486
486
|
"moduleId": 81306,
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"filename": "src/presentation/web/app/actions/list-github-organizations.ts"
|
|
574
574
|
},
|
|
575
575
|
"app/settings/page": {
|
|
576
|
-
"moduleId":
|
|
576
|
+
"moduleId": 87459,
|
|
577
577
|
"async": false,
|
|
578
578
|
"exportedName": "listGitHubOrganizations",
|
|
579
579
|
"filename": "src/presentation/web/app/actions/list-github-organizations.ts"
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
"filename": "src/presentation/web/app/actions/list-github-organizations.ts",
|
|
601
601
|
"exportedName": "listGitHubOrganizations"
|
|
602
602
|
},
|
|
603
|
-
"
|
|
603
|
+
"4071dd45198a850e19b1d84d5d3c8de4b2fd074ef1": {
|
|
604
604
|
"workers": {
|
|
605
605
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
606
606
|
"moduleId": 81306,
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts"
|
|
694
694
|
},
|
|
695
695
|
"app/settings/page": {
|
|
696
|
-
"moduleId":
|
|
696
|
+
"moduleId": 87459,
|
|
697
697
|
"async": false,
|
|
698
698
|
"exportedName": "importGitHubRepository",
|
|
699
699
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts"
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts",
|
|
721
721
|
"exportedName": "importGitHubRepository"
|
|
722
722
|
},
|
|
723
|
-
"
|
|
723
|
+
"40d73014331a1b4aedc7cc15e76a55370085f6e0df": {
|
|
724
724
|
"workers": {
|
|
725
725
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
726
726
|
"moduleId": 81306,
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts",
|
|
823
823
|
"exportedName": "deployFeature"
|
|
824
824
|
},
|
|
825
|
-
"
|
|
825
|
+
"40e643ab82f3648efffe8adbc642fe87a44a18a579": {
|
|
826
826
|
"workers": {
|
|
827
827
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
828
828
|
"moduleId": 81306,
|
|
@@ -924,7 +924,7 @@
|
|
|
924
924
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts",
|
|
925
925
|
"exportedName": "deployRepository"
|
|
926
926
|
},
|
|
927
|
-
"
|
|
927
|
+
"40f878b2d8030789dcf12db7f1f07f3ae1ff34bb21": {
|
|
928
928
|
"workers": {
|
|
929
929
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
930
930
|
"moduleId": 81306,
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts",
|
|
1027
1027
|
"exportedName": "stopDeployment"
|
|
1028
1028
|
},
|
|
1029
|
-
"
|
|
1029
|
+
"40fc8d02b628bca4904885836bce866dc238f57cd3": {
|
|
1030
1030
|
"workers": {
|
|
1031
1031
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1032
1032
|
"moduleId": 81306,
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts",
|
|
1129
1129
|
"exportedName": "getDeploymentStatus"
|
|
1130
1130
|
},
|
|
1131
|
-
"
|
|
1131
|
+
"401f0187c1b1351cf48c2ae49610ea052d5ea32c43": {
|
|
1132
1132
|
"workers": {
|
|
1133
1133
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1134
1134
|
"moduleId": 81306,
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
"filename": "src/presentation/web/app/actions/open-ide.ts",
|
|
1219
1219
|
"exportedName": "openIde"
|
|
1220
1220
|
},
|
|
1221
|
-
"
|
|
1221
|
+
"40e65ff9949ecee54ddd146a2c7e2a9e7c561a1535": {
|
|
1222
1222
|
"workers": {
|
|
1223
1223
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1224
1224
|
"moduleId": 81306,
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
"filename": "src/presentation/web/app/actions/open-shell.ts",
|
|
1309
1309
|
"exportedName": "openShell"
|
|
1310
1310
|
},
|
|
1311
|
-
"
|
|
1311
|
+
"401ea4944866507535beedf2b6ef40052cde511075": {
|
|
1312
1312
|
"workers": {
|
|
1313
1313
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1314
1314
|
"moduleId": 81306,
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
"filename": "src/presentation/web/app/actions/open-folder.ts",
|
|
1399
1399
|
"exportedName": "openFolder"
|
|
1400
1400
|
},
|
|
1401
|
-
"
|
|
1401
|
+
"40df1f2d7d8eec3fe24a3728efeb0fa922ed455405": {
|
|
1402
1402
|
"workers": {
|
|
1403
1403
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1404
1404
|
"moduleId": 81306,
|
|
@@ -1488,7 +1488,7 @@
|
|
|
1488
1488
|
"filename": "src/presentation/web/app/actions/sync-repository.ts",
|
|
1489
1489
|
"exportedName": "syncRepository"
|
|
1490
1490
|
},
|
|
1491
|
-
"
|
|
1491
|
+
"40e25ec3a63cd4b36a7e33564d39743f8f0242e533": {
|
|
1492
1492
|
"workers": {
|
|
1493
1493
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1494
1494
|
"moduleId": 81306,
|
|
@@ -1590,7 +1590,7 @@
|
|
|
1590
1590
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts",
|
|
1591
1591
|
"exportedName": "getDeploymentLogs"
|
|
1592
1592
|
},
|
|
1593
|
-
"
|
|
1593
|
+
"001a531c882f3973b6d172970784bc95accc8a963f": {
|
|
1594
1594
|
"workers": {
|
|
1595
1595
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1596
1596
|
"moduleId": 81306,
|
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts",
|
|
1681
1681
|
"exportedName": "isAgentSetupComplete"
|
|
1682
1682
|
},
|
|
1683
|
-
"
|
|
1683
|
+
"00b0314d184e575c8efde646289d902978ee5072b4": {
|
|
1684
1684
|
"workers": {
|
|
1685
1685
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1686
1686
|
"moduleId": 81306,
|
|
@@ -1770,7 +1770,7 @@
|
|
|
1770
1770
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts",
|
|
1771
1771
|
"exportedName": "checkAgentAuth"
|
|
1772
1772
|
},
|
|
1773
|
-
"
|
|
1773
|
+
"001fa077e21fd2647ce5b9d1ea48fd692fc28c01c1": {
|
|
1774
1774
|
"workers": {
|
|
1775
1775
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1776
1776
|
"moduleId": 81306,
|
|
@@ -1860,7 +1860,7 @@
|
|
|
1860
1860
|
"filename": "src/presentation/web/app/actions/check-tool-status.ts",
|
|
1861
1861
|
"exportedName": "checkToolStatus"
|
|
1862
1862
|
},
|
|
1863
|
-
"
|
|
1863
|
+
"40840249913f1c6888facd0f654d338c7bc0f40fb3": {
|
|
1864
1864
|
"workers": {
|
|
1865
1865
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1866
1866
|
"moduleId": 81306,
|
|
@@ -1950,7 +1950,7 @@
|
|
|
1950
1950
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts",
|
|
1951
1951
|
"exportedName": "getFeatureMetadata"
|
|
1952
1952
|
},
|
|
1953
|
-
"
|
|
1953
|
+
"40eaa73659ccb6e91fad718657b01eb21e89b184ab": {
|
|
1954
1954
|
"workers": {
|
|
1955
1955
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1956
1956
|
"moduleId": 81306,
|
|
@@ -2040,7 +2040,7 @@
|
|
|
2040
2040
|
"filename": "src/presentation/web/app/actions/archive-feature.ts",
|
|
2041
2041
|
"exportedName": "archiveFeature"
|
|
2042
2042
|
},
|
|
2043
|
-
"
|
|
2043
|
+
"786c14f4c6f35a4426da7fb7712ea7ab189658277e": {
|
|
2044
2044
|
"workers": {
|
|
2045
2045
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2046
2046
|
"moduleId": 81306,
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
"filename": "src/presentation/web/app/actions/delete-feature.ts",
|
|
2131
2131
|
"exportedName": "deleteFeature"
|
|
2132
2132
|
},
|
|
2133
|
-
"
|
|
2133
|
+
"404419228389bd40355e0ac1ca6434ed6ea1d02f27": {
|
|
2134
2134
|
"workers": {
|
|
2135
2135
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2136
2136
|
"moduleId": 81306,
|
|
@@ -2220,7 +2220,7 @@
|
|
|
2220
2220
|
"filename": "src/presentation/web/app/actions/resume-feature.ts",
|
|
2221
2221
|
"exportedName": "resumeFeature"
|
|
2222
2222
|
},
|
|
2223
|
-
"
|
|
2223
|
+
"40f2d1a24f3802389f97050f4ba875c60f44f1d518": {
|
|
2224
2224
|
"workers": {
|
|
2225
2225
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2226
2226
|
"moduleId": 81306,
|
|
@@ -2310,7 +2310,7 @@
|
|
|
2310
2310
|
"filename": "src/presentation/web/app/actions/start-feature.ts",
|
|
2311
2311
|
"exportedName": "startFeature"
|
|
2312
2312
|
},
|
|
2313
|
-
"
|
|
2313
|
+
"4011992157506e3d599fd654e0d32c2b76018a2ce2": {
|
|
2314
2314
|
"workers": {
|
|
2315
2315
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2316
2316
|
"moduleId": 81306,
|
|
@@ -2400,7 +2400,7 @@
|
|
|
2400
2400
|
"filename": "src/presentation/web/app/actions/stop-feature.ts",
|
|
2401
2401
|
"exportedName": "stopFeature"
|
|
2402
2402
|
},
|
|
2403
|
-
"
|
|
2403
|
+
"40375a34aa49ffb41002bbbf3e4605034770cdfec0": {
|
|
2404
2404
|
"workers": {
|
|
2405
2405
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2406
2406
|
"moduleId": 81306,
|
|
@@ -2490,7 +2490,7 @@
|
|
|
2490
2490
|
"filename": "src/presentation/web/app/actions/unarchive-feature.ts",
|
|
2491
2491
|
"exportedName": "unarchiveFeature"
|
|
2492
2492
|
},
|
|
2493
|
-
"
|
|
2493
|
+
"40c3bd5358fbb3217c0d8c67093c69ccf346479f01": {
|
|
2494
2494
|
"workers": {
|
|
2495
2495
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2496
2496
|
"moduleId": 81306,
|
|
@@ -2580,7 +2580,7 @@
|
|
|
2580
2580
|
"filename": "src/presentation/web/app/actions/add-repository.ts",
|
|
2581
2581
|
"exportedName": "addRepository"
|
|
2582
2582
|
},
|
|
2583
|
-
"
|
|
2583
|
+
"40ee5231b968993c6e4650d0c4d80c67c9dcedb7d8": {
|
|
2584
2584
|
"workers": {
|
|
2585
2585
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2586
2586
|
"moduleId": 81306,
|
|
@@ -2670,7 +2670,7 @@
|
|
|
2670
2670
|
"filename": "src/presentation/web/app/actions/delete-repository.ts",
|
|
2671
2671
|
"exportedName": "deleteRepository"
|
|
2672
2672
|
},
|
|
2673
|
-
"
|
|
2673
|
+
"4078782bc2ff14b7309e3ac2f099d8be6b86913f48": {
|
|
2674
2674
|
"workers": {
|
|
2675
2675
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2676
2676
|
"moduleId": 81306,
|
|
@@ -2682,7 +2682,7 @@
|
|
|
2682
2682
|
"filename": "src/presentation/web/app/actions/adopt-branch.ts",
|
|
2683
2683
|
"exportedName": "adoptBranch"
|
|
2684
2684
|
},
|
|
2685
|
-
"
|
|
2685
|
+
"4085993401599ac31190725c7fb24e39aeab7bf57e": {
|
|
2686
2686
|
"workers": {
|
|
2687
2687
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2688
2688
|
"moduleId": 81306,
|
|
@@ -2694,7 +2694,7 @@
|
|
|
2694
2694
|
"filename": "src/presentation/web/app/actions/list-branches.ts",
|
|
2695
2695
|
"exportedName": "listBranches"
|
|
2696
2696
|
},
|
|
2697
|
-
"
|
|
2697
|
+
"001266a413033d33f48c3f7e4a5e748fb6593f0e68": {
|
|
2698
2698
|
"workers": {
|
|
2699
2699
|
"app/(dashboard)/@drawer/create/page": {
|
|
2700
2700
|
"moduleId": 71100,
|
|
@@ -2712,7 +2712,7 @@
|
|
|
2712
2712
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts",
|
|
2713
2713
|
"exportedName": "getWorkflowDefaults"
|
|
2714
2714
|
},
|
|
2715
|
-
"
|
|
2715
|
+
"4001bc463a8f92f64c361cfc540c2a115447e8e29b": {
|
|
2716
2716
|
"workers": {
|
|
2717
2717
|
"app/(dashboard)/@drawer/create/page": {
|
|
2718
2718
|
"moduleId": 71100,
|
|
@@ -2730,7 +2730,7 @@
|
|
|
2730
2730
|
"filename": "src/presentation/web/app/actions/get-viewer-permission.ts",
|
|
2731
2731
|
"exportedName": "getViewerPermission"
|
|
2732
2732
|
},
|
|
2733
|
-
"
|
|
2733
|
+
"40c9cd1db51077a55e49dafcdc2a1a2f1986280c6c": {
|
|
2734
2734
|
"workers": {
|
|
2735
2735
|
"app/(dashboard)/@drawer/create/page": {
|
|
2736
2736
|
"moduleId": 71100,
|
|
@@ -2748,7 +2748,7 @@
|
|
|
2748
2748
|
"filename": "src/presentation/web/app/actions/create-feature.ts",
|
|
2749
2749
|
"exportedName": "createFeature"
|
|
2750
2750
|
},
|
|
2751
|
-
"
|
|
2751
|
+
"60bc12ac663905cd0c93dbf32ea096295de2e352b9": {
|
|
2752
2752
|
"workers": {
|
|
2753
2753
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2754
2754
|
"moduleId": 23461,
|
|
@@ -2778,7 +2778,7 @@
|
|
|
2778
2778
|
"filename": "src/presentation/web/app/actions/approve-feature.ts",
|
|
2779
2779
|
"exportedName": "approveFeature"
|
|
2780
2780
|
},
|
|
2781
|
-
"
|
|
2781
|
+
"700e2b16f337e2d8f497e686df190378aeb2d8966d": {
|
|
2782
2782
|
"workers": {
|
|
2783
2783
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2784
2784
|
"moduleId": 23461,
|
|
@@ -2808,7 +2808,7 @@
|
|
|
2808
2808
|
"filename": "src/presentation/web/app/actions/reject-feature.ts",
|
|
2809
2809
|
"exportedName": "rejectFeature"
|
|
2810
2810
|
},
|
|
2811
|
-
"
|
|
2811
|
+
"40277ba9ea6f0e25f1e9b6e7d77b80e2692b8e1d0f": {
|
|
2812
2812
|
"workers": {
|
|
2813
2813
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2814
2814
|
"moduleId": 23461,
|
|
@@ -2838,7 +2838,7 @@
|
|
|
2838
2838
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
|
|
2839
2839
|
"exportedName": "getFeatureArtifact"
|
|
2840
2840
|
},
|
|
2841
|
-
"
|
|
2841
|
+
"40a0dde980e925034b0c1c49270467c1e3ec679394": {
|
|
2842
2842
|
"workers": {
|
|
2843
2843
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2844
2844
|
"moduleId": 23461,
|
|
@@ -2868,7 +2868,7 @@
|
|
|
2868
2868
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts",
|
|
2869
2869
|
"exportedName": "getResearchArtifact"
|
|
2870
2870
|
},
|
|
2871
|
-
"
|
|
2871
|
+
"409a3d5650d908be54ce9855f5970a1088337a3c37": {
|
|
2872
2872
|
"workers": {
|
|
2873
2873
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2874
2874
|
"moduleId": 23461,
|
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
"filename": "src/presentation/web/app/actions/get-merge-review-data.ts",
|
|
2899
2899
|
"exportedName": "getMergeReviewData"
|
|
2900
2900
|
},
|
|
2901
|
-
"
|
|
2901
|
+
"40b369995a5f65f2e7afa7ab0419a8e0e4e15ac18e": {
|
|
2902
2902
|
"workers": {
|
|
2903
2903
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2904
2904
|
"moduleId": 23461,
|
|
@@ -2928,7 +2928,7 @@
|
|
|
2928
2928
|
"filename": "src/presentation/web/app/actions/get-feature-phase-timings.ts",
|
|
2929
2929
|
"exportedName": "getFeaturePhaseTimings"
|
|
2930
2930
|
},
|
|
2931
|
-
"
|
|
2931
|
+
"402997581d75d8c52b4cf9f746c11a2dc4ff4b96bd": {
|
|
2932
2932
|
"workers": {
|
|
2933
2933
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2934
2934
|
"moduleId": 23461,
|
|
@@ -2958,7 +2958,7 @@
|
|
|
2958
2958
|
"filename": "src/presentation/web/app/actions/get-feature-plan.ts",
|
|
2959
2959
|
"exportedName": "getFeaturePlan"
|
|
2960
2960
|
},
|
|
2961
|
-
"
|
|
2961
|
+
"40a20bcc1961efb6885b503538d66c0f57c0c59db0": {
|
|
2962
2962
|
"workers": {
|
|
2963
2963
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2964
2964
|
"moduleId": 23461,
|
|
@@ -2988,7 +2988,7 @@
|
|
|
2988
2988
|
"filename": "src/presentation/web/app/actions/rebase-feature.ts",
|
|
2989
2989
|
"exportedName": "rebaseFeature"
|
|
2990
2990
|
},
|
|
2991
|
-
"
|
|
2991
|
+
"4021a6fc247abbec392c0603b092331f3cc3a4a160": {
|
|
2992
2992
|
"workers": {
|
|
2993
2993
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
2994
2994
|
"moduleId": 23461,
|
|
@@ -3018,7 +3018,7 @@
|
|
|
3018
3018
|
"filename": "src/presentation/web/app/actions/get-feature-drawer-data.ts",
|
|
3019
3019
|
"exportedName": "getFeatureDrawerData"
|
|
3020
3020
|
},
|
|
3021
|
-
"
|
|
3021
|
+
"4096622e1db5e11f70618b711e2605f8651bb95cf8": {
|
|
3022
3022
|
"workers": {
|
|
3023
3023
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3024
3024
|
"moduleId": 23461,
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
"filename": "src/presentation/web/app/actions/get-branch-sync-status.ts",
|
|
3049
3049
|
"exportedName": "getBranchSyncStatus"
|
|
3050
3050
|
},
|
|
3051
|
-
"
|
|
3051
|
+
"60fafb3a16793b4e2e368d79ea4a9710e49901a827": {
|
|
3052
3052
|
"workers": {
|
|
3053
3053
|
"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page": {
|
|
3054
3054
|
"moduleId": 59044,
|
|
@@ -3078,10 +3078,10 @@
|
|
|
3078
3078
|
"filename": "src/presentation/web/app/actions/get-git-log.ts",
|
|
3079
3079
|
"exportedName": "getGitRepoInfo"
|
|
3080
3080
|
},
|
|
3081
|
-
"
|
|
3081
|
+
"004139cbadf437332beb086a392f1fd9cef4984737": {
|
|
3082
3082
|
"workers": {
|
|
3083
3083
|
"app/settings/page": {
|
|
3084
|
-
"moduleId":
|
|
3084
|
+
"moduleId": 87459,
|
|
3085
3085
|
"async": false,
|
|
3086
3086
|
"exportedName": "loadSettings",
|
|
3087
3087
|
"filename": "src/presentation/web/app/actions/load-settings.ts"
|
|
@@ -3090,10 +3090,10 @@
|
|
|
3090
3090
|
"filename": "src/presentation/web/app/actions/load-settings.ts",
|
|
3091
3091
|
"exportedName": "loadSettings"
|
|
3092
3092
|
},
|
|
3093
|
-
"
|
|
3093
|
+
"003812d3136e3834fc0d89fc6bde2cfba5f8db9943": {
|
|
3094
3094
|
"workers": {
|
|
3095
3095
|
"app/settings/page": {
|
|
3096
|
-
"moduleId":
|
|
3096
|
+
"moduleId": 87459,
|
|
3097
3097
|
"async": false,
|
|
3098
3098
|
"exportedName": "getAvailableTerminals",
|
|
3099
3099
|
"filename": "src/presentation/web/app/actions/get-available-terminals.ts"
|
|
@@ -3102,10 +3102,34 @@
|
|
|
3102
3102
|
"filename": "src/presentation/web/app/actions/get-available-terminals.ts",
|
|
3103
3103
|
"exportedName": "getAvailableTerminals"
|
|
3104
3104
|
},
|
|
3105
|
-
"
|
|
3105
|
+
"00daf627526a95c48c1e5f7ace3b16d5f557063580": {
|
|
3106
3106
|
"workers": {
|
|
3107
3107
|
"app/settings/page": {
|
|
3108
|
-
"moduleId":
|
|
3108
|
+
"moduleId": 87459,
|
|
3109
|
+
"async": false,
|
|
3110
|
+
"exportedName": "getAvailableEditors",
|
|
3111
|
+
"filename": "src/presentation/web/app/actions/get-available-editors.ts"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
"filename": "src/presentation/web/app/actions/get-available-editors.ts",
|
|
3115
|
+
"exportedName": "getAvailableEditors"
|
|
3116
|
+
},
|
|
3117
|
+
"00eef968f695d976ad5b135d60b79d049779a23408": {
|
|
3118
|
+
"workers": {
|
|
3119
|
+
"app/settings/page": {
|
|
3120
|
+
"moduleId": 87459,
|
|
3121
|
+
"async": false,
|
|
3122
|
+
"exportedName": "getAvailableShells",
|
|
3123
|
+
"filename": "src/presentation/web/app/actions/get-available-shells.ts"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3126
|
+
"filename": "src/presentation/web/app/actions/get-available-shells.ts",
|
|
3127
|
+
"exportedName": "getAvailableShells"
|
|
3128
|
+
},
|
|
3129
|
+
"40c0ce2521ae31aa0d2ff1059b4e6343734df2e07e": {
|
|
3130
|
+
"workers": {
|
|
3131
|
+
"app/settings/page": {
|
|
3132
|
+
"moduleId": 87459,
|
|
3109
3133
|
"async": false,
|
|
3110
3134
|
"exportedName": "updateSettingsAction",
|
|
3111
3135
|
"filename": "src/presentation/web/app/actions/update-settings.ts"
|
|
@@ -3116,5 +3140,5 @@
|
|
|
3116
3140
|
}
|
|
3117
3141
|
},
|
|
3118
3142
|
"edge": {},
|
|
3119
|
-
"encryptionKey": "
|
|
3143
|
+
"encryptionKey": "M1EnQ/rXzTLksrytsBhzTHovsfvMDEGxNs72eEJUdDY="
|
|
3120
3144
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
self.__MIDDLEWARE_MATCHERS = [
|
|
2
2
|
{
|
|
3
|
-
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?\\/api(?:\\/((?:[^\\/#\\?]+?)(?:\\/(?:[^\\/#\\?]+?))*))?(
|
|
3
|
+
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?\\/api(?:\\/((?:[^\\/#\\?]+?)(?:\\/(?:[^\\/#\\?]+?))*))?(\\.json)?[\\/#\\?]?$",
|
|
4
4
|
"originalSource": "/api/:path*"
|
|
5
5
|
}
|
|
6
6
|
];self.__MIDDLEWARE_MATCHERS_CB && self.__MIDDLEWARE_MATCHERS_CB()
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,74442,e=>{"use strict";var t=e.i(16539),r=e.i(63386),a=e.i(8775),l=e.i(6704),c=e.i(96976);let s=(0,c.createServerReference)("40df1f2d7d8eec3fe24a3728efeb0fa922ed455405",c.callServer,void 0,c.findSourceMapURL,"syncRepository");e.s(["useRepositoryActions",0,function(e){let[c,i]=(0,t.useState)(!1),[u,n]=(0,t.useState)(!1),[d,o]=(0,t.useState)(!1),[p,h]=(0,t.useState)(!1),[y,f]=(0,t.useState)(null),[m,k]=(0,t.useState)(null),[v,x]=(0,t.useState)(null),[S,b]=(0,t.useState)(null),M=(0,t.useRef)(null),R=(0,t.useRef)(null),g=(0,t.useRef)(null),C=(0,t.useRef)(null);(0,t.useEffect)(()=>()=>{M.current&&clearTimeout(M.current),R.current&&clearTimeout(R.current),g.current&&clearTimeout(g.current),C.current&&clearTimeout(C.current)},[]);let T=(0,t.useCallback)(async(t,r,a,l,c)=>{if(e&&!c){l.current&&clearTimeout(l.current),r(!0),a(null);try{let e=await t();if(!e.success){let t=e.error??"An unexpected error occurred";a(t),l.current=setTimeout(()=>a(null),5e3)}}catch(e){a(e instanceof Error?e.message:"An unexpected error occurred"),l.current=setTimeout(()=>a(null),5e3)}finally{r(!1)}}},[e]);return{openInIde:(0,t.useCallback)(()=>T(()=>(0,r.openIde)({repositoryPath:e.repositoryPath}),i,f,M,c),[T,c,e]),openInShell:(0,t.useCallback)(()=>T(()=>(0,a.openShell)({repositoryPath:e.repositoryPath}),n,k,R,u),[T,u,e]),openFolder:(0,t.useCallback)(()=>T(()=>(0,l.openFolder)(e.repositoryPath),o,x,g,d),[T,d,e]),syncMain:(0,t.useCallback)(()=>T(()=>s(e.repositoryId??""),h,b,C,p),[T,p,e]),ideLoading:c,shellLoading:u,folderLoading:d,syncLoading:p,ideError:y,shellError:m,folderError:v,syncError:S}}],74442)},49228,e=>{"use strict";let t=(0,e.i(3645).default)("git-branch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]);e.s(["GitBranch",0,t],49228)},30702,e=>{"use strict";let t=(0,e.i(3645).default)("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);e.s(["ExternalLink",0,t],30702)},38573,e=>{"use strict";let t=(0,e.i(3645).default)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]);e.s(["Terminal",0,t],38573)},1650,e=>{"use strict";e.i(11495),e.s([])},19933,e=>{"use strict";let t=(0,e.i(3645).default)("folder-open",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]);e.s(["FolderOpen",0,t],19933)},37260,e=>{"use strict";let t=(0,e.i(3645).default)("archive",[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]]);e.s(["Archive",0,t],37260)},8986,e=>{"use strict";let t=(0,e.i(3645).default)("code-xml",[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]]);e.s(["Code2",0,t],8986)},65530,e=>{"use strict";let t=(0,e.i(3645).default)("git-commit-horizontal",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]]);e.s(["GitCommitHorizontal",0,t],65530)},63386,8775,6704,e=>{"use strict";var t=e.i(96976);let r=(0,t.createServerReference)("401f0187c1b1351cf48c2ae49610ea052d5ea32c43",t.callServer,void 0,t.findSourceMapURL,"openIde");e.s(["openIde",0,r],63386);let a=(0,t.createServerReference)("40e65ff9949ecee54ddd146a2c7e2a9e7c561a1535",t.callServer,void 0,t.findSourceMapURL,"openShell");e.s(["openShell",0,a],8775);let l=(0,t.createServerReference)("401ea4944866507535beedf2b6ef40052cde511075",t.callServer,void 0,t.findSourceMapURL,"openFolder");e.s(["openFolder",0,l],6704)},58481,e=>{"use strict";let t=(0,e.i(3645).default)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);e.s(["AlertTriangle",0,t],58481)},97667,e=>{"use strict";var t=e.i(1012);e.s(["CheckIcon",()=>t.default])},95812,35e3,e=>{"use strict";let t=(0,e.i(3645).default)("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["Circle",0,t],95812);var r=e.i(80986);e.s(["CheckCircle2",()=>r.default],35e3)},3214,e=>{"use strict";let t=(0,e.i(3645).default)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);e.s(["Plus",0,t],3214)},61569,e=>{"use strict";let t=(0,e.i(3645).default)("minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);e.s(["default",0,t])},54793,7729,e=>{"use strict";var t=e.i(96871),r=e.i(31777);e.s(["EmptyState",0,function({icon:e,title:a,description:l,action:c,className:s,...i}){return(0,t.jsxs)("div",{className:(0,r.cn)("flex flex-col items-center gap-4 px-4 py-12 text-center",s),...i,children:[e?(0,t.jsx)("div",{className:"text-muted-foreground",children:e}):null,(0,t.jsx)("h3",{className:"text-lg font-semibold",children:a}),l?(0,t.jsx)("p",{className:"text-muted-foreground max-w-md text-sm",children:l}):null,c?(0,t.jsx)("div",{className:"mt-2",children:c}):null]})}],7729),e.s([],54793)},91925,e=>{"use strict";let t=(0,e.i(3645).default)("folder-plus",[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);e.s(["FolderPlus",0,t],91925)},52588,e=>{"use strict";var t=e.i(96976);let r=(0,t.createServerReference)("40c3bd5358fbb3217c0d8c67093c69ccf346479f01",t.callServer,void 0,t.findSourceMapURL,"addRepository");e.s(["addRepository",0,r])}]);
|