@shepai/cli 1.181.0-pr551.d179853 → 1.182.0
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/dist/packages/core/src/application/ports/output/services/git-pr-service.interface.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/git/git-pr.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/git/git-pr.service.js +2 -9
- package/dist/src/presentation/cli/commands/app/del.command.d.ts +14 -0
- package/dist/src/presentation/cli/commands/app/del.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/del.command.js +58 -0
- package/dist/src/presentation/cli/commands/app/index.d.ts +20 -0
- package/dist/src/presentation/cli/commands/app/index.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/index.js +33 -0
- package/dist/src/presentation/cli/commands/app/ls.command.d.ts +11 -0
- package/dist/src/presentation/cli/commands/app/ls.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/ls.command.js +74 -0
- package/dist/src/presentation/cli/commands/app/new.command.d.ts +17 -0
- package/dist/src/presentation/cli/commands/app/new.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/new.command.js +58 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.d.ts +10 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.js +33 -0
- package/dist/src/presentation/cli/commands/app/show.command.d.ts +11 -0
- package/dist/src/presentation/cli/commands/app/show.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/show.command.js +95 -0
- package/dist/src/presentation/cli/index.js +2 -0
- package/dist/translations/ar/cli.json +63 -0
- package/dist/translations/de/cli.json +63 -0
- package/dist/translations/en/cli.json +63 -0
- package/dist/translations/es/cli.json +63 -0
- package/dist/translations/fr/cli.json +63 -0
- package/dist/translations/he/cli.json +63 -0
- package/dist/translations/pt/cli.json +63 -0
- package/dist/translations/ru/cli.json +63 -0
- package/dist/translations/uk/cli.json +63 -0
- 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 +32 -32
- 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 +30 -30
- 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 +33 -33
- 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 +41 -41
- 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 +41 -41
- 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 +31 -31
- 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 +31 -31
- 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 +30 -30
- 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 +33 -33
- 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 +41 -41
- 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 +41 -41
- 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 +30 -30
- 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 +31 -31
- 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 +31 -31
- 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 +7 -7
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/application/[id]/page/server-reference-manifest.json +15 -15
- package/web/.next/server/app/application/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/application/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/features/page/server-reference-manifest.json +7 -7
- package/web/.next/server/app/features/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/settings/page/server-reference-manifest.json +10 -10
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/server-reference-manifest.json +15 -15
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/server-reference-manifest.json +13 -13
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/server-reference-manifest.json +7 -7
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
- package/web/.next/server/chunks/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]__013a0318._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__013a0318._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17dadd08._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17dadd08._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1925bef0._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1a9687c4._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1a9687c4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24756fa9._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24756fa9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4ee8be85._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__70986695._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__70986695._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a5ea76a6._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a5ea76a6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__bb391c45._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__bb391c45._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dd3e834e._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dd3e834e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e265da61._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f3ca7bea._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f3ca7bea._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0277d3b5._.js +1 -1
- package/web/.next/server/chunks/ssr/_0277d3b5._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_b5f27f0d._.js → _177d29c6._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_b5f27f0d._.js.map → _177d29c6._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_06824559._.js → _21cc662b._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_06824559._.js.map → _21cc662b._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_c18ba389._.js → _503102fc._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_c18ba389._.js.map → _503102fc._.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/{_3b3df45b._.js → _575fe3ee._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_3b3df45b._.js.map → _575fe3ee._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_946a7fc6._.js +1 -1
- package/web/.next/server/chunks/ssr/_946a7fc6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_14213445._.js → _a7184dfa._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_14213445._.js.map → _a7184dfa._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_eff1b518._.js +1 -1
- package/web/.next/server/chunks/ssr/_eff1b518._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f227429a._.js +1 -1
- package/web/.next/server/chunks/ssr/_f227429a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f86fc1bf._.js +1 -1
- package/web/.next/server/chunks/ssr/_f86fc1bf._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f8c55130._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_36f2bc45._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_36f2bc45._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_486908de._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_486908de._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_5c3596bc._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_5c3596bc._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6159fef8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6159fef8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6326f81e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6326f81e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6b2fdcd8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6b2fdcd8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_74703c9f._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_74703c9f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_a8056dac._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_a8056dac._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ad42cc73._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ad42cc73._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js +3 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_b00bfb08._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_b00bfb08._.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_common_base-drawer_base-drawer_tsx_97dfbbc8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_common_base-drawer_base-drawer_tsx_97dfbbc8._.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_f1edcf5e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f1edcf5e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f9436804._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f9436804._.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 +54 -54
- package/web/.next/static/chunks/{f46b5d956fd22a3d.js → 2424ab50273fe1d9.js} +1 -1
- package/web/.next/static/chunks/{364188ebe8b99f20.js → 33dc7a1041f4ab64.js} +1 -1
- package/web/.next/static/chunks/{f10c081a9f2a3545.js → 6afd16b2fe544054.js} +2 -2
- package/web/.next/static/chunks/{ec4509e254183bb7.js → 7604027076448f2b.js} +1 -1
- package/web/.next/static/chunks/{c408e0585eb62a7a.js → 87a0df5389e06641.js} +1 -1
- package/web/.next/static/chunks/{3fe66accbbdab69e.js → 8c9016ab8c1f6204.js} +1 -1
- package/web/.next/static/chunks/94e8559ae19a16e1.js +1 -0
- package/web/.next/static/chunks/a0cfca1e5fd467e9.js +1 -0
- package/web/.next/static/chunks/{4f6d96bfbae7edf6.js → a2531137c7d36d54.js} +1 -1
- package/web/.next/static/chunks/{97f05a2f577750fd.js → ac22076c64634ac1.js} +1 -1
- package/web/.next/static/chunks/{c6617621632e27ec.js → b4aa3a83f2451e07.js} +1 -1
- package/web/.next/static/chunks/{f173859b70ca33bf.js → b87904ecdddde972.js} +1 -1
- package/web/.next/static/chunks/{6afcb4db84eafeb0.js → be2e80436bc15812.js} +3 -3
- package/web/.next/static/chunks/{df28094b33bfda97.js → ceff12f8a2e5bc08.js} +1 -1
- package/web/.next/static/chunks/de7de1db2a8788dd.js +1 -0
- package/web/.next/static/chunks/{c62e0c838240b95c.js → e4f0ca20b62bd66f.js} +1 -1
- package/web/.next/static/chunks/2dbe2a1b8bff3c18.js +0 -1
- package/web/.next/static/chunks/3a301cd8961fc19b.js +0 -1
- package/web/.next/static/chunks/b037aa4cb484dea0.js +0 -1
- /package/web/.next/static/{ZrIx5c5d4ph6rB25FzMEY → EVCmRtpgNX9ebXGb-bV1G}/_buildManifest.js +0 -0
- /package/web/.next/static/{ZrIx5c5d4ph6rB25FzMEY → EVCmRtpgNX9ebXGb-bV1G}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{ZrIx5c5d4ph6rB25FzMEY → EVCmRtpgNX9ebXGb-bV1G}/_ssgManifest.js +0 -0
|
@@ -478,6 +478,69 @@
|
|
|
478
478
|
"notFound": "Repository nicht gefunden: {{id}}"
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"app": {
|
|
482
|
+
"description": "Manage applications",
|
|
483
|
+
"ls": {
|
|
484
|
+
"description": "List applications",
|
|
485
|
+
"title": "Applications",
|
|
486
|
+
"idColumn": "ID",
|
|
487
|
+
"nameColumn": "Name",
|
|
488
|
+
"statusColumn": "Status",
|
|
489
|
+
"pathColumn": "Path",
|
|
490
|
+
"createdColumn": "Created",
|
|
491
|
+
"noApps": "No applications found",
|
|
492
|
+
"failedToList": "Failed to list applications"
|
|
493
|
+
},
|
|
494
|
+
"show": {
|
|
495
|
+
"description": "Display details of an application",
|
|
496
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
497
|
+
"title": "Application: {{name}}",
|
|
498
|
+
"nameLabel": "Name",
|
|
499
|
+
"slugLabel": "Slug",
|
|
500
|
+
"statusLabel": "Status",
|
|
501
|
+
"descriptionLabel": "Description",
|
|
502
|
+
"pathLabel": "Path",
|
|
503
|
+
"configTitle": "Configuration",
|
|
504
|
+
"agentLabel": "Agent",
|
|
505
|
+
"modelLabel": "Model",
|
|
506
|
+
"timestampsTitle": "Timestamps",
|
|
507
|
+
"createdLabel": "Created",
|
|
508
|
+
"updatedLabel": "Updated",
|
|
509
|
+
"deletedLabel": "Deleted",
|
|
510
|
+
"failedToShow": "Failed to show application"
|
|
511
|
+
},
|
|
512
|
+
"new": {
|
|
513
|
+
"description": "Create a new application",
|
|
514
|
+
"descriptionArgument": "Application description",
|
|
515
|
+
"agentOption": "Agent type override",
|
|
516
|
+
"modelOption": "LLM model override (e.g. claude-opus-4-6)",
|
|
517
|
+
"spinnerText": "Creating application",
|
|
518
|
+
"appCreated": "Application created",
|
|
519
|
+
"idLabel": "ID:",
|
|
520
|
+
"nameLabel": "Name:",
|
|
521
|
+
"slugLabel": "Slug:",
|
|
522
|
+
"pathLabel": "Path:",
|
|
523
|
+
"statusLabel": "Status:",
|
|
524
|
+
"agentLabel": "Agent:",
|
|
525
|
+
"modelLabel": "Model:",
|
|
526
|
+
"failedToCreate": "Failed to create application"
|
|
527
|
+
},
|
|
528
|
+
"del": {
|
|
529
|
+
"description": "Delete an application",
|
|
530
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
531
|
+
"forceOption": "Skip confirmation prompt",
|
|
532
|
+
"confirmDelete": "Delete application \"{{name}}\"?",
|
|
533
|
+
"cancelled": "Cancelled",
|
|
534
|
+
"appDeleted": "Application deleted",
|
|
535
|
+
"nameLabel": "Name:",
|
|
536
|
+
"slugLabel": "Slug:",
|
|
537
|
+
"failedToDelete": "Failed to delete application"
|
|
538
|
+
},
|
|
539
|
+
"resolve": {
|
|
540
|
+
"multipleMatch": "Multiple applications match prefix \"{{id}}\": {{matches}}",
|
|
541
|
+
"notFound": "Application not found: {{id}}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
481
544
|
"agent": {
|
|
482
545
|
"description": "Agentläufe verwalten und anzeigen",
|
|
483
546
|
"show": {
|
|
@@ -478,6 +478,69 @@
|
|
|
478
478
|
"notFound": "Repository not found: {{id}}"
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"app": {
|
|
482
|
+
"description": "Manage applications",
|
|
483
|
+
"ls": {
|
|
484
|
+
"description": "List applications",
|
|
485
|
+
"title": "Applications",
|
|
486
|
+
"idColumn": "ID",
|
|
487
|
+
"nameColumn": "Name",
|
|
488
|
+
"statusColumn": "Status",
|
|
489
|
+
"pathColumn": "Path",
|
|
490
|
+
"createdColumn": "Created",
|
|
491
|
+
"noApps": "No applications found",
|
|
492
|
+
"failedToList": "Failed to list applications"
|
|
493
|
+
},
|
|
494
|
+
"show": {
|
|
495
|
+
"description": "Display details of an application",
|
|
496
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
497
|
+
"title": "Application: {{name}}",
|
|
498
|
+
"nameLabel": "Name",
|
|
499
|
+
"slugLabel": "Slug",
|
|
500
|
+
"statusLabel": "Status",
|
|
501
|
+
"descriptionLabel": "Description",
|
|
502
|
+
"pathLabel": "Path",
|
|
503
|
+
"configTitle": "Configuration",
|
|
504
|
+
"agentLabel": "Agent",
|
|
505
|
+
"modelLabel": "Model",
|
|
506
|
+
"timestampsTitle": "Timestamps",
|
|
507
|
+
"createdLabel": "Created",
|
|
508
|
+
"updatedLabel": "Updated",
|
|
509
|
+
"deletedLabel": "Deleted",
|
|
510
|
+
"failedToShow": "Failed to show application"
|
|
511
|
+
},
|
|
512
|
+
"new": {
|
|
513
|
+
"description": "Create a new application",
|
|
514
|
+
"descriptionArgument": "Application description",
|
|
515
|
+
"agentOption": "Agent type override",
|
|
516
|
+
"modelOption": "LLM model override (e.g. claude-opus-4-6)",
|
|
517
|
+
"spinnerText": "Creating application",
|
|
518
|
+
"appCreated": "Application created",
|
|
519
|
+
"idLabel": "ID:",
|
|
520
|
+
"nameLabel": "Name:",
|
|
521
|
+
"slugLabel": "Slug:",
|
|
522
|
+
"pathLabel": "Path:",
|
|
523
|
+
"statusLabel": "Status:",
|
|
524
|
+
"agentLabel": "Agent:",
|
|
525
|
+
"modelLabel": "Model:",
|
|
526
|
+
"failedToCreate": "Failed to create application"
|
|
527
|
+
},
|
|
528
|
+
"del": {
|
|
529
|
+
"description": "Delete an application",
|
|
530
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
531
|
+
"forceOption": "Skip confirmation prompt",
|
|
532
|
+
"confirmDelete": "Delete application \"{{name}}\"?",
|
|
533
|
+
"cancelled": "Cancelled",
|
|
534
|
+
"appDeleted": "Application deleted",
|
|
535
|
+
"nameLabel": "Name:",
|
|
536
|
+
"slugLabel": "Slug:",
|
|
537
|
+
"failedToDelete": "Failed to delete application"
|
|
538
|
+
},
|
|
539
|
+
"resolve": {
|
|
540
|
+
"multipleMatch": "Multiple applications match prefix \"{{id}}\": {{matches}}",
|
|
541
|
+
"notFound": "Application not found: {{id}}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
481
544
|
"agent": {
|
|
482
545
|
"description": "Manage and view agent runs",
|
|
483
546
|
"show": {
|
|
@@ -478,6 +478,69 @@
|
|
|
478
478
|
"notFound": "Repositorio no encontrado: {{id}}"
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"app": {
|
|
482
|
+
"description": "Manage applications",
|
|
483
|
+
"ls": {
|
|
484
|
+
"description": "List applications",
|
|
485
|
+
"title": "Applications",
|
|
486
|
+
"idColumn": "ID",
|
|
487
|
+
"nameColumn": "Name",
|
|
488
|
+
"statusColumn": "Status",
|
|
489
|
+
"pathColumn": "Path",
|
|
490
|
+
"createdColumn": "Created",
|
|
491
|
+
"noApps": "No applications found",
|
|
492
|
+
"failedToList": "Failed to list applications"
|
|
493
|
+
},
|
|
494
|
+
"show": {
|
|
495
|
+
"description": "Display details of an application",
|
|
496
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
497
|
+
"title": "Application: {{name}}",
|
|
498
|
+
"nameLabel": "Name",
|
|
499
|
+
"slugLabel": "Slug",
|
|
500
|
+
"statusLabel": "Status",
|
|
501
|
+
"descriptionLabel": "Description",
|
|
502
|
+
"pathLabel": "Path",
|
|
503
|
+
"configTitle": "Configuration",
|
|
504
|
+
"agentLabel": "Agent",
|
|
505
|
+
"modelLabel": "Model",
|
|
506
|
+
"timestampsTitle": "Timestamps",
|
|
507
|
+
"createdLabel": "Created",
|
|
508
|
+
"updatedLabel": "Updated",
|
|
509
|
+
"deletedLabel": "Deleted",
|
|
510
|
+
"failedToShow": "Failed to show application"
|
|
511
|
+
},
|
|
512
|
+
"new": {
|
|
513
|
+
"description": "Create a new application",
|
|
514
|
+
"descriptionArgument": "Application description",
|
|
515
|
+
"agentOption": "Agent type override",
|
|
516
|
+
"modelOption": "LLM model override (e.g. claude-opus-4-6)",
|
|
517
|
+
"spinnerText": "Creating application",
|
|
518
|
+
"appCreated": "Application created",
|
|
519
|
+
"idLabel": "ID:",
|
|
520
|
+
"nameLabel": "Name:",
|
|
521
|
+
"slugLabel": "Slug:",
|
|
522
|
+
"pathLabel": "Path:",
|
|
523
|
+
"statusLabel": "Status:",
|
|
524
|
+
"agentLabel": "Agent:",
|
|
525
|
+
"modelLabel": "Model:",
|
|
526
|
+
"failedToCreate": "Failed to create application"
|
|
527
|
+
},
|
|
528
|
+
"del": {
|
|
529
|
+
"description": "Delete an application",
|
|
530
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
531
|
+
"forceOption": "Skip confirmation prompt",
|
|
532
|
+
"confirmDelete": "Delete application \"{{name}}\"?",
|
|
533
|
+
"cancelled": "Cancelled",
|
|
534
|
+
"appDeleted": "Application deleted",
|
|
535
|
+
"nameLabel": "Name:",
|
|
536
|
+
"slugLabel": "Slug:",
|
|
537
|
+
"failedToDelete": "Failed to delete application"
|
|
538
|
+
},
|
|
539
|
+
"resolve": {
|
|
540
|
+
"multipleMatch": "Multiple applications match prefix \"{{id}}\": {{matches}}",
|
|
541
|
+
"notFound": "Application not found: {{id}}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
481
544
|
"agent": {
|
|
482
545
|
"description": "Administrar y ver ejecuciones de agentes",
|
|
483
546
|
"show": {
|
|
@@ -478,6 +478,69 @@
|
|
|
478
478
|
"notFound": "Dépôt introuvable : {{id}}"
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"app": {
|
|
482
|
+
"description": "Manage applications",
|
|
483
|
+
"ls": {
|
|
484
|
+
"description": "List applications",
|
|
485
|
+
"title": "Applications",
|
|
486
|
+
"idColumn": "ID",
|
|
487
|
+
"nameColumn": "Name",
|
|
488
|
+
"statusColumn": "Status",
|
|
489
|
+
"pathColumn": "Path",
|
|
490
|
+
"createdColumn": "Created",
|
|
491
|
+
"noApps": "No applications found",
|
|
492
|
+
"failedToList": "Failed to list applications"
|
|
493
|
+
},
|
|
494
|
+
"show": {
|
|
495
|
+
"description": "Display details of an application",
|
|
496
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
497
|
+
"title": "Application: {{name}}",
|
|
498
|
+
"nameLabel": "Name",
|
|
499
|
+
"slugLabel": "Slug",
|
|
500
|
+
"statusLabel": "Status",
|
|
501
|
+
"descriptionLabel": "Description",
|
|
502
|
+
"pathLabel": "Path",
|
|
503
|
+
"configTitle": "Configuration",
|
|
504
|
+
"agentLabel": "Agent",
|
|
505
|
+
"modelLabel": "Model",
|
|
506
|
+
"timestampsTitle": "Timestamps",
|
|
507
|
+
"createdLabel": "Created",
|
|
508
|
+
"updatedLabel": "Updated",
|
|
509
|
+
"deletedLabel": "Deleted",
|
|
510
|
+
"failedToShow": "Failed to show application"
|
|
511
|
+
},
|
|
512
|
+
"new": {
|
|
513
|
+
"description": "Create a new application",
|
|
514
|
+
"descriptionArgument": "Application description",
|
|
515
|
+
"agentOption": "Agent type override",
|
|
516
|
+
"modelOption": "LLM model override (e.g. claude-opus-4-6)",
|
|
517
|
+
"spinnerText": "Creating application",
|
|
518
|
+
"appCreated": "Application created",
|
|
519
|
+
"idLabel": "ID:",
|
|
520
|
+
"nameLabel": "Name:",
|
|
521
|
+
"slugLabel": "Slug:",
|
|
522
|
+
"pathLabel": "Path:",
|
|
523
|
+
"statusLabel": "Status:",
|
|
524
|
+
"agentLabel": "Agent:",
|
|
525
|
+
"modelLabel": "Model:",
|
|
526
|
+
"failedToCreate": "Failed to create application"
|
|
527
|
+
},
|
|
528
|
+
"del": {
|
|
529
|
+
"description": "Delete an application",
|
|
530
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
531
|
+
"forceOption": "Skip confirmation prompt",
|
|
532
|
+
"confirmDelete": "Delete application \"{{name}}\"?",
|
|
533
|
+
"cancelled": "Cancelled",
|
|
534
|
+
"appDeleted": "Application deleted",
|
|
535
|
+
"nameLabel": "Name:",
|
|
536
|
+
"slugLabel": "Slug:",
|
|
537
|
+
"failedToDelete": "Failed to delete application"
|
|
538
|
+
},
|
|
539
|
+
"resolve": {
|
|
540
|
+
"multipleMatch": "Multiple applications match prefix \"{{id}}\": {{matches}}",
|
|
541
|
+
"notFound": "Application not found: {{id}}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
481
544
|
"agent": {
|
|
482
545
|
"description": "Gérer et voir les exécutions d'agent",
|
|
483
546
|
"show": {
|
|
@@ -478,6 +478,69 @@
|
|
|
478
478
|
"notFound": "מאגר לא נמצא: {{id}}"
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"app": {
|
|
482
|
+
"description": "Manage applications",
|
|
483
|
+
"ls": {
|
|
484
|
+
"description": "List applications",
|
|
485
|
+
"title": "Applications",
|
|
486
|
+
"idColumn": "ID",
|
|
487
|
+
"nameColumn": "Name",
|
|
488
|
+
"statusColumn": "Status",
|
|
489
|
+
"pathColumn": "Path",
|
|
490
|
+
"createdColumn": "Created",
|
|
491
|
+
"noApps": "No applications found",
|
|
492
|
+
"failedToList": "Failed to list applications"
|
|
493
|
+
},
|
|
494
|
+
"show": {
|
|
495
|
+
"description": "Display details of an application",
|
|
496
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
497
|
+
"title": "Application: {{name}}",
|
|
498
|
+
"nameLabel": "Name",
|
|
499
|
+
"slugLabel": "Slug",
|
|
500
|
+
"statusLabel": "Status",
|
|
501
|
+
"descriptionLabel": "Description",
|
|
502
|
+
"pathLabel": "Path",
|
|
503
|
+
"configTitle": "Configuration",
|
|
504
|
+
"agentLabel": "Agent",
|
|
505
|
+
"modelLabel": "Model",
|
|
506
|
+
"timestampsTitle": "Timestamps",
|
|
507
|
+
"createdLabel": "Created",
|
|
508
|
+
"updatedLabel": "Updated",
|
|
509
|
+
"deletedLabel": "Deleted",
|
|
510
|
+
"failedToShow": "Failed to show application"
|
|
511
|
+
},
|
|
512
|
+
"new": {
|
|
513
|
+
"description": "Create a new application",
|
|
514
|
+
"descriptionArgument": "Application description",
|
|
515
|
+
"agentOption": "Agent type override",
|
|
516
|
+
"modelOption": "LLM model override (e.g. claude-opus-4-6)",
|
|
517
|
+
"spinnerText": "Creating application",
|
|
518
|
+
"appCreated": "Application created",
|
|
519
|
+
"idLabel": "ID:",
|
|
520
|
+
"nameLabel": "Name:",
|
|
521
|
+
"slugLabel": "Slug:",
|
|
522
|
+
"pathLabel": "Path:",
|
|
523
|
+
"statusLabel": "Status:",
|
|
524
|
+
"agentLabel": "Agent:",
|
|
525
|
+
"modelLabel": "Model:",
|
|
526
|
+
"failedToCreate": "Failed to create application"
|
|
527
|
+
},
|
|
528
|
+
"del": {
|
|
529
|
+
"description": "Delete an application",
|
|
530
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
531
|
+
"forceOption": "Skip confirmation prompt",
|
|
532
|
+
"confirmDelete": "Delete application \"{{name}}\"?",
|
|
533
|
+
"cancelled": "Cancelled",
|
|
534
|
+
"appDeleted": "Application deleted",
|
|
535
|
+
"nameLabel": "Name:",
|
|
536
|
+
"slugLabel": "Slug:",
|
|
537
|
+
"failedToDelete": "Failed to delete application"
|
|
538
|
+
},
|
|
539
|
+
"resolve": {
|
|
540
|
+
"multipleMatch": "Multiple applications match prefix \"{{id}}\": {{matches}}",
|
|
541
|
+
"notFound": "Application not found: {{id}}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
481
544
|
"agent": {
|
|
482
545
|
"description": "נהל וצפה בהרצות סוכן",
|
|
483
546
|
"show": {
|
|
@@ -478,6 +478,69 @@
|
|
|
478
478
|
"notFound": "Repositório não encontrado: {{id}}"
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"app": {
|
|
482
|
+
"description": "Manage applications",
|
|
483
|
+
"ls": {
|
|
484
|
+
"description": "List applications",
|
|
485
|
+
"title": "Applications",
|
|
486
|
+
"idColumn": "ID",
|
|
487
|
+
"nameColumn": "Name",
|
|
488
|
+
"statusColumn": "Status",
|
|
489
|
+
"pathColumn": "Path",
|
|
490
|
+
"createdColumn": "Created",
|
|
491
|
+
"noApps": "No applications found",
|
|
492
|
+
"failedToList": "Failed to list applications"
|
|
493
|
+
},
|
|
494
|
+
"show": {
|
|
495
|
+
"description": "Display details of an application",
|
|
496
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
497
|
+
"title": "Application: {{name}}",
|
|
498
|
+
"nameLabel": "Name",
|
|
499
|
+
"slugLabel": "Slug",
|
|
500
|
+
"statusLabel": "Status",
|
|
501
|
+
"descriptionLabel": "Description",
|
|
502
|
+
"pathLabel": "Path",
|
|
503
|
+
"configTitle": "Configuration",
|
|
504
|
+
"agentLabel": "Agent",
|
|
505
|
+
"modelLabel": "Model",
|
|
506
|
+
"timestampsTitle": "Timestamps",
|
|
507
|
+
"createdLabel": "Created",
|
|
508
|
+
"updatedLabel": "Updated",
|
|
509
|
+
"deletedLabel": "Deleted",
|
|
510
|
+
"failedToShow": "Failed to show application"
|
|
511
|
+
},
|
|
512
|
+
"new": {
|
|
513
|
+
"description": "Create a new application",
|
|
514
|
+
"descriptionArgument": "Application description",
|
|
515
|
+
"agentOption": "Agent type override",
|
|
516
|
+
"modelOption": "LLM model override (e.g. claude-opus-4-6)",
|
|
517
|
+
"spinnerText": "Creating application",
|
|
518
|
+
"appCreated": "Application created",
|
|
519
|
+
"idLabel": "ID:",
|
|
520
|
+
"nameLabel": "Name:",
|
|
521
|
+
"slugLabel": "Slug:",
|
|
522
|
+
"pathLabel": "Path:",
|
|
523
|
+
"statusLabel": "Status:",
|
|
524
|
+
"agentLabel": "Agent:",
|
|
525
|
+
"modelLabel": "Model:",
|
|
526
|
+
"failedToCreate": "Failed to create application"
|
|
527
|
+
},
|
|
528
|
+
"del": {
|
|
529
|
+
"description": "Delete an application",
|
|
530
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
531
|
+
"forceOption": "Skip confirmation prompt",
|
|
532
|
+
"confirmDelete": "Delete application \"{{name}}\"?",
|
|
533
|
+
"cancelled": "Cancelled",
|
|
534
|
+
"appDeleted": "Application deleted",
|
|
535
|
+
"nameLabel": "Name:",
|
|
536
|
+
"slugLabel": "Slug:",
|
|
537
|
+
"failedToDelete": "Failed to delete application"
|
|
538
|
+
},
|
|
539
|
+
"resolve": {
|
|
540
|
+
"multipleMatch": "Multiple applications match prefix \"{{id}}\": {{matches}}",
|
|
541
|
+
"notFound": "Application not found: {{id}}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
481
544
|
"agent": {
|
|
482
545
|
"description": "Gerenciar e visualizar execuções de agentes",
|
|
483
546
|
"show": {
|
|
@@ -478,6 +478,69 @@
|
|
|
478
478
|
"notFound": "Репозиторий не найден: {{id}}"
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"app": {
|
|
482
|
+
"description": "Manage applications",
|
|
483
|
+
"ls": {
|
|
484
|
+
"description": "List applications",
|
|
485
|
+
"title": "Applications",
|
|
486
|
+
"idColumn": "ID",
|
|
487
|
+
"nameColumn": "Name",
|
|
488
|
+
"statusColumn": "Status",
|
|
489
|
+
"pathColumn": "Path",
|
|
490
|
+
"createdColumn": "Created",
|
|
491
|
+
"noApps": "No applications found",
|
|
492
|
+
"failedToList": "Failed to list applications"
|
|
493
|
+
},
|
|
494
|
+
"show": {
|
|
495
|
+
"description": "Display details of an application",
|
|
496
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
497
|
+
"title": "Application: {{name}}",
|
|
498
|
+
"nameLabel": "Name",
|
|
499
|
+
"slugLabel": "Slug",
|
|
500
|
+
"statusLabel": "Status",
|
|
501
|
+
"descriptionLabel": "Description",
|
|
502
|
+
"pathLabel": "Path",
|
|
503
|
+
"configTitle": "Configuration",
|
|
504
|
+
"agentLabel": "Agent",
|
|
505
|
+
"modelLabel": "Model",
|
|
506
|
+
"timestampsTitle": "Timestamps",
|
|
507
|
+
"createdLabel": "Created",
|
|
508
|
+
"updatedLabel": "Updated",
|
|
509
|
+
"deletedLabel": "Deleted",
|
|
510
|
+
"failedToShow": "Failed to show application"
|
|
511
|
+
},
|
|
512
|
+
"new": {
|
|
513
|
+
"description": "Create a new application",
|
|
514
|
+
"descriptionArgument": "Application description",
|
|
515
|
+
"agentOption": "Agent type override",
|
|
516
|
+
"modelOption": "LLM model override (e.g. claude-opus-4-6)",
|
|
517
|
+
"spinnerText": "Creating application",
|
|
518
|
+
"appCreated": "Application created",
|
|
519
|
+
"idLabel": "ID:",
|
|
520
|
+
"nameLabel": "Name:",
|
|
521
|
+
"slugLabel": "Slug:",
|
|
522
|
+
"pathLabel": "Path:",
|
|
523
|
+
"statusLabel": "Status:",
|
|
524
|
+
"agentLabel": "Agent:",
|
|
525
|
+
"modelLabel": "Model:",
|
|
526
|
+
"failedToCreate": "Failed to create application"
|
|
527
|
+
},
|
|
528
|
+
"del": {
|
|
529
|
+
"description": "Delete an application",
|
|
530
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
531
|
+
"forceOption": "Skip confirmation prompt",
|
|
532
|
+
"confirmDelete": "Delete application \"{{name}}\"?",
|
|
533
|
+
"cancelled": "Cancelled",
|
|
534
|
+
"appDeleted": "Application deleted",
|
|
535
|
+
"nameLabel": "Name:",
|
|
536
|
+
"slugLabel": "Slug:",
|
|
537
|
+
"failedToDelete": "Failed to delete application"
|
|
538
|
+
},
|
|
539
|
+
"resolve": {
|
|
540
|
+
"multipleMatch": "Multiple applications match prefix \"{{id}}\": {{matches}}",
|
|
541
|
+
"notFound": "Application not found: {{id}}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
481
544
|
"agent": {
|
|
482
545
|
"description": "Управление и просмотр запусков агентов",
|
|
483
546
|
"show": {
|
|
@@ -478,6 +478,69 @@
|
|
|
478
478
|
"notFound": "Репозиторій не знайдено: {{id}}"
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"app": {
|
|
482
|
+
"description": "Manage applications",
|
|
483
|
+
"ls": {
|
|
484
|
+
"description": "List applications",
|
|
485
|
+
"title": "Applications",
|
|
486
|
+
"idColumn": "ID",
|
|
487
|
+
"nameColumn": "Name",
|
|
488
|
+
"statusColumn": "Status",
|
|
489
|
+
"pathColumn": "Path",
|
|
490
|
+
"createdColumn": "Created",
|
|
491
|
+
"noApps": "No applications found",
|
|
492
|
+
"failedToList": "Failed to list applications"
|
|
493
|
+
},
|
|
494
|
+
"show": {
|
|
495
|
+
"description": "Display details of an application",
|
|
496
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
497
|
+
"title": "Application: {{name}}",
|
|
498
|
+
"nameLabel": "Name",
|
|
499
|
+
"slugLabel": "Slug",
|
|
500
|
+
"statusLabel": "Status",
|
|
501
|
+
"descriptionLabel": "Description",
|
|
502
|
+
"pathLabel": "Path",
|
|
503
|
+
"configTitle": "Configuration",
|
|
504
|
+
"agentLabel": "Agent",
|
|
505
|
+
"modelLabel": "Model",
|
|
506
|
+
"timestampsTitle": "Timestamps",
|
|
507
|
+
"createdLabel": "Created",
|
|
508
|
+
"updatedLabel": "Updated",
|
|
509
|
+
"deletedLabel": "Deleted",
|
|
510
|
+
"failedToShow": "Failed to show application"
|
|
511
|
+
},
|
|
512
|
+
"new": {
|
|
513
|
+
"description": "Create a new application",
|
|
514
|
+
"descriptionArgument": "Application description",
|
|
515
|
+
"agentOption": "Agent type override",
|
|
516
|
+
"modelOption": "LLM model override (e.g. claude-opus-4-6)",
|
|
517
|
+
"spinnerText": "Creating application",
|
|
518
|
+
"appCreated": "Application created",
|
|
519
|
+
"idLabel": "ID:",
|
|
520
|
+
"nameLabel": "Name:",
|
|
521
|
+
"slugLabel": "Slug:",
|
|
522
|
+
"pathLabel": "Path:",
|
|
523
|
+
"statusLabel": "Status:",
|
|
524
|
+
"agentLabel": "Agent:",
|
|
525
|
+
"modelLabel": "Model:",
|
|
526
|
+
"failedToCreate": "Failed to create application"
|
|
527
|
+
},
|
|
528
|
+
"del": {
|
|
529
|
+
"description": "Delete an application",
|
|
530
|
+
"idArgument": "Application ID, slug, or prefix",
|
|
531
|
+
"forceOption": "Skip confirmation prompt",
|
|
532
|
+
"confirmDelete": "Delete application \"{{name}}\"?",
|
|
533
|
+
"cancelled": "Cancelled",
|
|
534
|
+
"appDeleted": "Application deleted",
|
|
535
|
+
"nameLabel": "Name:",
|
|
536
|
+
"slugLabel": "Slug:",
|
|
537
|
+
"failedToDelete": "Failed to delete application"
|
|
538
|
+
},
|
|
539
|
+
"resolve": {
|
|
540
|
+
"multipleMatch": "Multiple applications match prefix \"{{id}}\": {{matches}}",
|
|
541
|
+
"notFound": "Application not found: {{id}}"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
481
544
|
"agent": {
|
|
482
545
|
"description": "Керування та перегляд запусків агентів",
|
|
483
546
|
"show": {
|