@shepai/cli 1.171.0-pr527.e2ee839 → 1.172.0-pr528.108a424
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/AgentType.yaml +1 -0
- package/apis/json-schema/Settings.yaml +0 -3
- package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts +1 -15
- package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts +1 -3
- package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/ports/output/services/github-repository-service.interface.d.ts +0 -38
- package/dist/packages/core/src/application/ports/output/services/github-repository-service.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/ports/output/services/github-repository-service.interface.js +0 -9
- package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts +0 -11
- package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.js +0 -2
- package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.js +0 -2
- package/dist/packages/core/src/application/use-cases/features/check-and-unblock-features.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/check-and-unblock-features.use-case.js +0 -2
- package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.js +0 -1
- package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.js +0 -2
- package/dist/packages/core/src/application/use-cases/features/start-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/start-feature.use-case.js +0 -2
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -1
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.js +1 -5
- package/dist/packages/core/src/domain/generated/output.d.ts +1 -259
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
- package/dist/packages/core/src/domain/generated/output.js +1 -43
- package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/container.js +3 -57
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -3
- 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 +0 -14
- 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 +3 -12
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.js +23 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.js +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts +0 -2
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.js +0 -12
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/copilot-cli-executor.service.d.ts +63 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/copilot-cli-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/copilot-cli-executor.service.js +494 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/fast-feature-agent-graph.d.ts +0 -10
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/fast-feature-agent-graph.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +0 -34
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts +1 -3
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +1 -7
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +1 -3
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.js +1 -32
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +0 -19
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts +1 -4
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.js +0 -10
- package/dist/packages/core/src/infrastructure/services/external/github-repository.service.d.ts +1 -10
- package/dist/packages/core/src/infrastructure/services/external/github-repository.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/external/github-repository.service.js +1 -101
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts +0 -1
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.js +0 -61
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/codex.json +32 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/copilot.json +32 -0
- package/dist/src/presentation/cli/index.js +0 -2
- package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts.map +1 -1
- package/dist/src/presentation/tui/prompts/agent-select.prompt.js +5 -0
- 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 +18 -0
- package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/get-all-agent-models.js +4 -2
- package/dist/src/presentation/web/app/build-graph-nodes.d.ts +1 -3
- package/dist/src/presentation/web/app/build-graph-nodes.d.ts.map +1 -1
- package/dist/src/presentation/web/app/build-graph-nodes.js +0 -2
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.js +2 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.js +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +1 -3
- 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.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node.js +1 -2
- package/dist/src/presentation/web/components/common/repo-group/repo-group.js +1 -1
- package/dist/src/presentation/web/components/common/repository-node/repository-drawer.d.ts +1 -3
- package/dist/src/presentation/web/components/common/repository-node/repository-drawer.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/repository-node/repository-drawer.js +2 -3
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/AgentModelPicker.stories.d.ts +1 -0
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/AgentModelPicker.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/AgentModelPicker.stories.js +7 -0
- package/dist/src/presentation/web/components/features/settings/agent-settings-section.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/agent-settings-section.js +11 -3
- package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.d.ts +1 -0
- package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.js +8 -0
- 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 +3 -16
- package/dist/translations/ar/cli.json +0 -20
- package/dist/translations/ar/tui.json +4 -0
- package/dist/translations/ar/web.json +1 -43
- package/dist/translations/de/cli.json +0 -20
- package/dist/translations/de/tui.json +4 -0
- package/dist/translations/de/web.json +1 -43
- package/dist/translations/en/cli.json +0 -20
- package/dist/translations/en/tui.json +4 -0
- package/dist/translations/en/web.json +1 -43
- package/dist/translations/es/cli.json +0 -20
- package/dist/translations/es/tui.json +4 -0
- package/dist/translations/es/web.json +1 -43
- package/dist/translations/fr/cli.json +0 -20
- package/dist/translations/fr/tui.json +4 -0
- package/dist/translations/fr/web.json +1 -43
- package/dist/translations/he/cli.json +0 -20
- package/dist/translations/he/tui.json +4 -0
- package/dist/translations/he/web.json +1 -43
- package/dist/translations/pt/cli.json +0 -20
- package/dist/translations/pt/tui.json +4 -0
- package/dist/translations/pt/web.json +1 -43
- package/dist/translations/ru/cli.json +0 -20
- package/dist/translations/ru/tui.json +4 -0
- package/dist/translations/ru/web.json +1 -43
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- 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 +2 -2
- package/web/.next/required-server-files.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/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/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/server-reference-manifest.json +38 -38
- 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/server-reference-manifest.json +38 -38
- 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/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/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/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/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/server-reference-manifest.json +38 -38
- 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/server-reference-manifest.json +38 -38
- 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/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/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/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.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 +6 -6
- 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/api/sessions/route.js.nft.json +1 -1
- package/web/.next/server/app/api/sessions-batch/route.js.nft.json +1 -1
- package/web/.next/server/app/features/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/features/page.js.nft.json +1 -1
- package/web/.next/server/app/features/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/settings/page/server-reference-manifest.json +18 -33
- package/web/.next/server/app/settings/page.js +1 -1
- 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 +13 -13
- package/web/.next/server/app/skills/page.js +1 -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/server-reference-manifest.json +11 -11
- package/web/.next/server/app/tools/page.js +1 -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/server-reference-manifest.json +6 -6
- 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/403f9_next_dist_esm_build_templates_app-route_370c43b1.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__c78383b1._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__c78383b1._.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]__1cd4327c._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1cd4327c._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1f389e5d._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1f389e5d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4fb81977._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4fb81977._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6c7d3936._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6c7d3936._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7dcd0917._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7dcd0917._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__92ffd5ee._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__92ffd5ee._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b020c17d._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b020c17d._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b7b96453._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b7b96453._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ba7f5873._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ba7f5873._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c5e09f6f._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c5e09f6f._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fa525872._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fa525872._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_02e01240._.js +4 -0
- package/web/.next/server/chunks/ssr/_02e01240._.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/_18886033._.js +4 -0
- package/web/.next/server/chunks/ssr/_18886033._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_1e08a336._.js +1 -1
- package/web/.next/server/chunks/ssr/_22e00a14._.js +4 -0
- package/web/.next/server/chunks/ssr/_22e00a14._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_ee42a212._.js → _324beb75._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_ee42a212._.js.map → _324beb75._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_43ba79e7._.js +3 -0
- package/web/.next/server/chunks/ssr/_43ba79e7._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_45496654._.js +1 -1
- package/web/.next/server/chunks/ssr/_45496654._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_4cbb7f95._.js +1 -1
- package/web/.next/server/chunks/ssr/_4cbb7f95._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_5119a3df._.js +1 -1
- package/web/.next/server/chunks/ssr/_5119a3df._.js.map +1 -1
- 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/{_767748d2._.js → _5e3cb0a7._.js} +2 -2
- package/web/.next/server/chunks/ssr/_5e3cb0a7._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_a5a5901d._.js +4 -0
- package/web/.next/server/chunks/ssr/_a5a5901d._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_a963dd3c._.js +3 -0
- package/web/.next/server/chunks/ssr/_a963dd3c._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_ad09f271._.js +4 -0
- package/web/.next/server/chunks/ssr/_ad09f271._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_c3f595c6._.js +4 -0
- package/web/.next/server/chunks/ssr/_c3f595c6._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_c9d3f255._.js +3 -0
- package/web/.next/server/chunks/ssr/_c9d3f255._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_df737cce._.js +1 -1
- package/web/.next/server/chunks/ssr/_e3f14907._.js +9 -0
- package/web/.next/server/chunks/ssr/_e3f14907._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_ea9e1556._.js +4 -0
- package/web/.next/server/chunks/ssr/_ea9e1556._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_f1ba9be6._.js +6 -0
- package/web/.next/server/chunks/ssr/_f1ba9be6._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_f33cd07e._.js +6 -0
- package/web/.next/server/chunks/ssr/_f33cd07e._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_f8b45233._.js +4 -0
- package/web/.next/server/chunks/ssr/_f8b45233._.js.map +1 -0
- 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/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
- package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js.map +1 -1
- 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_app_actions_open-ide_ts_baaca5d5._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js.map +1 -1
- 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_skills_8a174cac._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_db9fa0c2._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_db9fa0c2._.js.map +1 -1
- package/web/.next/server/chunks/ssr/translations_23dd5e7e._.js +1 -1
- package/web/.next/server/chunks/ssr/translations_23dd5e7e._.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 +59 -74
- package/web/.next/static/chunks/01d34ca202152b33.js +1 -0
- package/web/.next/static/chunks/120279c82aa8aa25.js +1 -0
- package/web/.next/static/chunks/2e32d8578aace93a.js +1 -0
- package/web/.next/static/chunks/{16fa4d3877c28fe2.js → 41f5bb33ac4f3c7d.js} +1 -1
- package/web/.next/static/chunks/{b9c62932ed987239.js → 43cf78a6c49eb7c1.js} +2 -2
- package/web/.next/static/chunks/4559a403ee40dd19.js +7 -0
- package/web/.next/static/chunks/{a8edb9423086e83f.js → 50b760a2c7ad03d3.js} +1 -1
- package/web/.next/static/chunks/{d1c3e0ee8e788c87.js → 6e10cf4513c1f54f.js} +1 -1
- package/web/.next/static/chunks/{39f6ad3f9005703a.js → 8a486366e2878cbc.js} +1 -1
- package/web/.next/static/chunks/8b0a9cb5109fe899.js +1 -0
- package/web/.next/static/chunks/{9374d251360e808b.js → 947678ada7948442.js} +1 -1
- package/web/.next/static/chunks/{7e05e7e25220ee9a.js → b1b0c8ff51c0c2fc.js} +3 -3
- package/web/.next/static/chunks/b65e555419a0c664.js +1 -0
- package/web/.next/static/chunks/{89dd90bf14488ec0.js → bd55a833b24ee17b.js} +1 -1
- package/web/.next/static/chunks/{e8c3c12f92e9a521.js → c91571264851a71e.js} +3 -3
- package/web/.next/static/chunks/cc832e47f53eb2c3.js +1 -0
- package/web/.next/static/chunks/{fb8dadb64c0ffc6b.js → d5366257d6b9f855.js} +1 -1
- package/web/.next/static/chunks/da504d7f1c40bce1.js +1 -0
- package/web/.next/static/chunks/dcf8bb4389557a76.css +1 -0
- package/web/.next/static/chunks/f8f647baf2e91a9d.js +1 -0
- package/web/public/icons/agents/copilot.svg +12 -0
- package/apis/json-schema/ActionDispositionEntry.yaml +0 -14
- package/apis/json-schema/DependencyFinding.yaml +0 -28
- package/apis/json-schema/DependencyRiskType.yaml +0 -11
- package/apis/json-schema/DependencyRules.yaml +0 -38
- package/apis/json-schema/EffectivePolicySnapshot.yaml +0 -24
- package/apis/json-schema/ReleaseIntegrityCheck.yaml +0 -22
- package/apis/json-schema/ReleaseIntegrityCheckType.yaml +0 -9
- package/apis/json-schema/ReleaseIntegrityResult.yaml +0 -16
- package/apis/json-schema/ReleaseRules.yaml +0 -21
- package/apis/json-schema/SecurityActionCategory.yaml +0 -10
- package/apis/json-schema/SecurityActionDisposition.yaml +0 -8
- package/apis/json-schema/SecurityConfig.yaml +0 -17
- package/apis/json-schema/SecurityEvent.yaml +0 -36
- package/apis/json-schema/SecurityMode.yaml +0 -8
- package/apis/json-schema/SecurityPolicy.yaml +0 -24
- package/apis/json-schema/SecuritySeverity.yaml +0 -9
- package/dist/packages/core/src/application/ports/output/repositories/security-event.repository.interface.d.ts +0 -76
- package/dist/packages/core/src/application/ports/output/repositories/security-event.repository.interface.d.ts.map +0 -1
- package/dist/packages/core/src/application/ports/output/repositories/security-event.repository.interface.js +0 -11
- package/dist/packages/core/src/application/ports/output/services/security-policy-service.interface.d.ts +0 -77
- package/dist/packages/core/src/application/ports/output/services/security-policy-service.interface.d.ts.map +0 -1
- package/dist/packages/core/src/application/ports/output/services/security-policy-service.interface.js +0 -13
- package/dist/packages/core/src/application/use-cases/security/enforce-security.use-case.d.ts +0 -71
- package/dist/packages/core/src/application/use-cases/security/enforce-security.use-case.d.ts.map +0 -1
- package/dist/packages/core/src/application/use-cases/security/enforce-security.use-case.js +0 -215
- package/dist/packages/core/src/application/use-cases/security/evaluate-security-policy.use-case.d.ts +0 -24
- package/dist/packages/core/src/application/use-cases/security/evaluate-security-policy.use-case.d.ts.map +0 -1
- package/dist/packages/core/src/application/use-cases/security/evaluate-security-policy.use-case.js +0 -56
- package/dist/packages/core/src/application/use-cases/security/get-security-state.use-case.d.ts +0 -36
- package/dist/packages/core/src/application/use-cases/security/get-security-state.use-case.d.ts.map +0 -1
- package/dist/packages/core/src/application/use-cases/security/get-security-state.use-case.js +0 -76
- package/dist/packages/core/src/application/use-cases/security/record-security-event.use-case.d.ts +0 -14
- package/dist/packages/core/src/application/use-cases/security/record-security-event.use-case.d.ts.map +0 -1
- package/dist/packages/core/src/application/use-cases/security/record-security-event.use-case.js +0 -46
- package/dist/packages/core/src/domain/errors/security-violation.error.d.ts +0 -15
- package/dist/packages/core/src/domain/errors/security-violation.error.d.ts.map +0 -1
- package/dist/packages/core/src/domain/errors/security-violation.error.js +0 -20
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/security-event.mapper.d.ts +0 -44
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/security-event.mapper.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/security-event.mapper.js +0 -55
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-security-settings-columns.d.ts +0 -18
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-security-settings-columns.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-security-settings-columns.js +0 -31
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/054-create-security-events-table.d.ts +0 -29
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/054-create-security-events-table.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/054-create-security-events-table.js +0 -53
- package/dist/packages/core/src/infrastructure/repositories/sqlite-security-event.repository.d.ts +0 -24
- package/dist/packages/core/src/infrastructure/repositories/sqlite-security-event.repository.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/repositories/sqlite-security-event.repository.js +0 -96
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/security-constraint-validator.d.ts +0 -22
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/security-constraint-validator.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/security-constraint-validator.js +0 -30
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/security-pre-check.d.ts +0 -45
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/security-pre-check.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/security-pre-check.js +0 -70
- package/dist/packages/core/src/infrastructure/services/security/dependency-risk-evaluator.d.ts +0 -53
- package/dist/packages/core/src/infrastructure/services/security/dependency-risk-evaluator.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/security/dependency-risk-evaluator.js +0 -241
- package/dist/packages/core/src/infrastructure/services/security/release-integrity-evaluator.d.ts +0 -44
- package/dist/packages/core/src/infrastructure/services/security/release-integrity-evaluator.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/security/release-integrity-evaluator.js +0 -194
- package/dist/packages/core/src/infrastructure/services/security/security-policy-file-reader.d.ts +0 -28
- package/dist/packages/core/src/infrastructure/services/security/security-policy-file-reader.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/security/security-policy-file-reader.js +0 -50
- package/dist/packages/core/src/infrastructure/services/security/security-policy-validator.d.ts +0 -26
- package/dist/packages/core/src/infrastructure/services/security/security-policy-validator.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/security/security-policy-validator.js +0 -147
- package/dist/packages/core/src/infrastructure/services/security/security-policy.service.d.ts +0 -44
- package/dist/packages/core/src/infrastructure/services/security/security-policy.service.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/security/security-policy.service.js +0 -174
- package/dist/src/presentation/cli/commands/security.command.d.ts +0 -16
- package/dist/src/presentation/cli/commands/security.command.d.ts.map +0 -1
- package/dist/src/presentation/cli/commands/security.command.js +0 -118
- package/dist/src/presentation/web/app/actions/security.d.ts +0 -28
- package/dist/src/presentation/web/app/actions/security.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/security.js +0 -59
- package/dist/src/presentation/web/components/common/repository-node/security-panel.d.ts +0 -6
- package/dist/src/presentation/web/components/common/repository-node/security-panel.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/repository-node/security-panel.js +0 -29
- package/dist/src/presentation/web/components/common/repository-node/security-panel.stories.d.ts +0 -10
- package/dist/src/presentation/web/components/common/repository-node/security-panel.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/repository-node/security-panel.stories.js +0 -53
- package/dist/src/presentation/web/components/common/security-badge.d.ts +0 -7
- package/dist/src/presentation/web/components/common/security-badge.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/security-badge.js +0 -30
- package/dist/src/presentation/web/components/common/security-badge.stories.d.ts +0 -12
- package/dist/src/presentation/web/components/common/security-badge.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/security-badge.stories.js +0 -20
- package/dist/src/presentation/web/components/features/settings/supply-chain-security-settings-section.d.ts +0 -6
- package/dist/src/presentation/web/components/features/settings/supply-chain-security-settings-section.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/settings/supply-chain-security-settings-section.js +0 -60
- package/dist/src/presentation/web/components/features/settings/supply-chain-security-settings-section.stories.d.ts +0 -14
- package/dist/src/presentation/web/components/features/settings/supply-chain-security-settings-section.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/settings/supply-chain-security-settings-section.stories.js +0 -116
- package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_ad0071c9.js +0 -3
- package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_ad0071c9.js.map +0 -1
- package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_90d98b2b.js +0 -3
- package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_90d98b2b.js.map +0 -1
- package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_chat_page_actions_d3828105.js +0 -3
- package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_chat_page_actions_d3828105.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__51ec77a8._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__51ec77a8._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__540c615f._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__540c615f._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__66047a1b._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__66047a1b._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9a9cb046._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9a9cb046._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a2d6c0ac._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a2d6c0ac._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a932cd3a._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a932cd3a._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aa72e794._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aa72e794._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_02580450._.js +0 -3
- package/web/.next/server/chunks/ssr/_02580450._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_1594e369._.js +0 -9
- package/web/.next/server/chunks/ssr/_1594e369._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_21d37090._.js +0 -3
- package/web/.next/server/chunks/ssr/_21d37090._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_767748d2._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_f8c55130._.js +0 -4
- package/web/.next/server/chunks/ssr/_f8c55130._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_ff04802c._.js +0 -3
- package/web/.next/server/chunks/ssr/_ff04802c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_17d39233._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_17d39233._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_54b02639._.js +0 -5
- package/web/.next/server/chunks/ssr/src_presentation_web_54b02639._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_7b7b9e3b._.js +0 -5
- package/web/.next/server/chunks/ssr/src_presentation_web_7b7b9e3b._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_807cba76._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_807cba76._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_90b5e66e.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_90b5e66e.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_4ce30db7.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_4ce30db7.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_e4032193.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_e4032193.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_e1cd1869._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_e1cd1869._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_e3a30e30._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_e3a30e30._.js.map +0 -1
- package/web/.next/static/chunks/051873309d87fb45.css +0 -1
- package/web/.next/static/chunks/23d80bb760e7dc4c.js +0 -1
- package/web/.next/static/chunks/30a0ba9015f94405.js +0 -7
- package/web/.next/static/chunks/3aba9d2242420cb5.js +0 -1
- package/web/.next/static/chunks/7a6f56f37aaa17ea.js +0 -1
- package/web/.next/static/chunks/9423dc2310202fda.js +0 -1
- package/web/.next/static/chunks/a794cf7a1a5648dd.js +0 -1
- package/web/.next/static/chunks/ae81796726a9bba3.js +0 -1
- package/web/.next/static/chunks/f3d5e0ae13def35a.js +0 -1
- package/web/.next/static/chunks/fd232b88b5b50b2e.js +0 -1
- /package/web/.next/static/{t6SUt71jyk_PYf152Imog → S_u3qor6FkwObhA1F2xEj}/_buildManifest.js +0 -0
- /package/web/.next/static/{t6SUt71jyk_PYf152Imog → S_u3qor6FkwObhA1F2xEj}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{t6SUt71jyk_PYf152Imog → S_u3qor6FkwObhA1F2xEj}/_ssgManifest.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
3
|
import { useState, useTransition, useRef, useEffect, useCallback } from 'react';
|
|
4
|
-
import { Check, Bot, Terminal, GitBranch, Activity, Bell, Flag, Database, Globe, Minus, Plus, ExternalLink, Settings2, Timer, MessageSquare, LayoutGrid,
|
|
4
|
+
import { Check, Bot, Terminal, GitBranch, Activity, Bell, Flag, Database, Globe, Minus, Plus, ExternalLink, Settings2, Timer, MessageSquare, LayoutGrid, } from 'lucide-react';
|
|
5
5
|
import { toast } from 'sonner';
|
|
6
6
|
import { useTranslation } from 'react-i18next';
|
|
7
7
|
import { cn } from '../../../lib/utils.js';
|
|
@@ -9,12 +9,11 @@ import { Label } from '../../ui/label.js';
|
|
|
9
9
|
import { Switch } from '../../ui/switch.js';
|
|
10
10
|
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from '../../ui/select.js';
|
|
11
11
|
import { updateSettingsAction } from '../../../app/actions/update-settings.js';
|
|
12
|
-
import { EditorType, Language,
|
|
12
|
+
import { EditorType, Language, TerminalType, } from '../../../../../../packages/core/src/domain/generated/output.js';
|
|
13
13
|
import { getEditorTypeIcon } from '../../common/editor-type-icons.js';
|
|
14
14
|
import { AgentModelPicker } from '../../features/settings/AgentModelPicker/index.js';
|
|
15
15
|
import { LanguageSettingsSection } from '../../features/settings/language-settings-section.js';
|
|
16
16
|
import { TimeoutSlider } from '../../features/settings/timeout-slider.js';
|
|
17
|
-
import { SupplyChainSecuritySettingsSection } from '../../features/settings/supply-chain-security-settings-section.js';
|
|
18
17
|
const EDITOR_OPTIONS = [
|
|
19
18
|
{ value: EditorType.VsCode, label: 'VS Code' },
|
|
20
19
|
{ value: EditorType.Cursor, label: 'Cursor' },
|
|
@@ -32,7 +31,6 @@ const SECTIONS = [
|
|
|
32
31
|
{ id: 'agent', labelKey: 'settings.sections.agent', icon: Bot },
|
|
33
32
|
{ id: 'environment', labelKey: 'settings.sections.environment', icon: Terminal },
|
|
34
33
|
{ id: 'workflow', labelKey: 'settings.sections.workflow', icon: GitBranch },
|
|
35
|
-
{ id: 'security', labelKey: 'settings.sections.security', icon: Shield },
|
|
36
34
|
{ id: 'ci', labelKey: 'settings.sections.ci', icon: Activity },
|
|
37
35
|
{ id: 'stage-timeouts', labelKey: 'settings.sections.timeouts', icon: Timer },
|
|
38
36
|
{ id: 'notifications', labelKey: 'settings.sections.notifications', icon: Bell },
|
|
@@ -442,18 +440,7 @@ export function SettingsPageClient({ settings, shepHome, dbFileSize, availableTe
|
|
|
442
440
|
label: t('settings.workflow.links.pushAndPrFlags'),
|
|
443
441
|
href: 'https://github.com/shep-ai/shep/blob/main/specs/037-feature-pr-push-flags/spec.yaml',
|
|
444
442
|
},
|
|
445
|
-
], children: t('settings.workflow.hint') })] }), _jsxs("div", { id: "section-
|
|
446
|
-
mode: settings.security?.mode ?? SecurityMode.Advisory,
|
|
447
|
-
lastEvaluationAt: settings.security?.lastEvaluationAt ?? null,
|
|
448
|
-
policySource: settings.security?.policySource ?? null,
|
|
449
|
-
recentEvents: [],
|
|
450
|
-
highestSeverityFinding: null,
|
|
451
|
-
} }), _jsx(SectionHint, { links: [
|
|
452
|
-
{
|
|
453
|
-
label: t('settings.security.links.securitySpec'),
|
|
454
|
-
href: 'https://github.com/shep-ai/shep/blob/main/specs/083-supply-chain-security/spec.yaml',
|
|
455
|
-
},
|
|
456
|
-
], children: t('settings.security.hint') })] }), _jsxs("div", { id: "section-ci", className: "grid scroll-mt-18 grid-cols-1 gap-x-5 rounded-lg lg:grid-cols-[1fr_280px]", children: [_jsxs(SettingsSection, { icon: Activity, title: t('settings.ci.title'), description: t('settings.ci.description'), testId: "ci-settings-section", children: [_jsx(SettingsRow, { label: t('settings.ci.maxFixAttempts'), description: t('settings.ci.maxFixAttemptsDescription'), htmlFor: "ci-max-fix", children: _jsx(NumberStepper, { id: "ci-max-fix", testId: "ci-max-fix-input", placeholder: "3", value: ciMaxFix, onChange: setCiMaxFix, onBlur: () => {
|
|
443
|
+
], children: t('settings.workflow.hint') })] }), _jsxs("div", { id: "section-ci", className: "grid scroll-mt-18 grid-cols-1 gap-x-5 rounded-lg lg:grid-cols-[1fr_280px]", children: [_jsxs(SettingsSection, { icon: Activity, title: t('settings.ci.title'), description: t('settings.ci.description'), testId: "ci-settings-section", children: [_jsx(SettingsRow, { label: t('settings.ci.maxFixAttempts'), description: t('settings.ci.maxFixAttemptsDescription'), htmlFor: "ci-max-fix", children: _jsx(NumberStepper, { id: "ci-max-fix", testId: "ci-max-fix-input", placeholder: "3", value: ciMaxFix, onChange: setCiMaxFix, onBlur: () => {
|
|
457
444
|
if (ciMaxFix !== originalCiMaxFix)
|
|
458
445
|
save(buildWorkflowPayload({ ciMaxFix }));
|
|
459
446
|
}, min: 1, max: 10 }) }), _jsx(SettingsRow, { label: t('settings.ci.watchTimeout'), description: t('settings.ci.watchTimeoutDescription'), htmlFor: "ci-timeout", children: _jsx(NumberStepper, { id: "ci-timeout", testId: "ci-timeout-input", placeholder: "300", value: ciTimeout, onChange: setCiTimeout, onBlur: () => {
|
|
@@ -187,26 +187,6 @@
|
|
|
187
187
|
"failedToList": "خطأ في عرض الأدوات: {{error}}"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"security": {
|
|
191
|
-
"description": "Supply-chain security policy management",
|
|
192
|
-
"enforce": {
|
|
193
|
-
"description": "Evaluate repository security posture and enforce policy",
|
|
194
|
-
"repoOption": "Repository path (defaults to current directory)",
|
|
195
|
-
"outputOption": "Output format (table, json, yaml)",
|
|
196
|
-
"passed": "Security enforcement passed",
|
|
197
|
-
"failed": "Security enforcement failed",
|
|
198
|
-
"advisoryNote": "Mode is Advisory — findings are reported but do not block",
|
|
199
|
-
"disabledNote": "Security mode is Disabled — no checks performed",
|
|
200
|
-
"modeLabel": "Mode",
|
|
201
|
-
"sourceLabel": "Source",
|
|
202
|
-
"dependencyFindingsLabel": "Dependency Findings",
|
|
203
|
-
"releaseIntegrityLabel": "Release Integrity",
|
|
204
|
-
"totalFindingsLabel": "Total Findings",
|
|
205
|
-
"governanceFindingsLabel": "GitHub Governance (audit-only)",
|
|
206
|
-
"noFindings": "No findings",
|
|
207
|
-
"failedToEnforce": "Failed to evaluate security posture"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
190
|
"feat": {
|
|
211
191
|
"description": "إدارة الميزات عبر دورة حياة تطوير البرمجيات",
|
|
212
192
|
"new": {
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"name": "Codex CLI",
|
|
16
16
|
"description": "وكيل Codex CLI من OpenAI للطرفية (نماذج GPT)"
|
|
17
17
|
},
|
|
18
|
+
"copilotCli": {
|
|
19
|
+
"name": "Copilot CLI",
|
|
20
|
+
"description": "GitHub Copilot CLI (الإعداد الافتراضي: Claude Sonnet 4.5، يتطلب اشتراك Copilot)"
|
|
21
|
+
},
|
|
18
22
|
"cursor": {
|
|
19
23
|
"name": "Cursor",
|
|
20
24
|
"description": "وكيل البرمجة بالذكاء الاصطناعي Cursor"
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"flags": "العلامات",
|
|
16
16
|
"chat": "المحادثة",
|
|
17
17
|
"layout": "التخطيط",
|
|
18
|
-
"database": "قاعدة البيانات"
|
|
19
|
-
"security": "Security"
|
|
18
|
+
"database": "قاعدة البيانات"
|
|
20
19
|
},
|
|
21
20
|
"language": {
|
|
22
21
|
"title": "اللغة",
|
|
@@ -225,47 +224,6 @@
|
|
|
225
224
|
"swapPositionDescription": "نقل زر المحادثة إلى اليسار وزر الإنشاء إلى اليمين",
|
|
226
225
|
"hint": "يوجد زران عائمان (إنشاء ومحادثة) في الزوايا السفلية لمركز التحكم. قم بتفعيل هذا الخيار لتبديل مواضعهما."
|
|
227
226
|
},
|
|
228
|
-
"security": {
|
|
229
|
-
"title": "Supply Chain Security",
|
|
230
|
-
"sectionTitle": "Supply Chain Security",
|
|
231
|
-
"sectionDescription": "Configure security mode and review policy enforcement findings",
|
|
232
|
-
"mode": "Security mode",
|
|
233
|
-
"modeDescription": "Controls how the policy engine responds to violations",
|
|
234
|
-
"modeDisabled": "Disabled",
|
|
235
|
-
"modeAdvisory": "Advisory",
|
|
236
|
-
"modeEnforce": "Enforce",
|
|
237
|
-
"policySource": "Policy source",
|
|
238
|
-
"policySourceNone": "No policy loaded",
|
|
239
|
-
"lastEvaluation": "Last evaluation",
|
|
240
|
-
"lastEvaluationNever": "Never",
|
|
241
|
-
"recentFindings": "Recent findings",
|
|
242
|
-
"noFindings": "No security findings recorded",
|
|
243
|
-
"runEnforcement": "Run enforcement",
|
|
244
|
-
"running": "Running...",
|
|
245
|
-
"severity": {
|
|
246
|
-
"Low": "Low",
|
|
247
|
-
"Medium": "Medium",
|
|
248
|
-
"High": "High",
|
|
249
|
-
"Critical": "Critical"
|
|
250
|
-
},
|
|
251
|
-
"hint": "Security mode controls how the policy engine handles violations. Advisory mode logs findings without blocking. Enforce mode blocks risky actions and fails builds.",
|
|
252
|
-
"links": {
|
|
253
|
-
"securitySpec": "Security spec"
|
|
254
|
-
},
|
|
255
|
-
"badge": {
|
|
256
|
-
"advisory": "Security: Advisory",
|
|
257
|
-
"enforce": "Security: Enforce",
|
|
258
|
-
"disabled": "Security: Disabled"
|
|
259
|
-
},
|
|
260
|
-
"panel": {
|
|
261
|
-
"title": "Security",
|
|
262
|
-
"governance": "Governance",
|
|
263
|
-
"dependencies": "Dependencies",
|
|
264
|
-
"noFindings": "No security findings",
|
|
265
|
-
"findingsByCategory": "Findings by category",
|
|
266
|
-
"totalFindings": "{{count}} finding(s)"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
227
|
"database": {
|
|
270
228
|
"title": "قاعدة البيانات",
|
|
271
229
|
"description": "مسار قاعدة البيانات وإدارتها",
|
|
@@ -187,26 +187,6 @@
|
|
|
187
187
|
"failedToList": "Fehler beim Auflisten der Tools: {{error}}"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"security": {
|
|
191
|
-
"description": "Supply-chain security policy management",
|
|
192
|
-
"enforce": {
|
|
193
|
-
"description": "Evaluate repository security posture and enforce policy",
|
|
194
|
-
"repoOption": "Repository path (defaults to current directory)",
|
|
195
|
-
"outputOption": "Output format (table, json, yaml)",
|
|
196
|
-
"passed": "Security enforcement passed",
|
|
197
|
-
"failed": "Security enforcement failed",
|
|
198
|
-
"advisoryNote": "Mode is Advisory — findings are reported but do not block",
|
|
199
|
-
"disabledNote": "Security mode is Disabled — no checks performed",
|
|
200
|
-
"modeLabel": "Mode",
|
|
201
|
-
"sourceLabel": "Source",
|
|
202
|
-
"dependencyFindingsLabel": "Dependency Findings",
|
|
203
|
-
"releaseIntegrityLabel": "Release Integrity",
|
|
204
|
-
"totalFindingsLabel": "Total Findings",
|
|
205
|
-
"governanceFindingsLabel": "GitHub Governance (audit-only)",
|
|
206
|
-
"noFindings": "No findings",
|
|
207
|
-
"failedToEnforce": "Failed to evaluate security posture"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
190
|
"feat": {
|
|
211
191
|
"description": "Features durch den SDLC-Lebenszyklus verwalten",
|
|
212
192
|
"new": {
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
"name": "Codex CLI",
|
|
10
10
|
"description": "OpenAI Codex CLI Terminal-Agent (GPT-Modelle)"
|
|
11
11
|
},
|
|
12
|
+
"copilotCli": {
|
|
13
|
+
"name": "Copilot CLI",
|
|
14
|
+
"description": "GitHub Copilot CLI (Standard: Claude Sonnet 4.5, erfordert Copilot-Abonnement)"
|
|
15
|
+
},
|
|
12
16
|
"cursor": { "name": "Cursor", "description": "Cursor KI-Coding-Agent" },
|
|
13
17
|
"devMock": {
|
|
14
18
|
"name": "Dev (Mock)",
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"flags": "Flags",
|
|
16
16
|
"chat": "Chat",
|
|
17
17
|
"layout": "Layout",
|
|
18
|
-
"database": "Datenbank"
|
|
19
|
-
"security": "Security"
|
|
18
|
+
"database": "Datenbank"
|
|
20
19
|
},
|
|
21
20
|
"language": {
|
|
22
21
|
"title": "Sprache",
|
|
@@ -225,47 +224,6 @@
|
|
|
225
224
|
"swapPositionDescription": "Chat-Button nach links und Erstellen-Button nach rechts verschieben",
|
|
226
225
|
"hint": "Die zwei schwebenden Aktionsschaltflächen (Erstellen und Chat) befinden sich in den unteren Ecken des Kontrollzentrums. Aktivieren Sie diese Option, um ihre Positionen zu tauschen."
|
|
227
226
|
},
|
|
228
|
-
"security": {
|
|
229
|
-
"title": "Supply Chain Security",
|
|
230
|
-
"sectionTitle": "Supply Chain Security",
|
|
231
|
-
"sectionDescription": "Configure security mode and review policy enforcement findings",
|
|
232
|
-
"mode": "Security mode",
|
|
233
|
-
"modeDescription": "Controls how the policy engine responds to violations",
|
|
234
|
-
"modeDisabled": "Disabled",
|
|
235
|
-
"modeAdvisory": "Advisory",
|
|
236
|
-
"modeEnforce": "Enforce",
|
|
237
|
-
"policySource": "Policy source",
|
|
238
|
-
"policySourceNone": "No policy loaded",
|
|
239
|
-
"lastEvaluation": "Last evaluation",
|
|
240
|
-
"lastEvaluationNever": "Never",
|
|
241
|
-
"recentFindings": "Recent findings",
|
|
242
|
-
"noFindings": "No security findings recorded",
|
|
243
|
-
"runEnforcement": "Run enforcement",
|
|
244
|
-
"running": "Running...",
|
|
245
|
-
"severity": {
|
|
246
|
-
"Low": "Low",
|
|
247
|
-
"Medium": "Medium",
|
|
248
|
-
"High": "High",
|
|
249
|
-
"Critical": "Critical"
|
|
250
|
-
},
|
|
251
|
-
"hint": "Security mode controls how the policy engine handles violations. Advisory mode logs findings without blocking. Enforce mode blocks risky actions and fails builds.",
|
|
252
|
-
"links": {
|
|
253
|
-
"securitySpec": "Security spec"
|
|
254
|
-
},
|
|
255
|
-
"badge": {
|
|
256
|
-
"advisory": "Security: Advisory",
|
|
257
|
-
"enforce": "Security: Enforce",
|
|
258
|
-
"disabled": "Security: Disabled"
|
|
259
|
-
},
|
|
260
|
-
"panel": {
|
|
261
|
-
"title": "Security",
|
|
262
|
-
"governance": "Governance",
|
|
263
|
-
"dependencies": "Dependencies",
|
|
264
|
-
"noFindings": "No security findings",
|
|
265
|
-
"findingsByCategory": "Findings by category",
|
|
266
|
-
"totalFindings": "{{count}} finding(s)"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
227
|
"database": {
|
|
270
228
|
"title": "Datenbank",
|
|
271
229
|
"description": "Datenbankpfad und -verwaltung",
|
|
@@ -187,26 +187,6 @@
|
|
|
187
187
|
"failedToList": "Error listing tools: {{error}}"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"security": {
|
|
191
|
-
"description": "Supply-chain security policy management",
|
|
192
|
-
"enforce": {
|
|
193
|
-
"description": "Evaluate repository security posture and enforce policy",
|
|
194
|
-
"repoOption": "Repository path (defaults to current directory)",
|
|
195
|
-
"outputOption": "Output format (table, json, yaml)",
|
|
196
|
-
"passed": "Security enforcement passed",
|
|
197
|
-
"failed": "Security enforcement failed",
|
|
198
|
-
"advisoryNote": "Mode is Advisory — findings are reported but do not block",
|
|
199
|
-
"disabledNote": "Security mode is Disabled — no checks performed",
|
|
200
|
-
"modeLabel": "Mode",
|
|
201
|
-
"sourceLabel": "Source",
|
|
202
|
-
"dependencyFindingsLabel": "Dependency Findings",
|
|
203
|
-
"releaseIntegrityLabel": "Release Integrity",
|
|
204
|
-
"totalFindingsLabel": "Total Findings",
|
|
205
|
-
"governanceFindingsLabel": "GitHub Governance (audit-only)",
|
|
206
|
-
"noFindings": "No findings",
|
|
207
|
-
"failedToEnforce": "Failed to evaluate security posture"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
190
|
"feat": {
|
|
211
191
|
"description": "Manage features through the SDLC lifecycle",
|
|
212
192
|
"new": {
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"name": "Codex CLI",
|
|
16
16
|
"description": "OpenAI's Codex CLI terminal agent (GPT models)"
|
|
17
17
|
},
|
|
18
|
+
"copilotCli": {
|
|
19
|
+
"name": "Copilot CLI",
|
|
20
|
+
"description": "GitHub Copilot CLI (Claude Sonnet 4.5 default, requires Copilot subscription)"
|
|
21
|
+
},
|
|
18
22
|
"cursor": {
|
|
19
23
|
"name": "Cursor",
|
|
20
24
|
"description": "Cursor AI coding agent"
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"flags": "Flags",
|
|
16
16
|
"chat": "Chat",
|
|
17
17
|
"layout": "Layout",
|
|
18
|
-
"database": "Database"
|
|
19
|
-
"security": "Security"
|
|
18
|
+
"database": "Database"
|
|
20
19
|
},
|
|
21
20
|
"language": {
|
|
22
21
|
"title": "Language",
|
|
@@ -225,47 +224,6 @@
|
|
|
225
224
|
"swapPositionDescription": "Move the Chat button to the left and the Create button to the right",
|
|
226
225
|
"hint": "The two floating action buttons (Create and Chat) sit in the bottom corners of the control center. Enable this toggle to swap their positions."
|
|
227
226
|
},
|
|
228
|
-
"security": {
|
|
229
|
-
"title": "Supply Chain Security",
|
|
230
|
-
"sectionTitle": "Security",
|
|
231
|
-
"sectionDescription": "Policy-driven supply chain security enforcement",
|
|
232
|
-
"mode": "Security Mode",
|
|
233
|
-
"modeDescription": "Controls how security policy is enforced",
|
|
234
|
-
"modeDisabled": "Disabled",
|
|
235
|
-
"modeAdvisory": "Advisory",
|
|
236
|
-
"modeEnforce": "Enforce",
|
|
237
|
-
"policySource": "Policy Source",
|
|
238
|
-
"policySourceNone": "Settings only",
|
|
239
|
-
"lastEvaluation": "Last Evaluation",
|
|
240
|
-
"lastEvaluationNever": "Never",
|
|
241
|
-
"recentFindings": "Recent Findings",
|
|
242
|
-
"noFindings": "No findings",
|
|
243
|
-
"runEnforcement": "Run Enforcement",
|
|
244
|
-
"running": "Running...",
|
|
245
|
-
"severity": {
|
|
246
|
-
"Low": "Low",
|
|
247
|
-
"Medium": "Medium",
|
|
248
|
-
"High": "High",
|
|
249
|
-
"Critical": "Critical"
|
|
250
|
-
},
|
|
251
|
-
"hint": "Security mode controls how the policy engine handles violations. Advisory mode logs findings without blocking. Enforce mode blocks risky actions and fails builds.",
|
|
252
|
-
"links": {
|
|
253
|
-
"securitySpec": "Security spec"
|
|
254
|
-
},
|
|
255
|
-
"badge": {
|
|
256
|
-
"advisory": "Advisory",
|
|
257
|
-
"enforce": "Enforce",
|
|
258
|
-
"disabled": "Disabled"
|
|
259
|
-
},
|
|
260
|
-
"panel": {
|
|
261
|
-
"title": "Security",
|
|
262
|
-
"governance": "Governance",
|
|
263
|
-
"dependencies": "Dependencies",
|
|
264
|
-
"noFindings": "No security findings",
|
|
265
|
-
"findingsByCategory": "Findings by Severity",
|
|
266
|
-
"totalFindings": "{{count}} finding(s)"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
227
|
"database": {
|
|
270
228
|
"title": "Database",
|
|
271
229
|
"description": "Database path and management",
|
|
@@ -187,26 +187,6 @@
|
|
|
187
187
|
"failedToList": "Error al listar herramientas: {{error}}"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"security": {
|
|
191
|
-
"description": "Supply-chain security policy management",
|
|
192
|
-
"enforce": {
|
|
193
|
-
"description": "Evaluate repository security posture and enforce policy",
|
|
194
|
-
"repoOption": "Repository path (defaults to current directory)",
|
|
195
|
-
"outputOption": "Output format (table, json, yaml)",
|
|
196
|
-
"passed": "Security enforcement passed",
|
|
197
|
-
"failed": "Security enforcement failed",
|
|
198
|
-
"advisoryNote": "Mode is Advisory — findings are reported but do not block",
|
|
199
|
-
"disabledNote": "Security mode is Disabled — no checks performed",
|
|
200
|
-
"modeLabel": "Mode",
|
|
201
|
-
"sourceLabel": "Source",
|
|
202
|
-
"dependencyFindingsLabel": "Dependency Findings",
|
|
203
|
-
"releaseIntegrityLabel": "Release Integrity",
|
|
204
|
-
"totalFindingsLabel": "Total Findings",
|
|
205
|
-
"governanceFindingsLabel": "GitHub Governance (audit-only)",
|
|
206
|
-
"noFindings": "No findings",
|
|
207
|
-
"failedToEnforce": "Failed to evaluate security posture"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
190
|
"feat": {
|
|
211
191
|
"description": "Administrar funcionalidades a través del ciclo de vida SDLC",
|
|
212
192
|
"new": {
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"name": "Codex CLI",
|
|
16
16
|
"description": "Agente de terminal Codex CLI de OpenAI (modelos GPT)"
|
|
17
17
|
},
|
|
18
|
+
"copilotCli": {
|
|
19
|
+
"name": "Copilot CLI",
|
|
20
|
+
"description": "GitHub Copilot CLI (Claude Sonnet 4.5 por defecto, requiere suscripción a Copilot)"
|
|
21
|
+
},
|
|
18
22
|
"cursor": {
|
|
19
23
|
"name": "Cursor",
|
|
20
24
|
"description": "Agente de codificación AI Cursor"
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"flags": "Opciones",
|
|
16
16
|
"chat": "Chat",
|
|
17
17
|
"layout": "Diseño",
|
|
18
|
-
"database": "Base de datos"
|
|
19
|
-
"security": "Security"
|
|
18
|
+
"database": "Base de datos"
|
|
20
19
|
},
|
|
21
20
|
"language": {
|
|
22
21
|
"title": "Idioma",
|
|
@@ -225,47 +224,6 @@
|
|
|
225
224
|
"swapPositionDescription": "Mover el botón de Chat a la izquierda y el de Crear a la derecha",
|
|
226
225
|
"hint": "Los dos botones de acción flotantes (Crear y Chat) se ubican en las esquinas inferiores del centro de control. Active esta opción para intercambiar sus posiciones."
|
|
227
226
|
},
|
|
228
|
-
"security": {
|
|
229
|
-
"title": "Supply Chain Security",
|
|
230
|
-
"sectionTitle": "Supply Chain Security",
|
|
231
|
-
"sectionDescription": "Configure security mode and review policy enforcement findings",
|
|
232
|
-
"mode": "Security mode",
|
|
233
|
-
"modeDescription": "Controls how the policy engine responds to violations",
|
|
234
|
-
"modeDisabled": "Disabled",
|
|
235
|
-
"modeAdvisory": "Advisory",
|
|
236
|
-
"modeEnforce": "Enforce",
|
|
237
|
-
"policySource": "Policy source",
|
|
238
|
-
"policySourceNone": "No policy loaded",
|
|
239
|
-
"lastEvaluation": "Last evaluation",
|
|
240
|
-
"lastEvaluationNever": "Never",
|
|
241
|
-
"recentFindings": "Recent findings",
|
|
242
|
-
"noFindings": "No security findings recorded",
|
|
243
|
-
"runEnforcement": "Run enforcement",
|
|
244
|
-
"running": "Running...",
|
|
245
|
-
"severity": {
|
|
246
|
-
"Low": "Low",
|
|
247
|
-
"Medium": "Medium",
|
|
248
|
-
"High": "High",
|
|
249
|
-
"Critical": "Critical"
|
|
250
|
-
},
|
|
251
|
-
"hint": "Security mode controls how the policy engine handles violations. Advisory mode logs findings without blocking. Enforce mode blocks risky actions and fails builds.",
|
|
252
|
-
"links": {
|
|
253
|
-
"securitySpec": "Security spec"
|
|
254
|
-
},
|
|
255
|
-
"badge": {
|
|
256
|
-
"advisory": "Security: Advisory",
|
|
257
|
-
"enforce": "Security: Enforce",
|
|
258
|
-
"disabled": "Security: Disabled"
|
|
259
|
-
},
|
|
260
|
-
"panel": {
|
|
261
|
-
"title": "Security",
|
|
262
|
-
"governance": "Governance",
|
|
263
|
-
"dependencies": "Dependencies",
|
|
264
|
-
"noFindings": "No security findings",
|
|
265
|
-
"findingsByCategory": "Findings by category",
|
|
266
|
-
"totalFindings": "{{count}} finding(s)"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
227
|
"database": {
|
|
270
228
|
"title": "Base de datos",
|
|
271
229
|
"description": "Ruta de la base de datos y administración",
|
|
@@ -187,26 +187,6 @@
|
|
|
187
187
|
"failedToList": "Erreur lors du listage des outils : {{error}}"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"security": {
|
|
191
|
-
"description": "Supply-chain security policy management",
|
|
192
|
-
"enforce": {
|
|
193
|
-
"description": "Evaluate repository security posture and enforce policy",
|
|
194
|
-
"repoOption": "Repository path (defaults to current directory)",
|
|
195
|
-
"outputOption": "Output format (table, json, yaml)",
|
|
196
|
-
"passed": "Security enforcement passed",
|
|
197
|
-
"failed": "Security enforcement failed",
|
|
198
|
-
"advisoryNote": "Mode is Advisory — findings are reported but do not block",
|
|
199
|
-
"disabledNote": "Security mode is Disabled — no checks performed",
|
|
200
|
-
"modeLabel": "Mode",
|
|
201
|
-
"sourceLabel": "Source",
|
|
202
|
-
"dependencyFindingsLabel": "Dependency Findings",
|
|
203
|
-
"releaseIntegrityLabel": "Release Integrity",
|
|
204
|
-
"totalFindingsLabel": "Total Findings",
|
|
205
|
-
"governanceFindingsLabel": "GitHub Governance (audit-only)",
|
|
206
|
-
"noFindings": "No findings",
|
|
207
|
-
"failedToEnforce": "Failed to evaluate security posture"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
190
|
"feat": {
|
|
211
191
|
"description": "Gérer les fonctionnalités tout au long du cycle de vie SDLC",
|
|
212
192
|
"new": {
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"name": "Codex CLI",
|
|
16
16
|
"description": "Agent terminal Codex CLI d'OpenAI (modèles GPT)"
|
|
17
17
|
},
|
|
18
|
+
"copilotCli": {
|
|
19
|
+
"name": "Copilot CLI",
|
|
20
|
+
"description": "GitHub Copilot CLI (Claude Sonnet 4.5 par défaut, abonnement Copilot requis)"
|
|
21
|
+
},
|
|
18
22
|
"cursor": {
|
|
19
23
|
"name": "Cursor",
|
|
20
24
|
"description": "Agent de codage IA Cursor"
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"flags": "Drapeaux",
|
|
16
16
|
"chat": "Chat",
|
|
17
17
|
"layout": "Disposition",
|
|
18
|
-
"database": "Base de données"
|
|
19
|
-
"security": "Security"
|
|
18
|
+
"database": "Base de données"
|
|
20
19
|
},
|
|
21
20
|
"language": {
|
|
22
21
|
"title": "Langue",
|
|
@@ -225,47 +224,6 @@
|
|
|
225
224
|
"swapPositionDescription": "Déplacer le bouton Chat à gauche et le bouton Créer à droite",
|
|
226
225
|
"hint": "Les deux boutons d'action flottants (Créer et Chat) se trouvent dans les coins inférieurs du centre de contrôle. Activez cette option pour inverser leurs positions."
|
|
227
226
|
},
|
|
228
|
-
"security": {
|
|
229
|
-
"title": "Supply Chain Security",
|
|
230
|
-
"sectionTitle": "Supply Chain Security",
|
|
231
|
-
"sectionDescription": "Configure security mode and review policy enforcement findings",
|
|
232
|
-
"mode": "Security mode",
|
|
233
|
-
"modeDescription": "Controls how the policy engine responds to violations",
|
|
234
|
-
"modeDisabled": "Disabled",
|
|
235
|
-
"modeAdvisory": "Advisory",
|
|
236
|
-
"modeEnforce": "Enforce",
|
|
237
|
-
"policySource": "Policy source",
|
|
238
|
-
"policySourceNone": "No policy loaded",
|
|
239
|
-
"lastEvaluation": "Last evaluation",
|
|
240
|
-
"lastEvaluationNever": "Never",
|
|
241
|
-
"recentFindings": "Recent findings",
|
|
242
|
-
"noFindings": "No security findings recorded",
|
|
243
|
-
"runEnforcement": "Run enforcement",
|
|
244
|
-
"running": "Running...",
|
|
245
|
-
"severity": {
|
|
246
|
-
"Low": "Low",
|
|
247
|
-
"Medium": "Medium",
|
|
248
|
-
"High": "High",
|
|
249
|
-
"Critical": "Critical"
|
|
250
|
-
},
|
|
251
|
-
"hint": "Security mode controls how the policy engine handles violations. Advisory mode logs findings without blocking. Enforce mode blocks risky actions and fails builds.",
|
|
252
|
-
"links": {
|
|
253
|
-
"securitySpec": "Security spec"
|
|
254
|
-
},
|
|
255
|
-
"badge": {
|
|
256
|
-
"advisory": "Security: Advisory",
|
|
257
|
-
"enforce": "Security: Enforce",
|
|
258
|
-
"disabled": "Security: Disabled"
|
|
259
|
-
},
|
|
260
|
-
"panel": {
|
|
261
|
-
"title": "Security",
|
|
262
|
-
"governance": "Governance",
|
|
263
|
-
"dependencies": "Dependencies",
|
|
264
|
-
"noFindings": "No security findings",
|
|
265
|
-
"findingsByCategory": "Findings by category",
|
|
266
|
-
"totalFindings": "{{count}} finding(s)"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
227
|
"database": {
|
|
270
228
|
"title": "Base de données",
|
|
271
229
|
"description": "Chemin et gestion de la base de données",
|
|
@@ -187,26 +187,6 @@
|
|
|
187
187
|
"failedToList": "שגיאה ברשימת הכלים: {{error}}"
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"security": {
|
|
191
|
-
"description": "Supply-chain security policy management",
|
|
192
|
-
"enforce": {
|
|
193
|
-
"description": "Evaluate repository security posture and enforce policy",
|
|
194
|
-
"repoOption": "Repository path (defaults to current directory)",
|
|
195
|
-
"outputOption": "Output format (table, json, yaml)",
|
|
196
|
-
"passed": "Security enforcement passed",
|
|
197
|
-
"failed": "Security enforcement failed",
|
|
198
|
-
"advisoryNote": "Mode is Advisory — findings are reported but do not block",
|
|
199
|
-
"disabledNote": "Security mode is Disabled — no checks performed",
|
|
200
|
-
"modeLabel": "Mode",
|
|
201
|
-
"sourceLabel": "Source",
|
|
202
|
-
"dependencyFindingsLabel": "Dependency Findings",
|
|
203
|
-
"releaseIntegrityLabel": "Release Integrity",
|
|
204
|
-
"totalFindingsLabel": "Total Findings",
|
|
205
|
-
"governanceFindingsLabel": "GitHub Governance (audit-only)",
|
|
206
|
-
"noFindings": "No findings",
|
|
207
|
-
"failedToEnforce": "Failed to evaluate security posture"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
190
|
"feat": {
|
|
211
191
|
"description": "נהל פיצ'רים לאורך מחזור חיי הפיתוח",
|
|
212
192
|
"new": {
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"name": "Codex CLI",
|
|
16
16
|
"description": "סוכן טרמינל Codex CLI של OpenAI (מודלי GPT)"
|
|
17
17
|
},
|
|
18
|
+
"copilotCli": {
|
|
19
|
+
"name": "Copilot CLI",
|
|
20
|
+
"description": "GitHub Copilot CLI (ברירת מחדל: Claude Sonnet 4.5, דורש מנוי Copilot)"
|
|
21
|
+
},
|
|
18
22
|
"cursor": {
|
|
19
23
|
"name": "Cursor",
|
|
20
24
|
"description": "סוכן קידוד Cursor AI"
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"flags": "דגלים",
|
|
16
16
|
"chat": "צ'אט",
|
|
17
17
|
"layout": "פריסה",
|
|
18
|
-
"database": "מסד נתונים"
|
|
19
|
-
"security": "Security"
|
|
18
|
+
"database": "מסד נתונים"
|
|
20
19
|
},
|
|
21
20
|
"language": {
|
|
22
21
|
"title": "שפה",
|
|
@@ -225,47 +224,6 @@
|
|
|
225
224
|
"swapPositionDescription": "העברת כפתור הצ'אט לשמאל וכפתור היצירה לימין",
|
|
226
225
|
"hint": "שני כפתורי הפעולה הצפים (יצירה וצ'אט) נמצאים בפינות התחתונות של מרכז הבקרה. הפעל את האפשרות הזו כדי להחליף את מיקומיהם."
|
|
227
226
|
},
|
|
228
|
-
"security": {
|
|
229
|
-
"title": "Supply Chain Security",
|
|
230
|
-
"sectionTitle": "Supply Chain Security",
|
|
231
|
-
"sectionDescription": "Configure security mode and review policy enforcement findings",
|
|
232
|
-
"mode": "Security mode",
|
|
233
|
-
"modeDescription": "Controls how the policy engine responds to violations",
|
|
234
|
-
"modeDisabled": "Disabled",
|
|
235
|
-
"modeAdvisory": "Advisory",
|
|
236
|
-
"modeEnforce": "Enforce",
|
|
237
|
-
"policySource": "Policy source",
|
|
238
|
-
"policySourceNone": "No policy loaded",
|
|
239
|
-
"lastEvaluation": "Last evaluation",
|
|
240
|
-
"lastEvaluationNever": "Never",
|
|
241
|
-
"recentFindings": "Recent findings",
|
|
242
|
-
"noFindings": "No security findings recorded",
|
|
243
|
-
"runEnforcement": "Run enforcement",
|
|
244
|
-
"running": "Running...",
|
|
245
|
-
"severity": {
|
|
246
|
-
"Low": "Low",
|
|
247
|
-
"Medium": "Medium",
|
|
248
|
-
"High": "High",
|
|
249
|
-
"Critical": "Critical"
|
|
250
|
-
},
|
|
251
|
-
"hint": "Security mode controls how the policy engine handles violations. Advisory mode logs findings without blocking. Enforce mode blocks risky actions and fails builds.",
|
|
252
|
-
"links": {
|
|
253
|
-
"securitySpec": "Security spec"
|
|
254
|
-
},
|
|
255
|
-
"badge": {
|
|
256
|
-
"advisory": "Security: Advisory",
|
|
257
|
-
"enforce": "Security: Enforce",
|
|
258
|
-
"disabled": "Security: Disabled"
|
|
259
|
-
},
|
|
260
|
-
"panel": {
|
|
261
|
-
"title": "Security",
|
|
262
|
-
"governance": "Governance",
|
|
263
|
-
"dependencies": "Dependencies",
|
|
264
|
-
"noFindings": "No security findings",
|
|
265
|
-
"findingsByCategory": "Findings by category",
|
|
266
|
-
"totalFindings": "{{count}} finding(s)"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
227
|
"database": {
|
|
270
228
|
"title": "מסד נתונים",
|
|
271
229
|
"description": "נתיב מסד הנתונים וניהול",
|