@shipit-ai/cli 1.164.2-pr10.a97589c → 1.164.2-pr10.c4e0d39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/dist/packages/core/src/application/ports/output/services/index.d.ts +0 -1
- package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -1
- package/dist/packages/core/src/application/ports/output/services/tool-metadata-service.interface.d.ts +1 -5
- package/dist/packages/core/src/application/ports/output/services/tool-metadata-service.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts +1 -1
- package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.js +1 -1
- package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts +1 -1
- package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.js +1 -1
- package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.d.ts +1 -1
- package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.js +1 -1
- package/dist/packages/core/src/application/use-cases/settings/index.d.ts +0 -1
- package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/settings/index.js +0 -1
- package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts +4 -10
- package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.js +7 -34
- package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts +1 -1
- package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts +2 -18
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -1
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.js +5 -16
- package/dist/packages/core/src/index.d.ts +2 -2
- package/dist/packages/core/src/index.js +2 -2
- package/dist/packages/core/src/infrastructure/di/modules/services.module.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/modules/services.module.js +0 -2
- package/dist/packages/core/src/infrastructure/di/modules/use-cases.module.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/modules/use-cases.module.js +0 -2
- package/dist/packages/core/src/infrastructure/di/modules/web-tokens.module.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/modules/web-tokens.module.js +0 -4
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/plan.fixture.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/plan.fixture.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.d.ts +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.js +5 -5
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.d.ts +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.js +6 -6
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/merge-prompts.js +1 -1
- package/dist/packages/core/src/infrastructure/services/filesystem/shipit-ai-directory.service.d.ts +2 -2
- package/dist/packages/core/src/infrastructure/services/filesystem/shipit-ai-directory.service.js +4 -4
- package/dist/packages/core/src/infrastructure/services/git/pr-branding.d.ts +4 -4
- package/dist/packages/core/src/infrastructure/services/git/pr-branding.js +4 -4
- package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.js +7 -7
- package/dist/packages/core/src/infrastructure/services/port.service.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/port.service.js +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +1 -6
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.js +0 -7
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.d.ts +0 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.js +1 -4
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/CLAUDE.md +1 -2
- package/dist/src/presentation/cli/commands/agent/approve.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/approve.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/delete.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/delete.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/index.d.ts +6 -6
- package/dist/src/presentation/cli/commands/agent/index.js +6 -6
- package/dist/src/presentation/cli/commands/agent/logs.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/agent/logs.command.js +3 -3
- package/dist/src/presentation/cli/commands/agent/ls.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/ls.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/reject.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/reject.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/show.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/show.command.js +1 -1
- package/dist/src/presentation/cli/commands/agent/stop.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/stop.command.js +1 -1
- package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts +4 -4
- package/dist/src/presentation/cli/commands/daemon/start-daemon.js +4 -4
- package/dist/src/presentation/cli/commands/daemon/stop-daemon.d.ts +5 -5
- package/dist/src/presentation/cli/commands/daemon/stop-daemon.js +5 -5
- package/dist/src/presentation/cli/commands/feat/adopt.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/adopt.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/approve.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/approve.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/archive.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/archive.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/del.command.d.ts +5 -5
- package/dist/src/presentation/cli/commands/feat/del.command.js +5 -5
- package/dist/src/presentation/cli/commands/feat/index.d.ts +4 -4
- package/dist/src/presentation/cli/commands/feat/index.js +4 -4
- package/dist/src/presentation/cli/commands/feat/logs.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/logs.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/ls.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/ls.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/new.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/new.command.js +4 -4
- package/dist/src/presentation/cli/commands/feat/reject.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/reject.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/resume.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/resume.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/review.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.js +3 -4
- package/dist/src/presentation/cli/commands/feat/start.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/feat/start.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/unarchive.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/feat/unarchive.command.js +2 -2
- package/dist/src/presentation/cli/commands/ide-open.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/ide-open.command.js +1 -1
- package/dist/src/presentation/cli/commands/log-viewer.d.ts +1 -1
- package/dist/src/presentation/cli/commands/log-viewer.js +1 -1
- package/dist/src/presentation/cli/commands/repo/add.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/repo/add.command.js +3 -3
- package/dist/src/presentation/cli/commands/repo/index.d.ts +4 -4
- package/dist/src/presentation/cli/commands/repo/index.js +4 -4
- package/dist/src/presentation/cli/commands/repo/ls.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/repo/ls.command.js +1 -1
- package/dist/src/presentation/cli/commands/repo/show.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/repo/show.command.js +1 -1
- package/dist/src/presentation/cli/commands/restart.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/restart.command.js +5 -5
- package/dist/src/presentation/cli/commands/run.command.d.ts +5 -5
- package/dist/src/presentation/cli/commands/run.command.js +5 -5
- package/dist/src/presentation/cli/commands/session/index.d.ts +3 -3
- package/dist/src/presentation/cli/commands/session/index.js +3 -3
- package/dist/src/presentation/cli/commands/session/ls.command.d.ts +6 -6
- package/dist/src/presentation/cli/commands/session/ls.command.js +6 -6
- package/dist/src/presentation/cli/commands/session/show.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/session/show.command.js +3 -3
- package/dist/src/presentation/cli/commands/settings/agent.command.d.ts +4 -4
- package/dist/src/presentation/cli/commands/settings/agent.command.js +7 -7
- package/dist/src/presentation/cli/commands/settings/ide.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/settings/ide.command.js +6 -6
- package/dist/src/presentation/cli/commands/settings/index.d.ts +10 -10
- package/dist/src/presentation/cli/commands/settings/index.js +10 -10
- package/dist/src/presentation/cli/commands/settings/init.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/settings/init.command.js +6 -6
- package/dist/src/presentation/cli/commands/settings/language.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/settings/language.command.js +3 -3
- package/dist/src/presentation/cli/commands/settings/model.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/settings/model.command.js +3 -3
- package/dist/src/presentation/cli/commands/settings/show.command.d.ts +4 -4
- package/dist/src/presentation/cli/commands/settings/show.command.js +7 -7
- package/dist/src/presentation/cli/commands/settings/workflow.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/settings/workflow.command.js +6 -6
- package/dist/src/presentation/cli/commands/start.command.d.ts +3 -3
- package/dist/src/presentation/cli/commands/start.command.js +5 -5
- package/dist/src/presentation/cli/commands/status.command.d.ts +4 -4
- package/dist/src/presentation/cli/commands/status.command.js +4 -4
- package/dist/src/presentation/cli/commands/stop.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/stop.command.js +2 -2
- package/dist/src/presentation/cli/commands/tools.command.d.ts +1 -1
- package/dist/src/presentation/cli/commands/tools.command.js +1 -1
- package/dist/src/presentation/cli/commands/ui.command.d.ts +4 -4
- package/dist/src/presentation/cli/commands/ui.command.js +7 -7
- package/dist/src/presentation/cli/commands/upgrade.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/upgrade.command.js +2 -2
- package/dist/src/presentation/cli/commands/version.command.d.ts +2 -2
- package/dist/src/presentation/cli/commands/version.command.js +2 -2
- package/dist/src/presentation/cli/index.d.ts +3 -3
- package/dist/src/presentation/cli/index.js +4 -4
- package/dist/src/presentation/cli/ui/index.d.ts +1 -1
- package/dist/src/presentation/cli/ui/index.js +1 -1
- package/dist/src/presentation/tui/themes/shipit-ai.theme.d.ts +4 -4
- package/dist/src/presentation/tui/themes/shipit-ai.theme.js +4 -4
- package/dist/src/presentation/web/app/actions/check-agent-auth.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/check-agent-auth.js +24 -69
- package/dist/src/presentation/web/app/actions/deploy-feature.js +2 -2
- package/dist/src/presentation/web/app/actions/deploy-repository.js +2 -2
- package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts +0 -1
- package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/get-all-agent-models.js +3 -28
- package/dist/src/presentation/web/app/actions/get-merge-review-data.js +3 -3
- package/dist/src/presentation/web/app/layout.d.ts.map +1 -1
- package/dist/src/presentation/web/app/layout.js +13 -4
- package/dist/src/presentation/web/app/settings/page.d.ts.map +1 -1
- package/dist/src/presentation/web/app/settings/page.js +2 -6
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.js +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.js +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/global-chat-drawer-client.js +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.js +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +2 -2
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +8 -8
- package/dist/src/presentation/web/components/common/github-import-dialog/github-import-dialog.js +1 -1
- package/dist/src/presentation/web/components/common/inline-attachments/inline-attachments.stories.js +5 -5
- package/dist/src/presentation/web/components/common/merge-review/merge-review.stories.js +8 -8
- package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.stories.js +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/shipit-ai-logo/index.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/index.js +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.d.ts → shep-logo.d.ts} +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.js +5 -0
- package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.stories.d.ts → shep-logo.stories.d.ts} +2 -2
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.stories.js → shep-logo.stories.js} +1 -1
- package/dist/src/presentation/web/components/common/version-badge/version-badge.stories.js +2 -2
- package/dist/src/presentation/web/components/features/chat/ChatSheet.js +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +1 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.js +1 -6
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +19 -19
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.js +2 -13
- package/dist/src/presentation/web/components/features/settings/database-settings-section.js +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts +1 -5
- 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 +27 -33
- package/dist/src/presentation/web/components/features/tools/tool-card.js +1 -1
- package/dist/src/presentation/web/components/features/version/version-page-client.js +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +3 -3
- package/dist/src/presentation/web/components/ui/sidebar.stories.js +1 -1
- package/dist/src/presentation/web/lib/session-scanner.js +2 -2
- package/dist/src/presentation/web/lib/version.d.ts +1 -1
- package/dist/src/presentation/web/lib/version.js +1 -1
- package/dist/src/presentation/web/{proxy.d.ts → middleware.d.ts} +4 -4
- package/dist/src/presentation/web/middleware.d.ts.map +1 -0
- package/dist/src/presentation/web/{proxy.js → middleware.js} +3 -3
- package/dist/src/presentation/web/types/theme.d.ts +1 -1
- package/dist/src/presentation/web/types/theme.js +1 -1
- package/dist/translations/ar/cli.json +17 -17
- package/dist/translations/ar/tui.json +2 -2
- package/dist/translations/ar/web.json +5 -7
- package/dist/translations/de/cli.json +17 -17
- package/dist/translations/de/tui.json +2 -2
- package/dist/translations/de/web.json +5 -7
- package/dist/translations/en/cli.json +17 -17
- package/dist/translations/en/tui.json +2 -2
- package/dist/translations/en/web.json +5 -7
- package/dist/translations/es/cli.json +17 -17
- package/dist/translations/es/tui.json +2 -2
- package/dist/translations/es/web.json +5 -7
- package/dist/translations/fr/cli.json +17 -17
- package/dist/translations/fr/tui.json +2 -2
- package/dist/translations/fr/web.json +5 -7
- package/dist/translations/he/cli.json +17 -17
- package/dist/translations/he/tui.json +2 -2
- package/dist/translations/he/web.json +5 -7
- package/dist/translations/pt/cli.json +17 -17
- package/dist/translations/pt/tui.json +2 -2
- package/dist/translations/pt/web.json +5 -7
- package/dist/translations/ru/cli.json +17 -17
- package/dist/translations/ru/tui.json +2 -2
- package/dist/translations/ru/web.json +5 -7
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +5 -5
- package/web/.next/fallback-build-manifest.json +3 -3
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +1 -1
- package/web/.next/required-server-files.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/chat/page.js +1 -2
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/create/page.js +1 -2
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/page.js +1 -2
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error/page/build-manifest.json +2 -2
- package/web/.next/server/app/_global-error.html +1 -1
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/build-manifest.json +2 -2
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/_not-found/page.js +1 -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/attachments/upload-from-path/route.js +1 -1
- package/web/.next/server/app/api/attachments/upload-from-path/route.js.nft.json +1 -1
- package/web/.next/server/app/api/dialog/pick-files/route.js.nft.json +1 -1
- package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
- package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
- package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
- package/web/.next/server/app/settings/page/build-manifest.json +2 -2
- package/web/.next/server/app/settings/page/server-reference-manifest.json +18 -42
- package/web/.next/server/app/settings/page.js +2 -3
- package/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/build-manifest.json +2 -2
- package/web/.next/server/app/skills/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/skills/page.js +2 -2
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/build-manifest.json +2 -2
- package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/tools/page.js +2 -2
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/build-manifest.json +2 -2
- package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/version/page.js +1 -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]__0.2exzi._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__02xmnal._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__04jjtl_._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__07suer1._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__09118p2._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0ip_e1x._.js.map +1 -1
- package/web/.next/server/chunks/{[root-of-the-server]__0l1p8bx._.js → [root-of-the-server]__0ob3z53._.js} +2 -2
- package/web/.next/server/chunks/{[root-of-the-server]__0l1p8bx._.js.map → [root-of-the-server]__0ob3z53._.js.map} +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0tb~wwk._.js +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js.map +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js +2 -2
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js.map +1 -1
- package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js +1 -1
- package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js.map +1 -1
- package/web/.next/server/chunks/ssr/11es_next_dist_0e36~wi._.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js.map +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0_ag.8y._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0frgz11._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0frgz11._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0pti1a3._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0pti1a3._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0qh.wn.._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0yky~xo._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0yky~xo._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11dc42t._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11dc42t._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_09g41d0._.js +1 -1
- package/web/.next/server/chunks/ssr/_0__4si~._.js +4 -0
- package/web/.next/server/chunks/ssr/_0__4si~._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0_m17kl._.js +4 -0
- package/web/.next/server/chunks/ssr/_0_m17kl._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0d-pkk0._.js +1 -1
- package/web/.next/server/chunks/ssr/_0d4miu.._.js +4 -0
- package/web/.next/server/chunks/ssr/_0d4miu.._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0e5cv3q._.js +1 -1
- package/web/.next/server/chunks/ssr/_0e5cv3q._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0e8ern9._.js +4 -0
- package/web/.next/server/chunks/ssr/_0e8ern9._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0ez.1o4._.js +1 -1
- package/web/.next/server/chunks/ssr/_0ez.1o4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_0_rw~d1._.js → _0f6z9wx._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_0_rw~d1._.js.map → _0f6z9wx._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_0hovej-._.js +6 -0
- package/web/.next/server/chunks/ssr/_0hovej-._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0p3zs6p._.js +3 -0
- package/web/.next/server/chunks/ssr/_0p3zs6p._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0qpq3xl._.js +3 -0
- package/web/.next/server/chunks/ssr/_0qpq3xl._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0r.3n~3._.js +4 -0
- package/web/.next/server/chunks/ssr/_0r.3n~3._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_0didmia._.js → _0rwm4wq._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_0didmia._.js.map → _0rwm4wq._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_01mq~sm._.js → _0sgeiju._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_01mq~sm._.js.map → _0sgeiju._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_0t59q8r._.js +4 -0
- package/web/.next/server/chunks/ssr/_0t59q8r._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_0cmq7cz._.js → _0utxfz5._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_0cmq7cz._.js.map → _0utxfz5._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_0v.yfmg._.js +1 -1
- package/web/.next/server/chunks/ssr/_0v.yfmg._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0w-_hww._.js +1 -1
- package/web/.next/server/chunks/ssr/_0w-_hww._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0zk-h5w._.js +4 -0
- package/web/.next/server/chunks/ssr/_0zk-h5w._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0~ev6dw._.js +6 -0
- package/web/.next/server/chunks/ssr/_0~ev6dw._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_1161g9x._.js +4 -0
- package/web/.next/server/chunks/ssr/_1161g9x._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_11kuznh._.js +1 -1
- package/web/.next/server/chunks/ssr/_11kuznh._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_13euo-f._.js +1 -1
- package/web/.next/server/chunks/ssr/_13euo-f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js.map +1 -1
- package/web/.next/server/edge/chunks/0pax_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js +3 -0
- package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js.map +1 -0
- package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js +3 -0
- package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js.map +1 -0
- package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js +11 -0
- package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js.map +1 -0
- package/web/.next/server/functions-config-manifest.json +1 -11
- package/web/.next/server/middleware/middleware-manifest.json +27 -1
- package/web/.next/server/middleware-build-manifest.js +5 -5
- package/web/.next/server/middleware-manifest.json +32 -2
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +56 -80
- package/web/.next/static/chunks/{0~er~22zwvx0i.js → 0.hbng76i27nw.js} +1 -1
- package/web/.next/static/chunks/{0hfrrtui07454.js → 02833lnol2gx-.js} +1 -1
- package/web/.next/static/chunks/{0f2uwlgu6_ke9.js → 02b0d-jfu0-6d.js} +1 -1
- package/web/.next/static/chunks/{0vumtm-.qy4jj.js → 02t~w.m0crz53.js} +1 -1
- package/web/.next/static/chunks/{08iuksm8rvb09.js → 0bdtgeoys8bq..js} +1 -1
- package/web/.next/static/chunks/{16igrl-x.arjm.js → 0cj-x42guhnqx.js} +1 -1
- package/web/.next/static/chunks/0dr6q94jmx86b.css +1 -0
- package/web/.next/static/chunks/0gxp_yp8ssvve.js +1 -0
- package/web/.next/static/chunks/{0h4b8hqv3nx5k.js → 0i8.i3jieogv5.js} +2 -2
- package/web/.next/static/chunks/{0os~x74548~2v.js → 0po0ue~fgonw1.js} +2 -2
- package/web/.next/static/chunks/{15m2wfd5k_7fj.js → 0rnvcu2blaow4.js} +1 -1
- package/web/.next/static/chunks/0tfdphimjl5ye.js +1 -0
- package/web/.next/static/chunks/{0wmckrtphfa12.js → 0vlx6s5d1~d-w.js} +1 -1
- package/web/.next/static/chunks/0w6qjg_fyb4vv.js +1 -0
- package/web/.next/static/chunks/{06i0jbwvsh9dt.js → 0z1yhd4ri2_hl.js} +1 -1
- package/web/.next/static/chunks/0z5-igp~i~aiw.js +3 -0
- package/web/.next/static/chunks/{03~v6v2nap7mo.js → 10dvor.6l1cmy.js} +1 -1
- package/web/.next/static/chunks/{0riti1bs-erm~.js → 13xg0bjtuso~r.js} +1 -1
- package/web/.next/static/chunks/{0blwygqw94n06.js → 14kxnhot63qht.js} +1 -1
- package/web/.next/static/chunks/{turbopack-0ve8f54_veg.u.js → turbopack-0tcz030eo3-6l.js} +1 -1
- package/web/.next/static/{iVeg_0a4LmR6dgTlRNfbG → tAEzEEsC14Bdgtrc-RPtH}/_clientMiddlewareManifest.js +1 -1
- package/web/public/favicon-dark.svg +6 -0
- package/web/public/favicon-light.svg +6 -0
- package/web/public/icons/agents/openai.svg +1 -1
- package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts +0 -54
- package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts.map +0 -1
- package/dist/packages/core/src/application/ports/output/services/environment-detector.service.js +0 -8
- package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts +0 -18
- package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts.map +0 -1
- package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.js +0 -40
- package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts +0 -38
- package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/environment-detector.service.js +0 -196
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/bash.json +0 -20
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/codex-cli.json +0 -31
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/fish.json +0 -19
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/powershell.json +0 -24
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zsh.json +0 -19
- package/dist/src/presentation/web/app/actions/get-available-editors.d.ts +0 -14
- package/dist/src/presentation/web/app/actions/get-available-editors.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/get-available-editors.js +0 -24
- package/dist/src/presentation/web/app/actions/get-available-shells.d.ts +0 -14
- package/dist/src/presentation/web/app/actions/get-available-shells.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/get-available-shells.js +0 -22
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.js +0 -8
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/proxy.d.ts.map +0 -1
- package/web/.next/server/chunks/[externals]__11vad82._.js +0 -3
- package/web/.next/server/chunks/[externals]__11vad82._.js.map +0 -1
- package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js +0 -20
- package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js.map +0 -1
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js +0 -3
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js.map +0 -1
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js +0 -3
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js.map +0 -1
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js +0 -3
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__01~y8wi._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__01~y8wi._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0np51e2._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0np51e2._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0uxn6-j._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0uxn6-j._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0~h382a._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0~h382a._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0jpbsh_._.js +0 -4
- package/web/.next/server/chunks/ssr/_0jpbsh_._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0n.xy38._.js +0 -3
- package/web/.next/server/chunks/ssr/_0n.xy38._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0rvaoj4._.js +0 -3
- package/web/.next/server/chunks/ssr/_0rvaoj4._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js +0 -5
- package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js +0 -5
- package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js.map +0 -1
- package/web/.next/server/middleware.js +0 -5
- package/web/.next/server/middleware.js.map +0 -5
- package/web/.next/server/middleware.js.nft.json +0 -1
- package/web/.next/static/chunks/0.sym6jfj6grq.js +0 -3
- package/web/.next/static/chunks/020evfj~hwo.y.js +0 -1
- package/web/.next/static/chunks/03ot13wr2b66m.js +0 -1
- package/web/.next/static/chunks/0r5dju6f1-i38.css +0 -1
- package/web/.next/static/chunks/0s_bs2xnidmdu.js +0 -1
- package/web/public/apple-touch-icon.png +0 -0
- package/web/public/favicon-32x32.png +0 -0
- package/web/public/icon-192.png +0 -0
- package/web/public/icon-512.png +0 -0
- package/web/public/shipit-brain.png +0 -0
- package/web/public/shipit-icon.svg +0 -68
- package/web/public/shipit-logo.png +0 -0
- /package/web/.next/static/{iVeg_0a4LmR6dgTlRNfbG → tAEzEEsC14Bdgtrc-RPtH}/_buildManifest.js +0 -0
- /package/web/.next/static/{iVeg_0a4LmR6dgTlRNfbG → tAEzEEsC14Bdgtrc-RPtH}/_ssgManifest.js +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* restart Command
|
|
3
3
|
*
|
|
4
|
-
* Gracefully restarts the
|
|
5
|
-
* starts it instead. Accepts an optional --port flag (parity with
|
|
4
|
+
* Gracefully restarts the Shep web UI daemon. If the daemon is not running,
|
|
5
|
+
* starts it instead. Accepts an optional --port flag (parity with shep start).
|
|
6
6
|
*
|
|
7
|
-
* Usage:
|
|
7
|
+
* Usage: shep restart [--port <number>]
|
|
8
8
|
*/
|
|
9
9
|
import { Command } from 'commander';
|
|
10
10
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* restart Command
|
|
3
3
|
*
|
|
4
|
-
* Gracefully restarts the
|
|
5
|
-
* starts it instead. Accepts an optional --port flag (parity with
|
|
4
|
+
* Gracefully restarts the Shep web UI daemon. If the daemon is not running,
|
|
5
|
+
* starts it instead. Accepts an optional --port flag (parity with shep start).
|
|
6
6
|
*
|
|
7
|
-
* Usage:
|
|
7
|
+
* Usage: shep restart [--port <number>]
|
|
8
8
|
*/
|
|
9
9
|
import { Command, InvalidArgumentError } from 'commander';
|
|
10
10
|
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
@@ -29,8 +29,8 @@ export function createRestartCommand() {
|
|
|
29
29
|
.option('-p, --port <number>', t('cli:commands.restart.portOption'), parsePort)
|
|
30
30
|
.addHelpText('after', `
|
|
31
31
|
Examples:
|
|
32
|
-
$
|
|
33
|
-
$
|
|
32
|
+
$ shep restart Restart (or start) on default port
|
|
33
|
+
$ shep restart --port 8080 Restart on custom port`)
|
|
34
34
|
.action(async (options) => {
|
|
35
35
|
const daemonService = container.resolve('IDaemonService');
|
|
36
36
|
const state = await daemonService.read();
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Runs an AI agent workflow against a repository.
|
|
5
5
|
*
|
|
6
|
-
* Usage:
|
|
6
|
+
* Usage: shep run <agent-name> [options]
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
|
-
* $
|
|
10
|
-
* $
|
|
11
|
-
* $
|
|
12
|
-
* $
|
|
9
|
+
* $ shep run analyze-repository
|
|
10
|
+
* $ shep run analyze-repository --prompt "Focus on security"
|
|
11
|
+
* $ shep run analyze-repository --repo /path/to/repo
|
|
12
|
+
* $ shep run analyze-repository --stream
|
|
13
13
|
*/
|
|
14
14
|
import { Command } from 'commander';
|
|
15
15
|
/**
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Runs an AI agent workflow against a repository.
|
|
5
5
|
*
|
|
6
|
-
* Usage:
|
|
6
|
+
* Usage: shep run <agent-name> [options]
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
|
-
* $
|
|
10
|
-
* $
|
|
11
|
-
* $
|
|
12
|
-
* $
|
|
9
|
+
* $ shep run analyze-repository
|
|
10
|
+
* $ shep run analyze-repository --prompt "Focus on security"
|
|
11
|
+
* $ shep run analyze-repository --repo /path/to/repo
|
|
12
|
+
* $ shep run analyze-repository --stream
|
|
13
13
|
*/
|
|
14
14
|
import { Command } from 'commander';
|
|
15
15
|
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* agent provider CLI sessions.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
8
|
+
* shep session [subcommand]
|
|
9
9
|
*
|
|
10
10
|
* Subcommands:
|
|
11
|
-
*
|
|
12
|
-
*
|
|
11
|
+
* shep session ls List agent provider CLI sessions
|
|
12
|
+
* shep session show <id> Display details of a specific session
|
|
13
13
|
*/
|
|
14
14
|
import { Command } from 'commander';
|
|
15
15
|
/**
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* agent provider CLI sessions.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
8
|
+
* shep session [subcommand]
|
|
9
9
|
*
|
|
10
10
|
* Subcommands:
|
|
11
|
-
*
|
|
12
|
-
*
|
|
11
|
+
* shep session ls List agent provider CLI sessions
|
|
12
|
+
* shep session show <id> Display details of a specific session
|
|
13
13
|
*/
|
|
14
14
|
import { Command } from 'commander';
|
|
15
15
|
import { createLsCommand } from './ls.command.js';
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
* Sessions are grouped by project path and sorted by last activity within each group.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
8
|
+
* shep session ls
|
|
9
|
+
* shep session ls --claude-code
|
|
10
|
+
* shep session ls --cursor-cli
|
|
11
|
+
* shep session ls --gemini-cli
|
|
12
|
+
* shep session ls --limit 10
|
|
13
|
+
* shep session ls --flat
|
|
14
14
|
*/
|
|
15
15
|
import { Command } from 'commander';
|
|
16
16
|
import type { AgentSession } from '../../../../../packages/core/src/domain/generated/output.js';
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
* Sessions are grouped by project path and sorted by last activity within each group.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
8
|
+
* shep session ls
|
|
9
|
+
* shep session ls --claude-code
|
|
10
|
+
* shep session ls --cursor-cli
|
|
11
|
+
* shep session ls --gemini-cli
|
|
12
|
+
* shep session ls --limit 10
|
|
13
|
+
* shep session ls --flat
|
|
14
14
|
*/
|
|
15
15
|
import { Command } from 'commander';
|
|
16
16
|
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* tool usage stats, and conversation messages.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
8
|
+
* shep session show <id>
|
|
9
|
+
* shep session show <id> --messages 50
|
|
10
|
+
* shep session show <id> --claude-code
|
|
11
11
|
*/
|
|
12
12
|
import { Command } from 'commander';
|
|
13
13
|
export declare function createShowCommand(): Command;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* tool usage stats, and conversation messages.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
8
|
+
* shep session show <id>
|
|
9
|
+
* shep session show <id> --messages 50
|
|
10
|
+
* shep session show <id> --claude-code
|
|
11
11
|
*/
|
|
12
12
|
import { Command } from 'commander';
|
|
13
13
|
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Agent Configuration Command
|
|
3
3
|
*
|
|
4
|
-
* Configures the AI coding agent used by
|
|
4
|
+
* Configures the AI coding agent used by Shep for all LLM-powered operations.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
7
|
+
* shep settings agent # Interactive wizard
|
|
8
|
+
* shep settings agent --agent claude-code --auth session # Non-interactive
|
|
9
|
+
* shep settings agent --agent claude-code --auth token --token sk-xxx # Token auth
|
|
10
10
|
*/
|
|
11
11
|
import { Command } from 'commander';
|
|
12
12
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Agent Configuration Command
|
|
3
3
|
*
|
|
4
|
-
* Configures the AI coding agent used by
|
|
4
|
+
* Configures the AI coding agent used by Shep for all LLM-powered operations.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
7
|
+
* shep settings agent # Interactive wizard
|
|
8
|
+
* shep settings agent --agent claude-code --auth session # Non-interactive
|
|
9
|
+
* shep settings agent --agent claude-code --auth token --token sk-xxx # Token auth
|
|
10
10
|
*/
|
|
11
11
|
import { Command } from 'commander';
|
|
12
12
|
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
@@ -26,9 +26,9 @@ export function createAgentCommand() {
|
|
|
26
26
|
.option('--token <key>', getCliI18n().t('cli:commands.settings.agent.tokenOption'))
|
|
27
27
|
.addHelpText('after', `
|
|
28
28
|
Examples:
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
29
|
+
$ shep settings agent Interactive wizard
|
|
30
|
+
$ shep settings agent --agent claude-code --auth session Non-interactive
|
|
31
|
+
$ shep settings agent --agent claude-code --auth token --token sk-xxx Token auth`)
|
|
32
32
|
.action(async (options) => {
|
|
33
33
|
try {
|
|
34
34
|
const isNonInteractive = options.agent !== undefined;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* IDE Configuration Command
|
|
3
3
|
*
|
|
4
|
-
* Configures the preferred IDE/editor used by
|
|
4
|
+
* Configures the preferred IDE/editor used by Shep.
|
|
5
5
|
* Valid editors are derived dynamically from JSON tool metadata.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
9
|
-
*
|
|
8
|
+
* shep settings ide # Interactive selection
|
|
9
|
+
* shep settings ide --editor cursor # Non-interactive
|
|
10
10
|
*/
|
|
11
11
|
import { Command } from 'commander';
|
|
12
12
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* IDE Configuration Command
|
|
3
3
|
*
|
|
4
|
-
* Configures the preferred IDE/editor used by
|
|
4
|
+
* Configures the preferred IDE/editor used by Shep.
|
|
5
5
|
* Valid editors are derived dynamically from JSON tool metadata.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
9
|
-
*
|
|
8
|
+
* shep settings ide # Interactive selection
|
|
9
|
+
* shep settings ide --editor cursor # Non-interactive
|
|
10
10
|
*/
|
|
11
11
|
import { Command } from 'commander';
|
|
12
12
|
import { select } from '@inquirer/prompts';
|
|
@@ -30,9 +30,9 @@ export function createIdeCommand() {
|
|
|
30
30
|
}))
|
|
31
31
|
.addHelpText('after', `
|
|
32
32
|
Examples:
|
|
33
|
-
$
|
|
34
|
-
$
|
|
35
|
-
$
|
|
33
|
+
$ shep settings ide Interactive selection
|
|
34
|
+
$ shep settings ide --editor cursor Non-interactive
|
|
35
|
+
$ shep settings ide --editor antigravity Set Google Antigravity`)
|
|
36
36
|
.action(async (options) => {
|
|
37
37
|
try {
|
|
38
38
|
let editorValue;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Settings Command Group
|
|
3
3
|
*
|
|
4
|
-
* Provides subcommands for managing
|
|
5
|
-
* Running `
|
|
4
|
+
* Provides subcommands for managing Shep global settings.
|
|
5
|
+
* Running `shep settings` with no subcommand launches the full setup wizard.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
8
|
+
* shep settings # Launch full setup wizard (agent + IDE + workflow)
|
|
9
|
+
* shep settings show # Display current settings
|
|
10
|
+
* shep settings init # Initialize settings to defaults
|
|
11
|
+
* shep settings agent # Configure AI coding agent
|
|
12
|
+
* shep settings ide # Configure preferred IDE
|
|
13
|
+
* shep settings workflow # Configure workflow defaults
|
|
14
|
+
* shep settings model # Configure default LLM model
|
|
15
|
+
* shep settings language # Configure display language
|
|
16
16
|
*/
|
|
17
17
|
import { Command } from 'commander';
|
|
18
18
|
/**
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Settings Command Group
|
|
3
3
|
*
|
|
4
|
-
* Provides subcommands for managing
|
|
5
|
-
* Running `
|
|
4
|
+
* Provides subcommands for managing Shep global settings.
|
|
5
|
+
* Running `shep settings` with no subcommand launches the full setup wizard.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
8
|
+
* shep settings # Launch full setup wizard (agent + IDE + workflow)
|
|
9
|
+
* shep settings show # Display current settings
|
|
10
|
+
* shep settings init # Initialize settings to defaults
|
|
11
|
+
* shep settings agent # Configure AI coding agent
|
|
12
|
+
* shep settings ide # Configure preferred IDE
|
|
13
|
+
* shep settings workflow # Configure workflow defaults
|
|
14
|
+
* shep settings model # Configure default LLM model
|
|
15
|
+
* shep settings language # Configure display language
|
|
16
16
|
*/
|
|
17
17
|
import { Command } from 'commander';
|
|
18
18
|
import { createShowCommand } from './show.command.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Init Settings Command
|
|
3
3
|
*
|
|
4
|
-
* Re-initializes
|
|
4
|
+
* Re-initializes Shep settings to defaults with confirmation prompt.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
8
|
-
*
|
|
7
|
+
* shep settings init # Prompt for confirmation
|
|
8
|
+
* shep settings init --force # Skip confirmation
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
11
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Init Settings Command
|
|
3
3
|
*
|
|
4
|
-
* Re-initializes
|
|
4
|
+
* Re-initializes Shep settings to defaults with confirmation prompt.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
8
|
-
*
|
|
7
|
+
* shep settings init # Prompt for confirmation
|
|
8
|
+
* shep settings init --force # Skip confirmation
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
11
|
import { createInterface } from 'node:readline';
|
|
@@ -46,9 +46,9 @@ export function createInitCommand() {
|
|
|
46
46
|
.option('-f, --force', getCliI18n().t('cli:commands.settings.init.forceOption'))
|
|
47
47
|
.addHelpText('after', `
|
|
48
48
|
Examples:
|
|
49
|
-
$
|
|
50
|
-
$
|
|
51
|
-
$
|
|
49
|
+
$ shep settings init Prompt for confirmation before reset
|
|
50
|
+
$ shep settings init --force Reset settings without prompting
|
|
51
|
+
$ shep settings init -f Same as --force (short flag)`)
|
|
52
52
|
.action(async (options) => {
|
|
53
53
|
try {
|
|
54
54
|
if (!options.force) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Language Configuration Command
|
|
3
3
|
*
|
|
4
|
-
* Configures the display language used by the
|
|
4
|
+
* Configures the display language used by the Shep CLI and Web UI.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
7
|
+
* shep settings language # Interactive language picker
|
|
8
8
|
*/
|
|
9
9
|
import { Command } from 'commander';
|
|
10
10
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Language Configuration Command
|
|
3
3
|
*
|
|
4
|
-
* Configures the display language used by the
|
|
4
|
+
* Configures the display language used by the Shep CLI and Web UI.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
7
|
+
* shep settings language # Interactive language picker
|
|
8
8
|
*/
|
|
9
9
|
import { Command } from 'commander';
|
|
10
10
|
import { select } from '@inquirer/prompts';
|
|
@@ -39,7 +39,7 @@ export function createLanguageCommand() {
|
|
|
39
39
|
.description(t('cli:commands.settings.language.description'))
|
|
40
40
|
.addHelpText('after', `
|
|
41
41
|
Examples:
|
|
42
|
-
$
|
|
42
|
+
$ shep settings language Interactive language picker`)
|
|
43
43
|
.action(async () => {
|
|
44
44
|
try {
|
|
45
45
|
const settings = getSettings();
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Configures the default LLM model used for feature runs.
|
|
5
5
|
* The command resolves the list of supported models from the configured agent
|
|
6
|
-
* and presents an interactive prompt — no
|
|
6
|
+
* and presents an interactive prompt — no Shep-side validation against
|
|
7
7
|
* the advertised list, as users may enter newly released identifiers.
|
|
8
8
|
*
|
|
9
9
|
* Usage:
|
|
10
|
-
*
|
|
10
|
+
* shep settings model # Interactive model picker
|
|
11
11
|
*/
|
|
12
12
|
import { Command } from 'commander';
|
|
13
13
|
/**
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Configures the default LLM model used for feature runs.
|
|
5
5
|
* The command resolves the list of supported models from the configured agent
|
|
6
|
-
* and presents an interactive prompt — no
|
|
6
|
+
* and presents an interactive prompt — no Shep-side validation against
|
|
7
7
|
* the advertised list, as users may enter newly released identifiers.
|
|
8
8
|
*
|
|
9
9
|
* Usage:
|
|
10
|
-
*
|
|
10
|
+
* shep settings model # Interactive model picker
|
|
11
11
|
*/
|
|
12
12
|
import { Command } from 'commander';
|
|
13
13
|
import { select } from '@inquirer/prompts';
|
|
@@ -24,7 +24,7 @@ export function createModelCommand() {
|
|
|
24
24
|
.description(getCliI18n().t('cli:commands.settings.model.description'))
|
|
25
25
|
.addHelpText('after', `
|
|
26
26
|
Examples:
|
|
27
|
-
$
|
|
27
|
+
$ shep settings model Interactive model picker`)
|
|
28
28
|
.action(async () => {
|
|
29
29
|
try {
|
|
30
30
|
const factory = container.resolve('IAgentExecutorFactory');
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Show Settings Command
|
|
3
3
|
*
|
|
4
|
-
* Displays current
|
|
4
|
+
* Displays current Shipit AI settings with multiple output format support.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
7
|
+
* shep settings show # Display as table (default)
|
|
8
|
+
* shep settings show --output json # Display as JSON
|
|
9
|
+
* shep settings show -o yaml # Display as YAML
|
|
10
10
|
*/
|
|
11
11
|
import { Command } from 'commander';
|
|
12
12
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Show Settings Command
|
|
3
3
|
*
|
|
4
|
-
* Displays current
|
|
4
|
+
* Displays current Shipit AI settings with multiple output format support.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
7
|
+
* shep settings show # Display as table (default)
|
|
8
|
+
* shep settings show --output json # Display as JSON
|
|
9
|
+
* shep settings show -o yaml # Display as YAML
|
|
10
10
|
*/
|
|
11
11
|
import { Command, Option } from 'commander';
|
|
12
12
|
import { OutputFormatter } from '../../ui/output.js';
|
|
@@ -26,9 +26,9 @@ export function createShowCommand() {
|
|
|
26
26
|
.default('table'))
|
|
27
27
|
.addHelpText('after', `
|
|
28
28
|
Examples:
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
29
|
+
$ shep settings show Display settings as table
|
|
30
|
+
$ shep settings show --output json Display settings as JSON
|
|
31
|
+
$ shep settings show -o yaml Display settings as YAML`)
|
|
32
32
|
.action((options) => {
|
|
33
33
|
try {
|
|
34
34
|
const settings = getSettings();
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* Configures default approval gates, push, and PR behavior for new features.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
7
|
+
* shep settings workflow # Interactive checkbox wizard
|
|
8
|
+
* shep settings workflow --allow-prd --push # Non-interactive (set specific flags)
|
|
9
|
+
* shep settings workflow --allow-all --pr # Enable all gates + PR
|
|
10
10
|
*/
|
|
11
11
|
import { Command } from 'commander';
|
|
12
12
|
/**
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* Configures default approval gates, push, and PR behavior for new features.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
7
|
+
* shep settings workflow # Interactive checkbox wizard
|
|
8
|
+
* shep settings workflow --allow-prd --push # Non-interactive (set specific flags)
|
|
9
|
+
* shep settings workflow --allow-all --pr # Enable all gates + PR
|
|
10
10
|
*/
|
|
11
11
|
import { Command } from 'commander';
|
|
12
12
|
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
@@ -31,9 +31,9 @@ export function createWorkflowCommand() {
|
|
|
31
31
|
.option('--no-pr', getCliI18n().t('cli:commands.settings.workflow.noPrOption'))
|
|
32
32
|
.addHelpText('after', `
|
|
33
33
|
Examples:
|
|
34
|
-
$
|
|
35
|
-
$
|
|
36
|
-
$
|
|
34
|
+
$ shep settings workflow Interactive wizard
|
|
35
|
+
$ shep settings workflow --allow-prd --push Set specific flags
|
|
36
|
+
$ shep settings workflow --allow-all --pr Full autonomous mode`)
|
|
37
37
|
.action(async (options) => {
|
|
38
38
|
try {
|
|
39
39
|
const hasFlags = options.allowPrd !== undefined ||
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* start Command
|
|
3
3
|
*
|
|
4
|
-
* Starts the
|
|
4
|
+
* Starts the Shep web UI as a detached background daemon.
|
|
5
5
|
* All spawn logic lives in the shared startDaemon() helper to avoid
|
|
6
|
-
* duplication between this command and the default `
|
|
6
|
+
* duplication between this command and the default `shep` action.
|
|
7
7
|
*
|
|
8
|
-
* Usage:
|
|
8
|
+
* Usage: shep start [--port <number>]
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
11
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* start Command
|
|
3
3
|
*
|
|
4
|
-
* Starts the
|
|
4
|
+
* Starts the Shep web UI as a detached background daemon.
|
|
5
5
|
* All spawn logic lives in the shared startDaemon() helper to avoid
|
|
6
|
-
* duplication between this command and the default `
|
|
6
|
+
* duplication between this command and the default `shep` action.
|
|
7
7
|
*
|
|
8
|
-
* Usage:
|
|
8
|
+
* Usage: shep start [--port <number>]
|
|
9
9
|
*/
|
|
10
10
|
import { Command, InvalidArgumentError } from 'commander';
|
|
11
11
|
import { startDaemon } from './daemon/start-daemon.js';
|
|
@@ -27,8 +27,8 @@ export function createStartCommand() {
|
|
|
27
27
|
.option('-p, --port <number>', t('cli:commands.start.portOption'), parsePort)
|
|
28
28
|
.addHelpText('after', `
|
|
29
29
|
Examples:
|
|
30
|
-
$
|
|
31
|
-
$
|
|
30
|
+
$ shep start Start on default port (4050)
|
|
31
|
+
$ shep start --port 8080 Start on custom port`)
|
|
32
32
|
.action(async (options) => {
|
|
33
33
|
await startDaemon({ port: options.port });
|
|
34
34
|
});
|