@shepai/cli 1.155.0-pr485.4c45fca → 1.155.0-pr486.e53674d
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/apis/json-schema/UserProfile.yaml +0 -3
- package/dist/packages/core/src/domain/generated/output.d.ts +0 -14
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
- package/dist/packages/core/src/domain/generated/output.js +0 -11
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.js +2 -4
- package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.js +2 -3
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.js +1 -3
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/claude-code.json +4 -3
- package/dist/src/presentation/cli/commands/_serve.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/_serve.command.js +3 -5
- package/dist/src/presentation/cli/commands/agent/approve.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/approve.command.js +4 -9
- package/dist/src/presentation/cli/commands/agent/delete.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/delete.command.js +5 -9
- package/dist/src/presentation/cli/commands/agent/index.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/index.js +1 -3
- package/dist/src/presentation/cli/commands/agent/logs.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/logs.command.js +5 -7
- package/dist/src/presentation/cli/commands/agent/ls.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/ls.command.js +10 -12
- package/dist/src/presentation/cli/commands/agent/reject.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/reject.command.js +5 -10
- package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/resolve-run.js +2 -7
- package/dist/src/presentation/cli/commands/agent/show.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/show.command.js +6 -8
- package/dist/src/presentation/cli/commands/agent/stop.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/stop.command.js +4 -9
- package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/daemon/start-daemon.js +8 -10
- package/dist/src/presentation/cli/commands/daemon/stop-daemon.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/daemon/stop-daemon.js +3 -5
- package/dist/src/presentation/cli/commands/feat/adopt.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/adopt.command.js +12 -14
- package/dist/src/presentation/cli/commands/feat/approve.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/approve.command.js +6 -8
- package/dist/src/presentation/cli/commands/feat/archive.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/archive.command.js +8 -10
- package/dist/src/presentation/cli/commands/feat/del.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/del.command.js +15 -17
- package/dist/src/presentation/cli/commands/feat/index.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/index.js +1 -2
- package/dist/src/presentation/cli/commands/feat/logs.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/logs.command.js +6 -8
- package/dist/src/presentation/cli/commands/feat/ls.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/ls.command.js +12 -14
- package/dist/src/presentation/cli/commands/feat/new.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/new.command.js +37 -43
- package/dist/src/presentation/cli/commands/feat/reject.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/reject.command.js +9 -11
- package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.js +5 -12
- package/dist/src/presentation/cli/commands/feat/resume.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/resume.command.js +6 -8
- package/dist/src/presentation/cli/commands/feat/review.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/review.command.js +15 -17
- package/dist/src/presentation/cli/commands/feat/show.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.js +45 -89
- package/dist/src/presentation/cli/commands/feat/start.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/start.command.js +10 -12
- package/dist/src/presentation/cli/commands/feat/unarchive.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/unarchive.command.js +6 -8
- package/dist/src/presentation/cli/commands/ide-open.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/ide-open.command.js +5 -10
- package/dist/src/presentation/cli/commands/install.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/install.command.js +21 -29
- package/dist/src/presentation/cli/commands/log-viewer.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/log-viewer.js +3 -6
- package/dist/src/presentation/cli/commands/repo/add.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/repo/add.command.js +10 -12
- package/dist/src/presentation/cli/commands/repo/index.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/repo/index.js +1 -3
- package/dist/src/presentation/cli/commands/repo/ls.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/repo/ls.command.js +9 -11
- package/dist/src/presentation/cli/commands/repo/resolve-repository.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/repo/resolve-repository.js +2 -7
- package/dist/src/presentation/cli/commands/repo/show.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/repo/show.command.js +10 -21
- package/dist/src/presentation/cli/commands/restart.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/restart.command.js +4 -6
- package/dist/src/presentation/cli/commands/run.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/run.command.js +17 -21
- package/dist/src/presentation/cli/commands/session/index.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/session/index.js +1 -3
- package/dist/src/presentation/cli/commands/session/ls.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/session/ls.command.js +9 -11
- package/dist/src/presentation/cli/commands/session/show.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/session/show.command.js +18 -26
- package/dist/src/presentation/cli/commands/settings/agent.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/agent.command.js +8 -12
- package/dist/src/presentation/cli/commands/settings/ide.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/ide.command.js +7 -13
- package/dist/src/presentation/cli/commands/settings/index.d.ts +0 -1
- package/dist/src/presentation/cli/commands/settings/index.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/index.js +3 -7
- package/dist/src/presentation/cli/commands/settings/init.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/init.command.js +7 -8
- package/dist/src/presentation/cli/commands/settings/model.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/model.command.js +6 -7
- package/dist/src/presentation/cli/commands/settings/show.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/show.command.js +3 -4
- package/dist/src/presentation/cli/commands/settings/workflow.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/workflow.command.js +18 -20
- package/dist/src/presentation/cli/commands/start.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/start.command.js +3 -5
- package/dist/src/presentation/cli/commands/status.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/status.command.js +24 -32
- package/dist/src/presentation/cli/commands/stop.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/stop.command.js +2 -4
- package/dist/src/presentation/cli/commands/tools.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/tools.command.js +4 -8
- package/dist/src/presentation/cli/commands/ui.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/ui.command.js +10 -12
- package/dist/src/presentation/cli/commands/upgrade.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/upgrade.command.js +13 -18
- package/dist/src/presentation/cli/commands/version.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/version.command.js +3 -5
- package/dist/src/presentation/cli/index.js +1 -13
- package/dist/src/presentation/cli/ui/install-messages.d.ts.map +1 -1
- package/dist/src/presentation/cli/ui/install-messages.js +6 -16
- package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts +31 -13
- package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts.map +1 -1
- package/dist/src/presentation/tui/prompts/agent-select.prompt.js +15 -17
- package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts +11 -7
- package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts.map +1 -1
- package/dist/src/presentation/tui/prompts/auth-method.prompt.js +5 -7
- package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts.map +1 -1
- package/dist/src/presentation/tui/prompts/ide-select.prompt.js +1 -2
- package/dist/src/presentation/tui/prompts/prd-review-summary.prompt.d.ts.map +1 -1
- package/dist/src/presentation/tui/prompts/prd-review-summary.prompt.js +6 -8
- package/dist/src/presentation/tui/wizards/agent-config.wizard.d.ts.map +1 -1
- package/dist/src/presentation/tui/wizards/agent-config.wizard.js +1 -2
- package/dist/src/presentation/tui/wizards/github-import.wizard.d.ts.map +1 -1
- package/dist/src/presentation/tui/wizards/github-import.wizard.js +11 -15
- package/dist/src/presentation/tui/wizards/merge-review.wizard.d.ts.map +1 -1
- package/dist/src/presentation/tui/wizards/merge-review.wizard.js +8 -10
- package/dist/src/presentation/tui/wizards/onboarding/onboarding.wizard.d.ts.map +1 -1
- package/dist/src/presentation/tui/wizards/onboarding/onboarding.wizard.js +7 -10
- package/dist/src/presentation/tui/wizards/onboarding/steps/workflow-defaults.step.d.ts +41 -0
- package/dist/src/presentation/tui/wizards/onboarding/steps/workflow-defaults.step.d.ts.map +1 -1
- package/dist/src/presentation/tui/wizards/onboarding/steps/workflow-defaults.step.js +15 -15
- package/dist/src/presentation/tui/wizards/plan-review.wizard.d.ts.map +1 -1
- package/dist/src/presentation/tui/wizards/plan-review.wizard.js +8 -10
- package/dist/src/presentation/tui/wizards/prd-review.wizard.d.ts.map +1 -1
- package/dist/src/presentation/tui/wizards/prd-review.wizard.js +2 -3
- package/dist/src/presentation/web/app/layout.d.ts.map +1 -1
- package/dist/src/presentation/web/app/layout.js +2 -5
- package/dist/src/presentation/web/components/assistant-ui/thread.js +5 -5
- package/dist/src/presentation/web/components/common/attachment-chip/attachment-chip.js +1 -1
- package/dist/src/presentation/web/components/common/base-drawer/base-drawer.js +1 -1
- package/dist/src/presentation/web/components/common/ci-status-badge/ci-status-badge.js +3 -3
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.js +4 -4
- package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.js +1 -1
- package/dist/src/presentation/web/components/common/delete-feature-dialog/delete-feature-dialog.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/delete-feature-dialog/delete-feature-dialog.js +1 -3
- package/dist/src/presentation/web/components/common/deployment-status-badge/deployment-status-badge.js +2 -2
- package/dist/src/presentation/web/components/common/drawer-action-bar/drawer-action-bar.js +2 -2
- package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.js +2 -2
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.js +2 -2
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.js +4 -4
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/branch-sync-status.js +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.js +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/log-tab.js +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.js +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.js +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +2 -2
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +22 -22
- package/dist/src/presentation/web/components/common/feature-node/feature-node.js +4 -4
- package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.js +1 -1
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.js +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-repo-browser.js +1 -1
- package/dist/src/presentation/web/components/common/merge-review/diff-view.js +2 -2
- package/dist/src/presentation/web/components/common/merge-review/merge-review.js +2 -2
- package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.js +3 -3
- package/dist/src/presentation/web/components/common/reject-feedback-dialog/reject-feedback-dialog.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/reject-feedback-dialog/reject-feedback-dialog.js +4 -6
- package/dist/src/presentation/web/components/common/repository-node/repository-node.js +3 -3
- package/dist/src/presentation/web/components/common/server-log-viewer/server-log-viewer.js +1 -1
- package/dist/src/presentation/web/components/common/task-progress-view/task-progress-view.js +2 -2
- package/dist/src/presentation/web/components/common/tech-decisions-review/tech-decisions-review.js +2 -2
- package/dist/src/presentation/web/components/common/version-badge/version-badge.js +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatMessageBubble.js +4 -4
- package/dist/src/presentation/web/components/features/chat/ChatMessageList.js +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatTab.js +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +11 -15
- 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 -8
- package/dist/src/presentation/web/components/features/features-canvas/canvas-toolbar.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/canvas-toolbar.js +1 -3
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +2 -4
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.js +2 -2
- package/dist/src/presentation/web/components/features/settings/ModelPicker/index.js +2 -2
- package/dist/src/presentation/web/components/features/settings/agent-settings-section.js +1 -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 +77 -89
- package/dist/src/presentation/web/components/features/settings/timeout-slider.js +1 -1
- package/dist/src/presentation/web/components/features/skills/category-filter.js +1 -1
- package/dist/src/presentation/web/components/features/skills/skills-page-client.js +1 -1
- package/dist/src/presentation/web/components/features/tools/tool-card.js +1 -1
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.js +2 -2
- 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 +4 -10
- package/dist/src/presentation/web/components/ui/alert-dialog.js +1 -1
- package/dist/src/presentation/web/components/ui/alert.js +1 -1
- package/dist/src/presentation/web/components/ui/checkbox-group.js +1 -1
- package/dist/src/presentation/web/components/ui/command.js +1 -1
- package/dist/src/presentation/web/components/ui/dialog.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/dialog.js +2 -2
- package/dist/src/presentation/web/components/ui/dialog.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/drawer.js +1 -1
- package/dist/src/presentation/web/components/ui/dropdown-menu.js +6 -6
- package/dist/src/presentation/web/components/ui/scroll-area.js +1 -1
- package/dist/src/presentation/web/components/ui/select.js +1 -1
- package/dist/src/presentation/web/components/ui/sheet.js +1 -1
- package/dist/src/presentation/web/components/ui/sidebar.js +6 -6
- package/dist/src/presentation/web/hooks/use-sound-action.stories.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -4
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/fallback-build-manifest.json +2 -2
- 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/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +3 -3
- 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/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +3 -3
- 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/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js +3 -3
- 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/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +4 -4
- 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/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
- 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/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +3 -3
- 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/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +3 -3
- 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/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/chat/page.js +3 -3
- 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/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/create/page.js +3 -3
- 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/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +4 -4
- 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/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
- 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/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/page.js +3 -3
- 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/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +3 -3
- 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/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +3 -3
- 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.html +2 -2
- 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/server-reference-manifest.json +5 -5
- package/web/.next/server/app/_not-found/page.js +2 -2
- 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/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/server-reference-manifest.json +8 -8
- package/web/.next/server/app/settings/page.js +2 -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/server-reference-manifest.json +10 -10
- package/web/.next/server/app/skills/page.js +4 -3
- 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/server-reference-manifest.json +10 -10
- package/web/.next/server/app/tools/page.js +4 -3
- 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/server-reference-manifest.json +5 -5
- package/web/.next/server/app/version/page.js +2 -2
- 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/[root-of-the-server]__a402b567._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__beda892a._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__beda892a._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js +2 -2
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0b150ddf._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0b150ddf._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__27301e38._.js → [root-of-the-server]__17ed7ed1._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__27301e38._.js.map → [root-of-the-server]__17ed7ed1._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__8d27866c._.js → [root-of-the-server]__28d0d265._.js} +3 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__28d0d265._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__6fecf886._.js → [root-of-the-server]__42bf1807._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__6fecf886._.js.map → [root-of-the-server]__42bf1807._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__56b70465._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__56b70465._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__5edfc56b._.js +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__209c9597._.js → [root-of-the-server]__88f7e8e6._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__209c9597._.js.map → [root-of-the-server]__88f7e8e6._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8b0aac03._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c30f1f82._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c30f1f82._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e91ffd5e._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e91ffd5e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__9f3504c7._.js → [root-of-the-server]__f80bfc75._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__9f3504c7._.js.map → [root-of-the-server]__f80bfc75._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__25ee8d4c._.js → [root-of-the-server]__f8dd4422._.js} +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f8dd4422._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_05c23ad9._.js +1 -1
- package/web/.next/server/chunks/ssr/_05c23ad9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_16eb4fec._.js +1 -1
- package/web/.next/server/chunks/ssr/_16eb4fec._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_3a0b989f._.js +2 -2
- package/web/.next/server/chunks/ssr/_3a0b989f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_41633e32._.js +3 -0
- package/web/.next/server/chunks/ssr/{_28e7429c._.js.map → _41633e32._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_4b432739._.js +3 -0
- package/web/.next/server/chunks/ssr/_4b432739._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_b9ba2473._.js → _507a8382._.js} +2 -2
- package/web/.next/server/chunks/ssr/_507a8382._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_56b9d60f._.js +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_7773b2dc._.js → _59d0f988._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_7773b2dc._.js.map → _59d0f988._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_5f69c13f._.js +1 -1
- package/web/.next/server/chunks/ssr/_5f69c13f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_3bcda5d7._.js → _67104d9e._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_3bcda5d7._.js.map → _67104d9e._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_7c5b97c6._.js +1 -1
- package/web/.next/server/chunks/ssr/_7c5b97c6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_813095ef._.js +4 -0
- package/web/.next/server/chunks/ssr/_813095ef._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_8219712a._.js +3 -0
- package/web/.next/server/chunks/ssr/_8219712a._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_82c57f10._.js +1 -1
- package/web/.next/server/chunks/ssr/_82c57f10._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_8b57edb8._.js +1 -1
- package/web/.next/server/chunks/ssr/_8b57edb8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_9495d50b._.js +1 -1
- package/web/.next/server/chunks/ssr/_9495d50b._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_a0e3f7e4._.js +1 -1
- package/web/.next/server/chunks/ssr/_a0e3f7e4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_ac4a3873._.js +1 -1
- package/web/.next/server/chunks/ssr/_ac4a3873._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_ca0aa7f0._.js +1 -1
- package/web/.next/server/chunks/ssr/_ca0aa7f0._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_cb5a021e._.js +1 -1
- package/web/.next/server/chunks/ssr/_cb5a021e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_cfbd1d7e._.js +1 -1
- package/web/.next/server/chunks/ssr/_cfbd1d7e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_d4b20e29._.js +1 -1
- package/web/.next/server/chunks/ssr/_d4b20e29._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_d86175ae._.js +1 -1
- package/web/.next/server/chunks/ssr/_d86175ae._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_d8bedf13._.js +1 -1
- package/web/.next/server/chunks/ssr/_d8bedf13._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_e9a73a63._.js +9 -0
- package/web/.next/server/chunks/ssr/_e9a73a63._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_fa7efce3._.js +2 -2
- package/web/.next/server/chunks/ssr/_fa7efce3._.js.map +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_324a47da._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_324a47da._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_cdc632e3.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_cdc632e3.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_39ca0924.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_39ca0924.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_357e3eb0._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_components_357e3eb0._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_db9fa0c2._.js.map +1 -1
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +45 -45
- package/web/.next/static/chunks/{47477ed4c5871747.js → 11091b676d1b3bd4.js} +1 -1
- package/web/.next/static/chunks/125b250c28113507.js +1 -0
- package/web/.next/static/chunks/{74db65fa7bfb80bd.js → 22c459f1877b1e4f.js} +1 -1
- package/web/.next/static/chunks/2817c3b9d560aaeb.js +1 -0
- package/web/.next/static/chunks/{24d5e151f7de6b4c.js → 42e9d0c76e624005.js} +1 -1
- package/web/.next/static/chunks/{e4e358c4f67366fd.js → 4b2c4a5c35ebb70d.js} +1 -1
- package/web/.next/static/chunks/{d6e702c209c413ce.js → 5ae60a052ab5f437.js} +2 -2
- package/web/.next/static/chunks/{3deefc76ea55047c.js → 688971d5bad5dc7c.js} +1 -1
- package/web/.next/static/chunks/{1c07a9270515f2e3.js → 6e6cd6218f76e404.js} +2 -2
- package/web/.next/static/chunks/7a1a68bdc20f0428.js +1 -0
- package/web/.next/static/chunks/8590bd2e69b24b9e.css +1 -0
- package/web/.next/static/chunks/{536afd754a63da39.js → 902c670cb337840c.js} +1 -1
- package/web/.next/static/chunks/{4978be67c4e6498f.js → a676d236e8214de3.js} +3 -3
- package/web/.next/static/chunks/a7c1cddd7d406fb8.js +7 -0
- package/web/.next/static/chunks/b3be394b3cc24151.js +1 -0
- package/web/.next/static/chunks/b4080e40597d7f8e.js +1 -0
- package/web/.next/static/chunks/{bfdb66301af07da1.js → b4cde06eff374c59.js} +2 -2
- package/web/.next/static/chunks/cd54b758f58061d0.js +1 -0
- package/web/.next/static/chunks/da980f1c277bafcb.js +2 -0
- package/web/.next/static/chunks/{b674bc11b321a5ee.js → ea823175bb410162.js} +1 -1
- package/apis/json-schema/Language.yaml +0 -13
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-language-preference.d.ts +0 -14
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-language-preference.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-language-preference.js +0 -19
- package/dist/src/presentation/cli/commands/settings/language.command.d.ts +0 -14
- package/dist/src/presentation/cli/commands/settings/language.command.d.ts.map +0 -1
- package/dist/src/presentation/cli/commands/settings/language.command.js +0 -79
- package/dist/src/presentation/cli/i18n.d.ts +0 -41
- package/dist/src/presentation/cli/i18n.d.ts.map +0 -1
- package/dist/src/presentation/cli/i18n.js +0 -100
- package/dist/src/presentation/tui/i18n.d.ts +0 -24
- package/dist/src/presentation/tui/i18n.d.ts.map +0 -1
- package/dist/src/presentation/tui/i18n.js +0 -48
- package/dist/src/presentation/web/components/features/settings/language-settings-section.d.ts +0 -5
- package/dist/src/presentation/web/components/features/settings/language-settings-section.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/settings/language-settings-section.js +0 -54
- package/dist/src/presentation/web/components/features/settings/language-settings-section.stories.d.ts +0 -18
- package/dist/src/presentation/web/components/features/settings/language-settings-section.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/settings/language-settings-section.stories.js +0 -36
- package/dist/src/presentation/web/components/providers/i18n-provider.d.ts +0 -17
- package/dist/src/presentation/web/components/providers/i18n-provider.d.ts.map +0 -1
- package/dist/src/presentation/web/components/providers/i18n-provider.js +0 -36
- package/dist/src/presentation/web/lib/i18n.d.ts +0 -15
- package/dist/src/presentation/web/lib/i18n.d.ts.map +0 -1
- package/dist/src/presentation/web/lib/i18n.js +0 -46
- package/dist/src/presentation/web/lib/language.d.ts +0 -23
- package/dist/src/presentation/web/lib/language.d.ts.map +0 -1
- package/dist/src/presentation/web/lib/language.js +0 -37
- package/dist/src/presentation/web/lib/rtl-fonts.d.ts +0 -19
- package/dist/src/presentation/web/lib/rtl-fonts.d.ts.map +0 -1
- package/dist/src/presentation/web/lib/rtl-fonts.js +0 -51
- package/dist/translations/ar/cli.json +0 -613
- package/dist/translations/ar/common.json +0 -55
- package/dist/translations/ar/tui.json +0 -130
- package/dist/translations/ar/web.json +0 -320
- package/dist/translations/de/cli.json +0 -613
- package/dist/translations/de/common.json +0 -55
- package/dist/translations/de/tui.json +0 -109
- package/dist/translations/de/web.json +0 -306
- package/dist/translations/en/cli.json +0 -613
- package/dist/translations/en/common.json +0 -55
- package/dist/translations/en/tui.json +0 -130
- package/dist/translations/en/web.json +0 -320
- package/dist/translations/es/cli.json +0 -613
- package/dist/translations/es/common.json +0 -55
- package/dist/translations/es/tui.json +0 -130
- package/dist/translations/es/web.json +0 -320
- package/dist/translations/fr/cli.json +0 -613
- package/dist/translations/fr/common.json +0 -55
- package/dist/translations/fr/tui.json +0 -130
- package/dist/translations/fr/web.json +0 -320
- package/dist/translations/he/cli.json +0 -613
- package/dist/translations/he/common.json +0 -55
- package/dist/translations/he/tui.json +0 -130
- package/dist/translations/he/web.json +0 -320
- package/dist/translations/pt/cli.json +0 -613
- package/dist/translations/pt/common.json +0 -55
- package/dist/translations/pt/tui.json +0 -130
- package/dist/translations/pt/web.json +0 -320
- package/dist/translations/ru/cli.json +0 -613
- package/dist/translations/ru/common.json +0 -55
- package/dist/translations/ru/tui.json +0 -130
- package/dist/translations/ru/web.json +0 -320
- package/web/.next/server/chunks/ssr/[root-of-the-server]__25ee8d4c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8d27866c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__bd6ed91a._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__bd6ed91a._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dffa13c5._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dffa13c5._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0cd9ca53._.js +0 -3
- package/web/.next/server/chunks/ssr/_0cd9ca53._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_28e7429c._.js +0 -3
- package/web/.next/server/chunks/ssr/_470e90f4._.js +0 -9
- package/web/.next/server/chunks/ssr/_470e90f4._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_5bfcc8de._.js +0 -4
- package/web/.next/server/chunks/ssr/_5bfcc8de._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_b9ba2473._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_d90b0a06._.js +0 -3
- package/web/.next/server/chunks/ssr/_d90b0a06._.js.map +0 -1
- package/web/.next/server/chunks/ssr/node_modules__pnpm_55cf6695._.js +0 -3
- package/web/.next/server/chunks/ssr/node_modules__pnpm_55cf6695._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js.map +0 -1
- package/web/.next/static/chunks/05c9ed792a1d9056.js +0 -1
- package/web/.next/static/chunks/2aada437f51df3e6.js +0 -1
- package/web/.next/static/chunks/2eeee9bcbf660a4b.js +0 -1
- package/web/.next/static/chunks/4a399ee2a9942a1b.js +0 -1
- package/web/.next/static/chunks/70390bd89521bc19.js +0 -1
- package/web/.next/static/chunks/8fd082719935d5e6.js +0 -1
- package/web/.next/static/chunks/91927044df8e28bb.js +0 -7
- package/web/.next/static/chunks/b1b5b0bf84caabd4.js +0 -1
- package/web/.next/static/chunks/b68b16b4c3528979.js +0 -2
- package/web/.next/static/chunks/d58e68d03d055a9b.css +0 -1
- /package/web/.next/static/{Uqo91vsr2HsZrCKrZOYMZ → _5yY0q7bqEA7bwlEo729P}/_buildManifest.js +0 -0
- /package/web/.next/static/{Uqo91vsr2HsZrCKrZOYMZ → _5yY0q7bqEA7bwlEo729P}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{Uqo91vsr2HsZrCKrZOYMZ → _5yY0q7bqEA7bwlEo729P}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upgrade.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/upgrade.command.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,IAAI,YAAY,EAAqB,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"upgrade.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/upgrade.command.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,IAAI,YAAY,EAAqB,MAAM,oBAAoB,CAAC;AAQ9E,KAAK,OAAO,GAAG,OAAO,YAAY,CAAC;AA8EnC;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,GAAE,OAAsB,GAAG,OAAO,CA+D7E"}
|
|
@@ -10,7 +10,6 @@ import { Command } from 'commander';
|
|
|
10
10
|
import { spawn as defaultSpawn } from 'node:child_process';
|
|
11
11
|
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
12
12
|
import { messages } from '../ui/index.js';
|
|
13
|
-
import { getCliI18n } from '../i18n.js';
|
|
14
13
|
import { stopDaemon } from './daemon/stop-daemon.js';
|
|
15
14
|
import { startDaemon } from './daemon/start-daemon.js';
|
|
16
15
|
const VERSION_CHECK_TIMEOUT_MS = 10_000;
|
|
@@ -32,7 +31,7 @@ function getLatestVersion(spawnFn) {
|
|
|
32
31
|
if (!settled) {
|
|
33
32
|
settled = true;
|
|
34
33
|
child.kill();
|
|
35
|
-
messages.warning(
|
|
34
|
+
messages.warning('Could not complete version check (timed out)');
|
|
36
35
|
resolve(null);
|
|
37
36
|
}
|
|
38
37
|
}, VERSION_CHECK_TIMEOUT_MS);
|
|
@@ -55,7 +54,7 @@ function getLatestVersion(spawnFn) {
|
|
|
55
54
|
if (!settled) {
|
|
56
55
|
settled = true;
|
|
57
56
|
clearTimeout(timeout);
|
|
58
|
-
messages.warning(
|
|
57
|
+
messages.warning('Could not complete version check');
|
|
59
58
|
resolve(null);
|
|
60
59
|
}
|
|
61
60
|
});
|
|
@@ -83,9 +82,8 @@ function runNpmInstall(spawnFn) {
|
|
|
83
82
|
* Create the upgrade command
|
|
84
83
|
*/
|
|
85
84
|
export function createUpgradeCommand(spawnFn = defaultSpawn) {
|
|
86
|
-
const t = getCliI18n().t;
|
|
87
85
|
return new Command('upgrade')
|
|
88
|
-
.description(
|
|
86
|
+
.description('Upgrade Shep CLI to the latest version')
|
|
89
87
|
.action(async () => {
|
|
90
88
|
try {
|
|
91
89
|
const versionService = container.resolve('IVersionService');
|
|
@@ -94,18 +92,15 @@ export function createUpgradeCommand(spawnFn = defaultSpawn) {
|
|
|
94
92
|
const latestVersion = await getLatestVersion(spawnFn);
|
|
95
93
|
// 2. Compare — exit early if up to date
|
|
96
94
|
if (latestVersion && latestVersion === currentVersion) {
|
|
97
|
-
messages.success(
|
|
95
|
+
messages.success(`Already up to date (v${currentVersion})`);
|
|
98
96
|
return;
|
|
99
97
|
}
|
|
100
98
|
// 3. Show what we're doing
|
|
101
99
|
if (latestVersion) {
|
|
102
|
-
messages.info(
|
|
103
|
-
current: currentVersion,
|
|
104
|
-
latest: latestVersion,
|
|
105
|
-
}));
|
|
100
|
+
messages.info(`Upgrading from v${currentVersion} to v${latestVersion}`);
|
|
106
101
|
}
|
|
107
102
|
else {
|
|
108
|
-
messages.info(
|
|
103
|
+
messages.info(`Upgrading from v${currentVersion} to latest`);
|
|
109
104
|
}
|
|
110
105
|
// 4. Check daemon state before install (FR-1)
|
|
111
106
|
const daemonService = container.resolve('IDaemonService');
|
|
@@ -113,7 +108,7 @@ export function createUpgradeCommand(spawnFn = defaultSpawn) {
|
|
|
113
108
|
const daemonWasRunning = daemonState !== null && daemonService.isAlive(daemonState.pid);
|
|
114
109
|
const previousPort = daemonWasRunning ? daemonState.port : undefined;
|
|
115
110
|
if (daemonWasRunning) {
|
|
116
|
-
messages.info(
|
|
111
|
+
messages.info('Stopping daemon before upgrade...');
|
|
117
112
|
await stopDaemon(daemonService);
|
|
118
113
|
}
|
|
119
114
|
// 5. Run npm i -g @shepai/cli@latest; always restore daemon in finally (FR-2, FR-3)
|
|
@@ -123,27 +118,27 @@ export function createUpgradeCommand(spawnFn = defaultSpawn) {
|
|
|
123
118
|
}
|
|
124
119
|
finally {
|
|
125
120
|
if (daemonWasRunning) {
|
|
126
|
-
messages.info(
|
|
121
|
+
messages.info('Restarting daemon...');
|
|
127
122
|
await startDaemon({ port: previousPort });
|
|
128
|
-
messages.success(
|
|
123
|
+
messages.success('Daemon restarted successfully.');
|
|
129
124
|
}
|
|
130
125
|
}
|
|
131
126
|
if (installExitCode === 0) {
|
|
132
|
-
messages.success(
|
|
127
|
+
messages.success('Shep CLI upgraded successfully');
|
|
133
128
|
}
|
|
134
129
|
else {
|
|
135
130
|
if (daemonWasRunning) {
|
|
136
|
-
messages.error(
|
|
131
|
+
messages.error('Upgrade failed — daemon restored on previous version.');
|
|
137
132
|
}
|
|
138
133
|
else {
|
|
139
|
-
messages.error(
|
|
134
|
+
messages.error('Upgrade failed');
|
|
140
135
|
}
|
|
141
136
|
process.exitCode = 1;
|
|
142
137
|
}
|
|
143
138
|
}
|
|
144
139
|
catch (error) {
|
|
145
140
|
const err = error instanceof Error ? error : new Error(String(error));
|
|
146
|
-
messages.error(
|
|
141
|
+
messages.error('Upgrade failed', err);
|
|
147
142
|
process.exitCode = 1;
|
|
148
143
|
}
|
|
149
144
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/version.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"version.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/version.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAKpC;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,OAAO,CAa9C"}
|
|
@@ -17,21 +17,19 @@
|
|
|
17
17
|
import { Command } from 'commander';
|
|
18
18
|
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
19
19
|
import { colors, fmt, messages } from '../ui/index.js';
|
|
20
|
-
import { getCliI18n } from '../i18n.js';
|
|
21
20
|
/**
|
|
22
21
|
* Create the version command
|
|
23
22
|
*/
|
|
24
23
|
export function createVersionCommand() {
|
|
25
|
-
|
|
26
|
-
return new Command('version').description(t('cli:commands.version.description')).action(() => {
|
|
24
|
+
return new Command('version').description('Display version information').action(() => {
|
|
27
25
|
const versionService = container.resolve('IVersionService');
|
|
28
26
|
const info = versionService.getVersion();
|
|
29
27
|
messages.newline();
|
|
30
28
|
console.log(`${fmt.heading(info.name)} ${fmt.version(info.version)}`);
|
|
31
29
|
console.log(colors.muted(info.description));
|
|
32
30
|
messages.newline();
|
|
33
|
-
console.log(`${fmt.label(
|
|
34
|
-
console.log(`${fmt.label(
|
|
31
|
+
console.log(`${fmt.label('Node:')} ${process.version}`);
|
|
32
|
+
console.log(`${fmt.label('Platform:')} ${process.platform} ${process.arch}`);
|
|
35
33
|
messages.newline();
|
|
36
34
|
});
|
|
37
35
|
}
|
|
@@ -54,8 +54,6 @@ import { startDaemon } from './commands/daemon/start-daemon.js';
|
|
|
54
54
|
import { initializeContainer, container } from '../../../packages/core/src/infrastructure/di/container.js';
|
|
55
55
|
import { InitializeSettingsUseCase } from '../../../packages/core/src/application/use-cases/settings/initialize-settings.use-case.js';
|
|
56
56
|
import { initializeSettings } from '../../../packages/core/src/infrastructure/services/settings.service.js';
|
|
57
|
-
import { initI18n as initCliI18n } from './i18n.js';
|
|
58
|
-
import { initI18n as initTuiI18n } from '../tui/i18n.js';
|
|
59
57
|
/**
|
|
60
58
|
* Bootstrap function - initializes all dependencies before CLI starts.
|
|
61
59
|
* Performs async initialization (database, settings) before parsing commands.
|
|
@@ -84,17 +82,7 @@ async function bootstrap() {
|
|
|
84
82
|
messages.error('Failed to initialize settings', err);
|
|
85
83
|
throw error;
|
|
86
84
|
}
|
|
87
|
-
// Step 3:
|
|
88
|
-
try {
|
|
89
|
-
const { getSettings } = await import('../../../packages/core/src/infrastructure/services/settings.service.js');
|
|
90
|
-
const currentSettings = getSettings();
|
|
91
|
-
const language = currentSettings.user?.preferredLanguage ?? 'en';
|
|
92
|
-
await Promise.all([initCliI18n(language), initTuiI18n(language)]);
|
|
93
|
-
}
|
|
94
|
-
catch {
|
|
95
|
-
// i18n init failure is non-fatal — fall back to English
|
|
96
|
-
}
|
|
97
|
-
// Step 4: Set up Commander CLI
|
|
85
|
+
// Step 3: Set up Commander CLI
|
|
98
86
|
const versionService = container.resolve('IVersionService');
|
|
99
87
|
const { version, description } = versionService.getVersion();
|
|
100
88
|
const program = new Command()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"install-messages.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/ui/install-messages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"install-messages.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/ui/install-messages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,uCAAuC;AACvC,eAAO,MAAM,eAAe;IAC1B,6CAA6C;+BAClB,MAAM,GAAG,IAAI;IAIxC,mCAAmC;6BACV,MAAM,GAAG,IAAI;IAItC,mCAAmC;4BACX,MAAM,gBAAgB,MAAM,GAAG,IAAI;IAI3D,iCAAiC;0BACX,MAAM,kBAAkB,MAAM,EAAE,GAAG,IAAI;IAO7D,4CAA4C;mCACb,MAAM,GAAG,IAAI;IAI5C,4CAA4C;8BAClB,MAAM,GAAG,IAAI;CAIxC,CAAC"}
|
|
@@ -6,41 +6,31 @@
|
|
|
6
6
|
* progress indicators, and result messages.
|
|
7
7
|
*/
|
|
8
8
|
import { colors, fmt, messages } from './index.js';
|
|
9
|
-
import { getCliI18n } from '../i18n.js';
|
|
10
9
|
/** Messages for the install command */
|
|
11
10
|
export const installMessages = {
|
|
12
11
|
/** Display tool already available message */
|
|
13
12
|
alreadyInstalled(toolName) {
|
|
14
|
-
|
|
15
|
-
messages.success(t('cli:ui.installMessages.alreadyInstalled', { tool: toolName }));
|
|
13
|
+
messages.success(`${toolName} is already installed`);
|
|
16
14
|
},
|
|
17
15
|
/** Display installation success */
|
|
18
16
|
installSuccess(toolName) {
|
|
19
|
-
|
|
20
|
-
messages.success(t('cli:ui.installMessages.installSuccess', { tool: toolName }));
|
|
17
|
+
messages.success(`${toolName} installed successfully`);
|
|
21
18
|
},
|
|
22
19
|
/** Display installation failure */
|
|
23
20
|
installFailed(toolName, errorMessage) {
|
|
24
|
-
|
|
25
|
-
messages.error(t('cli:ui.installMessages.installFailed', { tool: toolName, error: errorMessage }), new Error(errorMessage));
|
|
21
|
+
messages.error(`Failed to install ${toolName}: ${errorMessage}`, new Error(errorMessage));
|
|
26
22
|
},
|
|
27
23
|
/** Display unknown tool error */
|
|
28
24
|
unknownTool(toolName, availableTools) {
|
|
29
|
-
|
|
30
|
-
messages.error(t('cli:ui.installMessages.unknownTool', {
|
|
31
|
-
tool: toolName,
|
|
32
|
-
available: availableTools.join(', '),
|
|
33
|
-
}), new Error(`Unknown tool: ${toolName}`));
|
|
25
|
+
messages.error(`Unknown tool: "${toolName}". Available: ${availableTools.join(', ')}`, new Error(`Unknown tool: ${toolName}`));
|
|
34
26
|
},
|
|
35
27
|
/** Display checking availability message */
|
|
36
28
|
checkingAvailability(toolName) {
|
|
37
|
-
|
|
38
|
-
console.log(colors.muted(t('cli:ui.installMessages.checkingAvailability', { tool: toolName })));
|
|
29
|
+
console.log(colors.muted(`Checking if ${toolName} is available...`));
|
|
39
30
|
},
|
|
40
31
|
/** Display starting installation message */
|
|
41
32
|
startingInstall(toolName) {
|
|
42
|
-
|
|
43
|
-
console.log(fmt.heading(t('cli:ui.installMessages.installingHeading', { tool: toolName })));
|
|
33
|
+
console.log(fmt.heading(`Installing ${toolName}`));
|
|
44
34
|
console.log();
|
|
45
35
|
},
|
|
46
36
|
};
|
|
@@ -12,19 +12,37 @@ import { AgentType } from '../../../../packages/core/src/domain/generated/output
|
|
|
12
12
|
* as disabled with a "Coming Soon" badge.
|
|
13
13
|
*/
|
|
14
14
|
export declare function createAgentSelectConfig(): {
|
|
15
|
-
message:
|
|
16
|
-
choices:
|
|
17
|
-
name:
|
|
18
|
-
value: AgentType;
|
|
19
|
-
description:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
15
|
+
readonly message: "Select your AI coding agent";
|
|
16
|
+
readonly choices: readonly [{
|
|
17
|
+
readonly name: "Claude Code";
|
|
18
|
+
readonly value: AgentType.ClaudeCode;
|
|
19
|
+
readonly description: "Anthropic Claude Code CLI";
|
|
20
|
+
}, {
|
|
21
|
+
readonly name: "Gemini CLI";
|
|
22
|
+
readonly value: AgentType.GeminiCli;
|
|
23
|
+
readonly description: "Google Gemini CLI";
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "Codex CLI";
|
|
26
|
+
readonly value: AgentType.CodexCli;
|
|
27
|
+
readonly description: "OpenAI's Codex CLI terminal agent (GPT models)";
|
|
28
|
+
}, {
|
|
29
|
+
readonly name: "Cursor";
|
|
30
|
+
readonly value: AgentType.Cursor;
|
|
31
|
+
readonly description: "Cursor AI coding agent";
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "Dev (Mock)";
|
|
34
|
+
readonly value: AgentType.Dev;
|
|
35
|
+
readonly description: "Local development mock — no agent binary required";
|
|
36
|
+
}, {
|
|
37
|
+
readonly name: "Aider";
|
|
38
|
+
readonly value: AgentType.Aider;
|
|
39
|
+
readonly disabled: "(Coming Soon)";
|
|
40
|
+
}, {
|
|
41
|
+
readonly name: "Continue";
|
|
42
|
+
readonly value: AgentType.Continue;
|
|
43
|
+
readonly disabled: "(Coming Soon)";
|
|
44
|
+
}];
|
|
45
|
+
readonly theme: {
|
|
28
46
|
readonly prefix: {
|
|
29
47
|
readonly idle: string;
|
|
30
48
|
readonly done: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-select.prompt.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/prompts/agent-select.prompt.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"agent-select.prompt.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/prompts/agent-select.prompt.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAGzD;;;;;GAKG;AACH,wBAAgB,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0CtC"}
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* choose their AI coding agent.
|
|
6
6
|
*/
|
|
7
7
|
import { AgentType } from '../../../../packages/core/src/domain/generated/output.js';
|
|
8
|
-
import { getTuiI18n } from '../i18n.js';
|
|
9
8
|
import { shepTheme } from '../themes/shep.theme.js';
|
|
10
9
|
/**
|
|
11
10
|
* Creates the @inquirer/select configuration for selecting an AI coding agent.
|
|
@@ -14,44 +13,43 @@ import { shepTheme } from '../themes/shep.theme.js';
|
|
|
14
13
|
* as disabled with a "Coming Soon" badge.
|
|
15
14
|
*/
|
|
16
15
|
export function createAgentSelectConfig() {
|
|
17
|
-
const t = getTuiI18n().t;
|
|
18
16
|
return {
|
|
19
|
-
message:
|
|
17
|
+
message: 'Select your AI coding agent',
|
|
20
18
|
choices: [
|
|
21
19
|
{
|
|
22
|
-
name:
|
|
20
|
+
name: 'Claude Code',
|
|
23
21
|
value: AgentType.ClaudeCode,
|
|
24
|
-
description:
|
|
22
|
+
description: 'Anthropic Claude Code CLI',
|
|
25
23
|
},
|
|
26
24
|
{
|
|
27
|
-
name:
|
|
25
|
+
name: 'Gemini CLI',
|
|
28
26
|
value: AgentType.GeminiCli,
|
|
29
|
-
description:
|
|
27
|
+
description: 'Google Gemini CLI',
|
|
30
28
|
},
|
|
31
29
|
{
|
|
32
|
-
name:
|
|
30
|
+
name: 'Codex CLI',
|
|
33
31
|
value: AgentType.CodexCli,
|
|
34
|
-
description:
|
|
32
|
+
description: "OpenAI's Codex CLI terminal agent (GPT models)",
|
|
35
33
|
},
|
|
36
34
|
{
|
|
37
|
-
name:
|
|
35
|
+
name: 'Cursor',
|
|
38
36
|
value: AgentType.Cursor,
|
|
39
|
-
description:
|
|
37
|
+
description: 'Cursor AI coding agent',
|
|
40
38
|
},
|
|
41
39
|
{
|
|
42
|
-
name:
|
|
40
|
+
name: 'Dev (Mock)',
|
|
43
41
|
value: AgentType.Dev,
|
|
44
|
-
description:
|
|
42
|
+
description: 'Local development mock — no agent binary required',
|
|
45
43
|
},
|
|
46
44
|
{
|
|
47
|
-
name:
|
|
45
|
+
name: 'Aider',
|
|
48
46
|
value: AgentType.Aider,
|
|
49
|
-
disabled:
|
|
47
|
+
disabled: '(Coming Soon)',
|
|
50
48
|
},
|
|
51
49
|
{
|
|
52
|
-
name:
|
|
50
|
+
name: 'Continue',
|
|
53
51
|
value: AgentType.Continue,
|
|
54
|
-
disabled:
|
|
52
|
+
disabled: '(Coming Soon)',
|
|
55
53
|
},
|
|
56
54
|
],
|
|
57
55
|
theme: shepTheme,
|
|
@@ -12,13 +12,17 @@ import { AgentAuthMethod } from '../../../../packages/core/src/domain/generated/
|
|
|
12
12
|
* or token-based auth (providing an API key).
|
|
13
13
|
*/
|
|
14
14
|
export declare function createAuthMethodConfig(): {
|
|
15
|
-
message:
|
|
16
|
-
choices: {
|
|
17
|
-
name:
|
|
18
|
-
value: AgentAuthMethod;
|
|
19
|
-
description:
|
|
20
|
-
}
|
|
21
|
-
|
|
15
|
+
readonly message: "Select authentication method";
|
|
16
|
+
readonly choices: readonly [{
|
|
17
|
+
readonly name: "Use existing session";
|
|
18
|
+
readonly value: AgentAuthMethod.Session;
|
|
19
|
+
readonly description: "Use Claude Code built-in authentication";
|
|
20
|
+
}, {
|
|
21
|
+
readonly name: "Use API token";
|
|
22
|
+
readonly value: AgentAuthMethod.Token;
|
|
23
|
+
readonly description: "Provide an Anthropic API key";
|
|
24
|
+
}];
|
|
25
|
+
readonly theme: {
|
|
22
26
|
readonly prefix: {
|
|
23
27
|
readonly idle: string;
|
|
24
28
|
readonly done: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-method.prompt.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/prompts/auth-method.prompt.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"auth-method.prompt.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/prompts/auth-method.prompt.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAG/D;;;;;GAKG;AACH,wBAAgB,sBAAsB;;;;;;;;;;;;;;;;;;;;;EAiBrC"}
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* choose their authentication method for the selected agent.
|
|
6
6
|
*/
|
|
7
7
|
import { AgentAuthMethod } from '../../../../packages/core/src/domain/generated/output.js';
|
|
8
|
-
import { getTuiI18n } from '../i18n.js';
|
|
9
8
|
import { shepTheme } from '../themes/shep.theme.js';
|
|
10
9
|
/**
|
|
11
10
|
* Creates the @inquirer/select configuration for selecting an authentication method.
|
|
@@ -14,19 +13,18 @@ import { shepTheme } from '../themes/shep.theme.js';
|
|
|
14
13
|
* or token-based auth (providing an API key).
|
|
15
14
|
*/
|
|
16
15
|
export function createAuthMethodConfig() {
|
|
17
|
-
const t = getTuiI18n().t;
|
|
18
16
|
return {
|
|
19
|
-
message:
|
|
17
|
+
message: 'Select authentication method',
|
|
20
18
|
choices: [
|
|
21
19
|
{
|
|
22
|
-
name:
|
|
20
|
+
name: 'Use existing session',
|
|
23
21
|
value: AgentAuthMethod.Session,
|
|
24
|
-
description:
|
|
22
|
+
description: 'Use Claude Code built-in authentication',
|
|
25
23
|
},
|
|
26
24
|
{
|
|
27
|
-
name:
|
|
25
|
+
name: 'Use API token',
|
|
28
26
|
value: AgentAuthMethod.Token,
|
|
29
|
-
description:
|
|
27
|
+
description: 'Provide an Anthropic API key',
|
|
30
28
|
},
|
|
31
29
|
],
|
|
32
30
|
theme: shepTheme,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ide-select.prompt.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/prompts/ide-select.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"ide-select.prompt.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/prompts/ide-select.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH;;GAEG;AACH,wBAAgB,qBAAqB;;;;;;;;;;;;;;;;;EAYpC"}
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
* from JSON tool metadata (any tool with openDirectory).
|
|
7
7
|
*/
|
|
8
8
|
import { getIdeEntries } from '../../../../packages/core/src/infrastructure/services/tool-installer/tool-metadata.js';
|
|
9
|
-
import { getTuiI18n } from '../i18n.js';
|
|
10
9
|
import { shepTheme } from '../themes/shep.theme.js';
|
|
11
10
|
/**
|
|
12
11
|
* Creates the @inquirer/select configuration for selecting a preferred IDE.
|
|
@@ -18,7 +17,7 @@ export function createIdeSelectConfig() {
|
|
|
18
17
|
description: meta.summary,
|
|
19
18
|
}));
|
|
20
19
|
return {
|
|
21
|
-
message:
|
|
20
|
+
message: 'Select your preferred IDE',
|
|
22
21
|
choices,
|
|
23
22
|
theme: shepTheme,
|
|
24
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prd-review-summary.prompt.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/prompts/prd-review-summary.prompt.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"prd-review-summary.prompt.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/prompts/prd-review-summary.prompt.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEhD;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,WAAW,EAAE,MAAM;;;;eAShC,YAAY;;;;;;;;;;;;;EAWvC"}
|
|
@@ -4,26 +4,24 @@
|
|
|
4
4
|
* Creates an @inquirer/select config for the final approve/reject
|
|
5
5
|
* action after reviewing open questions.
|
|
6
6
|
*/
|
|
7
|
-
import { getTuiI18n } from '../i18n.js';
|
|
8
7
|
import { shepTheme } from '../themes/shep.theme.js';
|
|
9
8
|
/**
|
|
10
9
|
* Creates the @inquirer/select configuration for the review action prompt.
|
|
11
10
|
*/
|
|
12
11
|
export function createReviewActionConfig(changeCount) {
|
|
13
|
-
const
|
|
14
|
-
const changeLabel = changeCount > 0 ? t('tui:prompts.prdReview.changeLabel', { count: changeCount }) : '';
|
|
12
|
+
const changeLabel = changeCount > 0 ? ` (${changeCount} change${changeCount !== 1 ? 's' : ''})` : '';
|
|
15
13
|
return {
|
|
16
|
-
message:
|
|
14
|
+
message: `Review complete${changeLabel}. What would you like to do?`,
|
|
17
15
|
choices: [
|
|
18
16
|
{
|
|
19
|
-
name:
|
|
17
|
+
name: 'Approve and continue',
|
|
20
18
|
value: 'approve',
|
|
21
|
-
description:
|
|
19
|
+
description: 'Accept the requirements and proceed to research',
|
|
22
20
|
},
|
|
23
21
|
{
|
|
24
|
-
name:
|
|
22
|
+
name: 'Reject and iterate',
|
|
25
23
|
value: 'reject',
|
|
26
|
-
description:
|
|
24
|
+
description: 'Provide feedback and re-run requirements',
|
|
27
25
|
},
|
|
28
26
|
],
|
|
29
27
|
theme: shepTheme,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-config.wizard.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/wizards/agent-config.wizard.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,eAAe,EAAE,KAAK,SAAS,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"agent-config.wizard.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/wizards/agent-config.wizard.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,eAAe,EAAE,KAAK,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAK/E;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,SAAS,CAAC;IAChB,UAAU,EAAE,eAAe,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;;;;;GASG;AACH,wBAAsB,iBAAiB,IAAI,OAAO,CAAC,iBAAiB,CAAC,CAoBpE"}
|
|
@@ -8,7 +8,6 @@ import { select, password } from '@inquirer/prompts';
|
|
|
8
8
|
import { AgentAuthMethod } from '../../../../packages/core/src/domain/generated/output.js';
|
|
9
9
|
import { createAgentSelectConfig } from '../prompts/agent-select.prompt.js';
|
|
10
10
|
import { createAuthMethodConfig } from '../prompts/auth-method.prompt.js';
|
|
11
|
-
import { getTuiI18n } from '../i18n.js';
|
|
12
11
|
import { shepTheme } from '../themes/shep.theme.js';
|
|
13
12
|
/**
|
|
14
13
|
* Runs the interactive agent configuration wizard.
|
|
@@ -29,7 +28,7 @@ export async function agentConfigWizard() {
|
|
|
29
28
|
};
|
|
30
29
|
if (authMethod === AgentAuthMethod.Token) {
|
|
31
30
|
const token = await password({
|
|
32
|
-
message:
|
|
31
|
+
message: 'Enter your Anthropic API key',
|
|
33
32
|
mask: '*',
|
|
34
33
|
theme: shepTheme,
|
|
35
34
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-import.wizard.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/wizards/github-import.wizard.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,KAAK,EACV,wBAAwB,EAEzB,MAAM,4EAA4E,CAAC;AAEpF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,2EAA2E,CAAC;
|
|
1
|
+
{"version":3,"file":"github-import.wizard.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/wizards/github-import.wizard.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,KAAK,EACV,wBAAwB,EAEzB,MAAM,4EAA4E,CAAC;AAEpF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,2EAA2E,CAAC;AAG/H;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,yCAAyC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,wDAAwD;IACxD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAoBD;;;;;;;;;;;;GAYG;AACH,wBAAsB,kBAAkB,CACtC,aAAa,EAAE,wBAAwB,EACvC,WAAW,EAAE,6BAA6B,GACzC,OAAO,CAAC,wBAAwB,CAAC,CAoCnC"}
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { select, input } from '@inquirer/prompts';
|
|
9
9
|
import { GitHubUrlParseError } from '../../../../packages/core/src/application/ports/output/services/github-repository-service.interface.js';
|
|
10
|
-
import { getTuiI18n } from '../i18n.js';
|
|
11
10
|
import { shepTheme } from '../themes/shep.theme.js';
|
|
12
11
|
/**
|
|
13
12
|
* Format a GitHub repo for display in the select list.
|
|
@@ -36,19 +35,18 @@ function formatRepoChoice(repo) {
|
|
|
36
35
|
*/
|
|
37
36
|
export async function githubImportWizard(gitHubService, listUseCase) {
|
|
38
37
|
// Step 1: Choose import method
|
|
39
|
-
const t = getTuiI18n().t;
|
|
40
38
|
const method = await select({
|
|
41
|
-
message:
|
|
39
|
+
message: 'How would you like to add a GitHub repository?',
|
|
42
40
|
choices: [
|
|
43
41
|
{
|
|
44
|
-
name:
|
|
42
|
+
name: 'Paste a GitHub URL',
|
|
45
43
|
value: 'url',
|
|
46
|
-
description:
|
|
44
|
+
description: 'Enter a GitHub repository URL or owner/repo shorthand',
|
|
47
45
|
},
|
|
48
46
|
{
|
|
49
|
-
name:
|
|
47
|
+
name: 'Browse my repositories',
|
|
50
48
|
value: 'browse',
|
|
51
|
-
description:
|
|
49
|
+
description: 'Search and select from your GitHub repositories',
|
|
52
50
|
},
|
|
53
51
|
],
|
|
54
52
|
theme: shepTheme,
|
|
@@ -73,12 +71,11 @@ export async function githubImportWizard(gitHubService, listUseCase) {
|
|
|
73
71
|
* Re-prompts on invalid input until a valid URL is provided.
|
|
74
72
|
*/
|
|
75
73
|
async function promptForUrl(gitHubService) {
|
|
76
|
-
const t = getTuiI18n().t;
|
|
77
74
|
const url = await input({
|
|
78
|
-
message:
|
|
75
|
+
message: 'Enter a GitHub repository URL or owner/repo',
|
|
79
76
|
validate: (value) => {
|
|
80
77
|
if (!value.trim()) {
|
|
81
|
-
return
|
|
78
|
+
return 'URL is required';
|
|
82
79
|
}
|
|
83
80
|
try {
|
|
84
81
|
gitHubService.parseGitHubUrl(value.trim());
|
|
@@ -88,7 +85,7 @@ async function promptForUrl(gitHubService) {
|
|
|
88
85
|
if (error instanceof GitHubUrlParseError) {
|
|
89
86
|
return error.message;
|
|
90
87
|
}
|
|
91
|
-
return
|
|
88
|
+
return 'Invalid GitHub URL format. Use https://github.com/owner/repo or owner/repo';
|
|
92
89
|
}
|
|
93
90
|
},
|
|
94
91
|
theme: shepTheme,
|
|
@@ -101,13 +98,12 @@ async function promptForUrl(gitHubService) {
|
|
|
101
98
|
*/
|
|
102
99
|
async function promptForBrowse(listUseCase) {
|
|
103
100
|
const repos = await listUseCase.execute({ limit: 30 });
|
|
104
|
-
const t = getTuiI18n().t;
|
|
105
101
|
if (repos.length === 0) {
|
|
106
|
-
throw new Error(
|
|
102
|
+
throw new Error('No repositories found. Make sure you have repositories on GitHub.');
|
|
107
103
|
}
|
|
108
104
|
const choices = repos.map(formatRepoChoice);
|
|
109
105
|
const selected = await select({
|
|
110
|
-
message:
|
|
106
|
+
message: 'Select a repository to import',
|
|
111
107
|
choices,
|
|
112
108
|
theme: shepTheme,
|
|
113
109
|
});
|
|
@@ -118,7 +114,7 @@ async function promptForBrowse(listUseCase) {
|
|
|
118
114
|
*/
|
|
119
115
|
async function promptForDestination() {
|
|
120
116
|
const dest = await input({
|
|
121
|
-
message:
|
|
117
|
+
message: 'Clone destination (leave empty for default)',
|
|
122
118
|
theme: shepTheme,
|
|
123
119
|
});
|
|
124
120
|
return dest.trim() || undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"merge-review.wizard.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/wizards/merge-review.wizard.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"merge-review.wizard.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/wizards/merge-review.wizard.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,QAAQ,CAAC;AAErD,MAAM,WAAW,uBAAuB;IACtC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAsB,iBAAiB,IAAI,OAAO,CAAC,uBAAuB,CAAC,CAkC1E"}
|