@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":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAKpC;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,OAAO,CAQ3C"}
|
|
@@ -15,14 +15,12 @@ import { Command } from 'commander';
|
|
|
15
15
|
import { createShowCommand } from './show.command.js';
|
|
16
16
|
import { createLsCommand } from './ls.command.js';
|
|
17
17
|
import { createAddCommand } from './add.command.js';
|
|
18
|
-
import { getCliI18n } from '../../i18n.js';
|
|
19
18
|
/**
|
|
20
19
|
* Create the repo command with all subcommands
|
|
21
20
|
*/
|
|
22
21
|
export function createRepoCommand() {
|
|
23
|
-
const t = getCliI18n().t;
|
|
24
22
|
const repo = new Command('repo')
|
|
25
|
-
.description(
|
|
23
|
+
.description('Manage tracked repositories')
|
|
26
24
|
.addCommand(createLsCommand())
|
|
27
25
|
.addCommand(createShowCommand())
|
|
28
26
|
.addCommand(createAddCommand());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ls.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/ls.command.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"ls.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/ls.command.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmBpC,wBAAgB,eAAe,IAAI,OAAO,CAuCzC"}
|
|
@@ -10,7 +10,6 @@ import { Command } from 'commander';
|
|
|
10
10
|
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
11
11
|
import { ListRepositoriesUseCase } from '../../../../../packages/core/src/application/use-cases/repositories/list-repositories.use-case.js';
|
|
12
12
|
import { colors, messages, renderListView } from '../../ui/index.js';
|
|
13
|
-
import { getCliI18n } from '../../i18n.js';
|
|
14
13
|
/** Format a duration in ms to a compact human-readable string. */
|
|
15
14
|
function formatDuration(ms) {
|
|
16
15
|
const seconds = Math.floor(ms / 1000);
|
|
@@ -27,8 +26,7 @@ function formatDuration(ms) {
|
|
|
27
26
|
return `${days}d`;
|
|
28
27
|
}
|
|
29
28
|
export function createLsCommand() {
|
|
30
|
-
|
|
31
|
-
return new Command('ls').description(t('cli:commands.repo.ls.description')).action(async () => {
|
|
29
|
+
return new Command('ls').description('List tracked repositories').action(async () => {
|
|
32
30
|
try {
|
|
33
31
|
const useCase = container.resolve(ListRepositoriesUseCase);
|
|
34
32
|
const featureRepo = container.resolve('IFeatureRepository');
|
|
@@ -45,21 +43,21 @@ export function createLsCommand() {
|
|
|
45
43
|
];
|
|
46
44
|
}));
|
|
47
45
|
renderListView({
|
|
48
|
-
title:
|
|
46
|
+
title: 'Repositories',
|
|
49
47
|
columns: [
|
|
50
|
-
{ label:
|
|
51
|
-
{ label:
|
|
52
|
-
{ label:
|
|
53
|
-
{ label:
|
|
54
|
-
{ label:
|
|
48
|
+
{ label: 'ID', width: 10 },
|
|
49
|
+
{ label: 'Name', width: 28 },
|
|
50
|
+
{ label: 'Features', width: 10 },
|
|
51
|
+
{ label: 'Path', width: 36 },
|
|
52
|
+
{ label: 'Created', width: 12 },
|
|
55
53
|
],
|
|
56
54
|
rows,
|
|
57
|
-
emptyMessage:
|
|
55
|
+
emptyMessage: 'No repositories found',
|
|
58
56
|
});
|
|
59
57
|
}
|
|
60
58
|
catch (error) {
|
|
61
59
|
const err = error instanceof Error ? error : new Error(String(error));
|
|
62
|
-
messages.error(
|
|
60
|
+
messages.error('Failed to list repositories', err);
|
|
63
61
|
process.exitCode = 1;
|
|
64
62
|
}
|
|
65
63
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-repository.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/resolve-repository.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"resolve-repository.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/resolve-repository.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAE/D,wBAAsB,iBAAiB,CACrC,EAAE,EAAE,MAAM,GACT,OAAO,CAAC;IAAE,UAAU,EAAE,UAAU,CAAA;CAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,CAqBzD"}
|
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
* Shared helper: resolve a repository by exact or prefix ID.
|
|
3
3
|
*/
|
|
4
4
|
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
5
|
-
import { getCliI18n } from '../../i18n.js';
|
|
6
5
|
export async function resolveRepository(id) {
|
|
7
|
-
const t = getCliI18n().t;
|
|
8
6
|
const repo = container.resolve('IRepositoryRepository');
|
|
9
7
|
// Try exact match first
|
|
10
8
|
const exact = await repo.findById(id);
|
|
@@ -18,12 +16,9 @@ export async function resolveRepository(id) {
|
|
|
18
16
|
return { repository: matches[0] };
|
|
19
17
|
if (matches.length > 1) {
|
|
20
18
|
return {
|
|
21
|
-
error:
|
|
22
|
-
id,
|
|
23
|
-
matches: matches.map((m) => m.id.substring(0, 8)).join(', '),
|
|
24
|
-
}),
|
|
19
|
+
error: `Multiple repositories match prefix "${id}": ${matches.map((m) => m.id.substring(0, 8)).join(', ')}`,
|
|
25
20
|
};
|
|
26
21
|
}
|
|
27
22
|
}
|
|
28
|
-
return { error:
|
|
23
|
+
return { error: `Repository not found: ${id}` };
|
|
29
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"show.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/show.command.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"show.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/show.command.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAoCpC,wBAAgB,iBAAiB,IAAI,OAAO,CAsD3C"}
|
|
@@ -10,7 +10,6 @@ import { Command } from 'commander';
|
|
|
10
10
|
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
11
11
|
import { colors, messages, renderDetailView } from '../../ui/index.js';
|
|
12
12
|
import { resolveRepository } from './resolve-repository.js';
|
|
13
|
-
import { getCliI18n } from '../../i18n.js';
|
|
14
13
|
/** Color a lifecycle value to match feat ls status styling. */
|
|
15
14
|
function colorLifecycle(lifecycle) {
|
|
16
15
|
switch (lifecycle) {
|
|
@@ -42,10 +41,9 @@ function formatDate(date) {
|
|
|
42
41
|
}
|
|
43
42
|
}
|
|
44
43
|
export function createShowCommand() {
|
|
45
|
-
const t = getCliI18n().t;
|
|
46
44
|
return new Command('show')
|
|
47
|
-
.description(
|
|
48
|
-
.argument('<id>',
|
|
45
|
+
.description('Display details of a tracked repository')
|
|
46
|
+
.argument('<id>', 'Repository ID (or prefix)')
|
|
49
47
|
.action(async (id) => {
|
|
50
48
|
try {
|
|
51
49
|
const resolved = await resolveRepository(id);
|
|
@@ -62,9 +60,9 @@ export function createShowCommand() {
|
|
|
62
60
|
label: `${colors.muted(f.id.slice(0, 8))} ${f.name}`,
|
|
63
61
|
value: colorLifecycle(f.lifecycle),
|
|
64
62
|
}))
|
|
65
|
-
: [{ label:
|
|
63
|
+
: [{ label: 'No features found', value: '—' }];
|
|
66
64
|
renderDetailView({
|
|
67
|
-
title:
|
|
65
|
+
title: 'Repository',
|
|
68
66
|
sections: [
|
|
69
67
|
{
|
|
70
68
|
fields: [
|
|
@@ -74,24 +72,15 @@ export function createShowCommand() {
|
|
|
74
72
|
],
|
|
75
73
|
},
|
|
76
74
|
{
|
|
77
|
-
title:
|
|
75
|
+
title: 'Timestamps',
|
|
78
76
|
fields: [
|
|
79
|
-
{
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
label: t('cli:commands.repo.show.updatedLabel'),
|
|
85
|
-
value: formatDate(repository.updatedAt),
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
label: t('cli:commands.repo.show.deletedLabel'),
|
|
89
|
-
value: formatDate(repository.deletedAt),
|
|
90
|
-
},
|
|
77
|
+
{ label: 'Created', value: formatDate(repository.createdAt) },
|
|
78
|
+
{ label: 'Updated', value: formatDate(repository.updatedAt) },
|
|
79
|
+
{ label: 'Deleted', value: formatDate(repository.deletedAt) },
|
|
91
80
|
],
|
|
92
81
|
},
|
|
93
82
|
{
|
|
94
|
-
title:
|
|
83
|
+
title: `Features (${features.length})`,
|
|
95
84
|
fields: featureFields,
|
|
96
85
|
},
|
|
97
86
|
],
|
|
@@ -99,7 +88,7 @@ export function createShowCommand() {
|
|
|
99
88
|
}
|
|
100
89
|
catch (error) {
|
|
101
90
|
const err = error instanceof Error ? error : new Error(String(error));
|
|
102
|
-
messages.error(
|
|
91
|
+
messages.error('Failed to show repository', err);
|
|
103
92
|
process.exitCode = 1;
|
|
104
93
|
}
|
|
105
94
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"restart.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/restart.command.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,OAAO,EAAwB,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"restart.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/restart.command.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,OAAO,EAAwB,MAAM,WAAW,CAAC;AAe1D;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,OAAO,CA2B9C"}
|
|
@@ -11,11 +11,10 @@ import { container } from '../../../../packages/core/src/infrastructure/di/conta
|
|
|
11
11
|
import { messages } from '../ui/index.js';
|
|
12
12
|
import { stopDaemon } from './daemon/stop-daemon.js';
|
|
13
13
|
import { startDaemon } from './daemon/start-daemon.js';
|
|
14
|
-
import { getCliI18n } from '../i18n.js';
|
|
15
14
|
function parsePort(value) {
|
|
16
15
|
const port = parseInt(value, 10);
|
|
17
16
|
if (isNaN(port) || port < 1024 || port > 65535) {
|
|
18
|
-
throw new InvalidArgumentError(
|
|
17
|
+
throw new InvalidArgumentError('Port must be an integer between 1024 and 65535');
|
|
19
18
|
}
|
|
20
19
|
return port;
|
|
21
20
|
}
|
|
@@ -23,10 +22,9 @@ function parsePort(value) {
|
|
|
23
22
|
* Create the restart command.
|
|
24
23
|
*/
|
|
25
24
|
export function createRestartCommand() {
|
|
26
|
-
const t = getCliI18n().t;
|
|
27
25
|
return new Command('restart')
|
|
28
|
-
.description(
|
|
29
|
-
.option('-p, --port <number>',
|
|
26
|
+
.description('Gracefully restart the Shep web UI daemon (starts it if not running)')
|
|
27
|
+
.option('-p, --port <number>', 'Port number (1024-65535)', parsePort)
|
|
30
28
|
.addHelpText('after', `
|
|
31
29
|
Examples:
|
|
32
30
|
$ shep restart Restart (or start) on default port
|
|
@@ -42,7 +40,7 @@ Examples:
|
|
|
42
40
|
}
|
|
43
41
|
else {
|
|
44
42
|
// Daemon is not running — start it directly
|
|
45
|
-
messages.info(
|
|
43
|
+
messages.info('Daemon was not running — starting...');
|
|
46
44
|
await startDaemon({ port: options.port });
|
|
47
45
|
}
|
|
48
46
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/run.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"run.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/run.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAmCpC;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,OAAO,CA+B1C"}
|
|
@@ -15,7 +15,6 @@ import { Command } from 'commander';
|
|
|
15
15
|
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
16
16
|
import { RunAgentUseCase } from '../../../../packages/core/src/application/use-cases/agents/run-agent.use-case.js';
|
|
17
17
|
import { colors, symbols, fmt, messages } from '../ui/index.js';
|
|
18
|
-
import { getCliI18n } from '../i18n.js';
|
|
19
18
|
/**
|
|
20
19
|
* Creates a terminal spinner that shows progress while awaiting an async operation.
|
|
21
20
|
* Returns start/stop controls. The spinner writes to stderr to avoid polluting stdout.
|
|
@@ -43,21 +42,20 @@ function createSpinner(text) {
|
|
|
43
42
|
* Create the run command
|
|
44
43
|
*/
|
|
45
44
|
export function createRunCommand() {
|
|
46
|
-
const t = getCliI18n().t;
|
|
47
45
|
return new Command('run')
|
|
48
|
-
.description(
|
|
49
|
-
.argument('<agent-name>',
|
|
50
|
-
.option('-p, --prompt <prompt>',
|
|
51
|
-
.option('-r, --repo <path>',
|
|
52
|
-
.option('-s, --stream',
|
|
46
|
+
.description('Run an AI agent workflow')
|
|
47
|
+
.argument('<agent-name>', 'Name of the agent to run (e.g., analyze-repository)')
|
|
48
|
+
.option('-p, --prompt <prompt>', 'Prompt to send to the agent', 'Analyze this repository')
|
|
49
|
+
.option('-r, --repo <path>', 'Repository path (defaults to current directory)')
|
|
50
|
+
.option('-s, --stream', 'Stream output in real-time')
|
|
53
51
|
.action(async (agentName, options) => {
|
|
54
52
|
try {
|
|
55
53
|
const useCase = container.resolve(RunAgentUseCase);
|
|
56
54
|
const repoPath = options.repo ?? process.cwd();
|
|
57
55
|
messages.newline();
|
|
58
|
-
console.log(`${fmt.heading(
|
|
59
|
-
console.log(colors.muted(`
|
|
60
|
-
console.log(colors.muted(`
|
|
56
|
+
console.log(`${fmt.heading('Running agent:')} ${colors.accent(agentName)}`);
|
|
57
|
+
console.log(colors.muted(` Repository: ${repoPath}`));
|
|
58
|
+
console.log(colors.muted(` Prompt: ${options.prompt}`));
|
|
61
59
|
messages.newline();
|
|
62
60
|
if (options.stream) {
|
|
63
61
|
await runStreaming(useCase, agentName, options.prompt, repoPath);
|
|
@@ -69,14 +67,13 @@ export function createRunCommand() {
|
|
|
69
67
|
}
|
|
70
68
|
catch (error) {
|
|
71
69
|
const err = error instanceof Error ? error : new Error(String(error));
|
|
72
|
-
messages.error(
|
|
70
|
+
messages.error('Failed to run agent', err);
|
|
73
71
|
process.exitCode = 1;
|
|
74
72
|
}
|
|
75
73
|
});
|
|
76
74
|
}
|
|
77
75
|
/** Stream agent events to stdout in real-time. */
|
|
78
76
|
async function runStreaming(useCase, agentName, prompt, repoPath) {
|
|
79
|
-
const t = getCliI18n().t;
|
|
80
77
|
let hasResult = false;
|
|
81
78
|
for await (const event of useCase.executeStream({
|
|
82
79
|
agentName,
|
|
@@ -89,9 +86,9 @@ async function runStreaming(useCase, agentName, prompt, repoPath) {
|
|
|
89
86
|
else if (event.type === 'result') {
|
|
90
87
|
hasResult = true;
|
|
91
88
|
messages.newline();
|
|
92
|
-
messages.success(
|
|
89
|
+
messages.success(`Agent ${agentName} completed`);
|
|
93
90
|
messages.newline();
|
|
94
|
-
console.log(fmt.heading(
|
|
91
|
+
console.log(fmt.heading('Result:'));
|
|
95
92
|
messages.newline();
|
|
96
93
|
console.log(event.content);
|
|
97
94
|
}
|
|
@@ -101,13 +98,12 @@ async function runStreaming(useCase, agentName, prompt, repoPath) {
|
|
|
101
98
|
}
|
|
102
99
|
}
|
|
103
100
|
if (!hasResult) {
|
|
104
|
-
messages.success(
|
|
101
|
+
messages.success(`Agent ${agentName} completed`);
|
|
105
102
|
}
|
|
106
103
|
}
|
|
107
104
|
/** Run agent with spinner (blocking mode). */
|
|
108
105
|
async function runBlocking(useCase, agentName, prompt, repoPath) {
|
|
109
|
-
const
|
|
110
|
-
const spinner = createSpinner(t('cli:commands.run.agentWorking', { name: agentName }));
|
|
106
|
+
const spinner = createSpinner(`Agent ${agentName} is working...`);
|
|
111
107
|
spinner.start();
|
|
112
108
|
let run;
|
|
113
109
|
try {
|
|
@@ -121,14 +117,14 @@ async function runBlocking(useCase, agentName, prompt, repoPath) {
|
|
|
121
117
|
spinner.stop();
|
|
122
118
|
}
|
|
123
119
|
if (run.status === 'completed') {
|
|
124
|
-
messages.success(
|
|
120
|
+
messages.success(`Agent ${agentName} completed`);
|
|
125
121
|
messages.newline();
|
|
126
|
-
console.log(fmt.heading(
|
|
122
|
+
console.log(fmt.heading('Result:'));
|
|
127
123
|
messages.newline();
|
|
128
|
-
console.log(run.result ??
|
|
124
|
+
console.log(run.result ?? 'No output');
|
|
129
125
|
}
|
|
130
126
|
else if (run.status === 'failed') {
|
|
131
|
-
messages.error(
|
|
127
|
+
messages.error('Agent execution failed', new Error(run.error ?? 'Unknown error'));
|
|
132
128
|
process.exitCode = 1;
|
|
133
129
|
}
|
|
134
130
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/session/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/session/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAIpC;;GAEG;AACH,wBAAgB,oBAAoB,IAAI,OAAO,CAK9C"}
|
|
@@ -14,14 +14,12 @@
|
|
|
14
14
|
import { Command } from 'commander';
|
|
15
15
|
import { createLsCommand } from './ls.command.js';
|
|
16
16
|
import { createShowCommand } from './show.command.js';
|
|
17
|
-
import { getCliI18n } from '../../i18n.js';
|
|
18
17
|
/**
|
|
19
18
|
* Create the session command with ls and show subcommands
|
|
20
19
|
*/
|
|
21
20
|
export function createSessionCommand() {
|
|
22
|
-
const t = getCliI18n().t;
|
|
23
21
|
return new Command('session')
|
|
24
|
-
.description(
|
|
22
|
+
.description('Manage and view agent provider CLI sessions')
|
|
25
23
|
.addCommand(createLsCommand())
|
|
26
24
|
.addCommand(createShowCommand());
|
|
27
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ls.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/session/ls.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAKpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"ls.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/session/ls.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAKpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAGjE,wBAAgB,eAAe,IAAI,OAAO,CA4CzC;AA0HD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,CAgB1E;AAOD,YAAY,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -18,22 +18,20 @@ import { ListAgentSessionsUseCase } from '../../../../../packages/core/src/appli
|
|
|
18
18
|
import { colors, messages } from '../../ui/index.js';
|
|
19
19
|
import { fmt } from '../../ui/formatters.js';
|
|
20
20
|
import { AgentType } from '../../../../../packages/core/src/domain/generated/output.js';
|
|
21
|
-
import { getCliI18n } from '../../i18n.js';
|
|
22
21
|
export function createLsCommand() {
|
|
23
|
-
const t = getCliI18n().t;
|
|
24
22
|
return new Command('ls')
|
|
25
|
-
.description(
|
|
26
|
-
.option('--claude-code',
|
|
27
|
-
.option('--cursor-cli',
|
|
28
|
-
.option('--gemini-cli',
|
|
29
|
-
.option('-n, --limit <n>',
|
|
30
|
-
.option('--flat',
|
|
23
|
+
.description('List agent provider CLI sessions')
|
|
24
|
+
.option('--claude-code', 'List sessions for Claude Code')
|
|
25
|
+
.option('--cursor-cli', 'List sessions for Cursor CLI')
|
|
26
|
+
.option('--gemini-cli', 'List sessions for Gemini CLI')
|
|
27
|
+
.option('-n, --limit <n>', 'Maximum number of sessions to show (0 = all)', '20')
|
|
28
|
+
.option('--flat', 'Show flat list without grouping')
|
|
31
29
|
.action(async (opts) => {
|
|
32
30
|
try {
|
|
33
31
|
// Validate mutual exclusivity of provider flags
|
|
34
32
|
const providerFlags = [opts.claudeCode, opts.cursorCli, opts.geminiCli].filter(Boolean);
|
|
35
33
|
if (providerFlags.length > 1) {
|
|
36
|
-
messages.error(
|
|
34
|
+
messages.error('Only one provider flag may be specified at a time');
|
|
37
35
|
process.exitCode = 1;
|
|
38
36
|
return;
|
|
39
37
|
}
|
|
@@ -43,7 +41,7 @@ export function createLsCommand() {
|
|
|
43
41
|
const sessions = await useCase.execute({ agentType, limit });
|
|
44
42
|
if (sessions.length === 0) {
|
|
45
43
|
messages.newline();
|
|
46
|
-
messages.info(
|
|
44
|
+
messages.info('No sessions found');
|
|
47
45
|
messages.newline();
|
|
48
46
|
return;
|
|
49
47
|
}
|
|
@@ -57,7 +55,7 @@ export function createLsCommand() {
|
|
|
57
55
|
}
|
|
58
56
|
catch (error) {
|
|
59
57
|
const err = error instanceof Error ? error : new Error(String(error));
|
|
60
|
-
messages.error(
|
|
58
|
+
messages.error('Failed to list sessions', err);
|
|
61
59
|
process.exitCode = 1;
|
|
62
60
|
}
|
|
63
61
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"show.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/session/show.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"show.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/session/show.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAWpC,wBAAgB,iBAAiB,IAAI,OAAO,CAqC3C"}
|
|
@@ -17,22 +17,20 @@ import { colors, messages } from '../../ui/index.js';
|
|
|
17
17
|
import { fmt } from '../../ui/formatters.js';
|
|
18
18
|
import { AgentType } from '../../../../../packages/core/src/domain/generated/output.js';
|
|
19
19
|
import { formatRelativeTime } from './ls.command.js';
|
|
20
|
-
import { getCliI18n } from '../../i18n.js';
|
|
21
20
|
export function createShowCommand() {
|
|
22
|
-
const t = getCliI18n().t;
|
|
23
21
|
return new Command('show')
|
|
24
|
-
.description(
|
|
25
|
-
.argument('<id>',
|
|
26
|
-
.option('--claude-code',
|
|
27
|
-
.option('--cursor-cli',
|
|
28
|
-
.option('--gemini-cli',
|
|
29
|
-
.option('-m, --messages <n>',
|
|
22
|
+
.description('Display details of an agent provider session')
|
|
23
|
+
.argument('<id>', 'Session ID')
|
|
24
|
+
.option('--claude-code', 'Query Claude Code sessions')
|
|
25
|
+
.option('--cursor-cli', 'Query Cursor CLI sessions')
|
|
26
|
+
.option('--gemini-cli', 'Query Gemini CLI sessions')
|
|
27
|
+
.option('-m, --messages <n>', 'Number of messages to display (0 = all)', '20')
|
|
30
28
|
.action(async (id, opts) => {
|
|
31
29
|
try {
|
|
32
30
|
// Validate mutual exclusivity of provider flags
|
|
33
31
|
const providerFlags = [opts.claudeCode, opts.cursorCli, opts.geminiCli].filter(Boolean);
|
|
34
32
|
if (providerFlags.length > 1) {
|
|
35
|
-
messages.error(
|
|
33
|
+
messages.error('Only one provider flag may be specified at a time');
|
|
36
34
|
process.exitCode = 1;
|
|
37
35
|
return;
|
|
38
36
|
}
|
|
@@ -45,12 +43,12 @@ export function createShowCommand() {
|
|
|
45
43
|
}
|
|
46
44
|
catch (error) {
|
|
47
45
|
if (error instanceof SessionNotFoundError) {
|
|
48
|
-
messages.error(
|
|
46
|
+
messages.error(`Session not found: ${error.message}`);
|
|
49
47
|
process.exitCode = 1;
|
|
50
48
|
return;
|
|
51
49
|
}
|
|
52
50
|
const err = error instanceof Error ? error : new Error(String(error));
|
|
53
|
-
messages.error(
|
|
51
|
+
messages.error('Failed to show session', err);
|
|
54
52
|
process.exitCode = 1;
|
|
55
53
|
}
|
|
56
54
|
});
|
|
@@ -65,13 +63,12 @@ function resolveAgentType(opts) {
|
|
|
65
63
|
return undefined;
|
|
66
64
|
}
|
|
67
65
|
function renderSessionDetail(session, _messageLimit) {
|
|
68
|
-
const t = getCliI18n().t;
|
|
69
66
|
const sessionMessages = session.messages ?? [];
|
|
70
67
|
const totalCount = session.messageCount;
|
|
71
68
|
const meta = session.metadata;
|
|
72
69
|
const lines = [];
|
|
73
70
|
lines.push('');
|
|
74
|
-
lines.push(` ${fmt.heading(
|
|
71
|
+
lines.push(` ${fmt.heading('Session')}`);
|
|
75
72
|
lines.push('');
|
|
76
73
|
// Row 1: ID + Provider
|
|
77
74
|
lines.push(` ${field('ID', session.id)} ${field('Provider', session.agentType)}`);
|
|
@@ -114,7 +111,7 @@ function renderSessionDetail(session, _messageLimit) {
|
|
|
114
111
|
// Tool usage section
|
|
115
112
|
if (meta && Object.keys(meta.toolUsage).length > 0) {
|
|
116
113
|
lines.push('');
|
|
117
|
-
lines.push(` ${colors.muted(
|
|
114
|
+
lines.push(` ${colors.muted('Tool Usage')}`);
|
|
118
115
|
const sorted = Object.entries(meta.toolUsage).sort((a, b) => b[1] - a[1]);
|
|
119
116
|
const totalTools = sorted.reduce((sum, [, count]) => sum + count, 0);
|
|
120
117
|
// Render tools in 3-column rows
|
|
@@ -131,19 +128,19 @@ function renderSessionDetail(session, _messageLimit) {
|
|
|
131
128
|
console.log(lines.join('\n'));
|
|
132
129
|
// Messages
|
|
133
130
|
if (sessionMessages.length === 0) {
|
|
134
|
-
messages.info(
|
|
131
|
+
messages.info('No messages in this session');
|
|
135
132
|
return;
|
|
136
133
|
}
|
|
137
134
|
// Filter out empty messages for display
|
|
138
135
|
const meaningful = sessionMessages.filter((m) => m.content.trim().length > 0);
|
|
139
136
|
if (meaningful.length === 0) {
|
|
140
|
-
messages.info(
|
|
137
|
+
messages.info('No displayable messages in this session');
|
|
141
138
|
return;
|
|
142
139
|
}
|
|
143
140
|
const half = Math.max(1, Math.floor(_messageLimit / 2));
|
|
144
141
|
if (meaningful.length <= _messageLimit || _messageLimit === 0) {
|
|
145
142
|
// Show all
|
|
146
|
-
messages.info(
|
|
143
|
+
messages.info(`${meaningful.length} messages`);
|
|
147
144
|
renderMessages(meaningful);
|
|
148
145
|
}
|
|
149
146
|
else {
|
|
@@ -151,13 +148,9 @@ function renderSessionDetail(session, _messageLimit) {
|
|
|
151
148
|
const first = meaningful.slice(0, half);
|
|
152
149
|
const last = meaningful.slice(-half);
|
|
153
150
|
const skipped = meaningful.length - first.length - last.length;
|
|
154
|
-
messages.info(
|
|
155
|
-
first: first.length,
|
|
156
|
-
last: last.length,
|
|
157
|
-
total: meaningful.length,
|
|
158
|
-
}));
|
|
151
|
+
messages.info(`Showing first ${first.length} and last ${last.length} of ${meaningful.length} messages`);
|
|
159
152
|
renderMessages(first);
|
|
160
|
-
console.log(` ${colors.muted(` ${
|
|
153
|
+
console.log(` ${colors.muted(` ··· ${skipped} messages skipped ···`)}\n`);
|
|
161
154
|
renderMessages(last);
|
|
162
155
|
}
|
|
163
156
|
}
|
|
@@ -189,17 +182,16 @@ function computeDuration(start, end) {
|
|
|
189
182
|
return '<1m';
|
|
190
183
|
}
|
|
191
184
|
function renderMessages(msgs) {
|
|
192
|
-
const t = getCliI18n().t;
|
|
193
185
|
const lines = [''];
|
|
194
186
|
for (const msg of msgs) {
|
|
195
187
|
const content = msg.content.trim();
|
|
196
188
|
const timestamp = formatDate(msg.timestamp);
|
|
197
189
|
const timeStr = timestamp ? colors.muted(` (${timestamp})`) : '';
|
|
198
190
|
if (msg.role === 'user') {
|
|
199
|
-
lines.push(` ${colors.info(
|
|
191
|
+
lines.push(` ${colors.info('You')}${timeStr}`);
|
|
200
192
|
}
|
|
201
193
|
else {
|
|
202
|
-
lines.push(` ${colors.success(
|
|
194
|
+
lines.push(` ${colors.success('Assistant')}${timeStr}`);
|
|
203
195
|
}
|
|
204
196
|
for (const line of content.split('\n')) {
|
|
205
197
|
lines.push(` ${line}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/settings/agent.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"agent.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/settings/agent.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAUpC;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,OAAO,CAgE5C"}
|
|
@@ -14,16 +14,15 @@ import { ConfigureAgentUseCase, } from '../../../../../packages/core/src/applica
|
|
|
14
14
|
import { agentConfigWizard } from '../../../tui/wizards/agent-config.wizard.js';
|
|
15
15
|
import { resetSettings, initializeSettings } from '../../../../../packages/core/src/infrastructure/services/settings.service.js';
|
|
16
16
|
import { messages } from '../../ui/index.js';
|
|
17
|
-
import { getCliI18n } from '../../i18n.js';
|
|
18
17
|
/**
|
|
19
18
|
* Create the agent configuration command
|
|
20
19
|
*/
|
|
21
20
|
export function createAgentCommand() {
|
|
22
21
|
return new Command('agent')
|
|
23
|
-
.description(
|
|
24
|
-
.option('--agent <type>',
|
|
25
|
-
.option('--auth <method>',
|
|
26
|
-
.option('--token <key>',
|
|
22
|
+
.description('Configure AI coding agent')
|
|
23
|
+
.option('--agent <type>', 'Agent type (e.g., claude-code)')
|
|
24
|
+
.option('--auth <method>', 'Auth method (session or token)')
|
|
25
|
+
.option('--token <key>', 'API token for token-based auth')
|
|
27
26
|
.addHelpText('after', `
|
|
28
27
|
Examples:
|
|
29
28
|
$ shep settings agent Interactive wizard
|
|
@@ -36,7 +35,7 @@ Examples:
|
|
|
36
35
|
if (isNonInteractive) {
|
|
37
36
|
// Non-interactive: require --auth when --agent is provided (dev type defaults to session)
|
|
38
37
|
if (!options.auth && options.agent !== 'dev') {
|
|
39
|
-
messages.error(
|
|
38
|
+
messages.error('--auth is required when using --agent flag');
|
|
40
39
|
process.exitCode = 1;
|
|
41
40
|
return;
|
|
42
41
|
}
|
|
@@ -60,19 +59,16 @@ Examples:
|
|
|
60
59
|
// Update the in-memory settings singleton
|
|
61
60
|
resetSettings();
|
|
62
61
|
initializeSettings(updatedSettings);
|
|
63
|
-
messages.success(
|
|
64
|
-
type: input.type,
|
|
65
|
-
authMethod: input.authMethod,
|
|
66
|
-
}));
|
|
62
|
+
messages.success(`Agent configured: ${input.type} (${input.authMethod})`);
|
|
67
63
|
}
|
|
68
64
|
catch (error) {
|
|
69
65
|
const err = error instanceof Error ? error : new Error(String(error));
|
|
70
66
|
// Handle user cancellation (Ctrl+C) gracefully
|
|
71
67
|
if (err.message.includes('force closed') || err.message.includes('User force closed')) {
|
|
72
|
-
messages.info(
|
|
68
|
+
messages.info('Configuration cancelled.');
|
|
73
69
|
return;
|
|
74
70
|
}
|
|
75
|
-
messages.error(
|
|
71
|
+
messages.error('Failed to configure agent', err);
|
|
76
72
|
process.exitCode = 1;
|
|
77
73
|
}
|
|
78
74
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ide.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/settings/ide.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"ide.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/settings/ide.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkBpC;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,OAAO,CA+D1C"}
|