@shepai/cli 1.154.0 → 1.155.0-pr482.ac79b36
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/Settings.yaml +3 -0
- package/apis/json-schema/TelegramCommandType.yaml +11 -0
- package/apis/json-schema/TelegramConfig.yaml +21 -0
- package/apis/json-schema/TelegramNotifyEvents.yaml +61 -0
- package/dist/packages/core/src/application/ports/output/services/telegram-service.interface.d.ts +92 -0
- package/dist/packages/core/src/application/ports/output/services/telegram-service.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/telegram-service.interface.js +37 -0
- package/dist/packages/core/src/application/use-cases/telegram/configure-telegram.use-case.d.ts +42 -0
- package/dist/packages/core/src/application/use-cases/telegram/configure-telegram.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/telegram/configure-telegram.use-case.js +108 -0
- package/dist/packages/core/src/domain/generated/output.d.ts +82 -0
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
- package/dist/packages/core/src/domain/generated/output.js +9 -0
- package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/container.js +12 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +14 -0
- 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 +34 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-telegram-settings.d.ts +17 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-telegram-settings.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-telegram-settings.js +40 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/merge-prompts.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/merge-prompts.js +4 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/pr-branding.d.ts +5 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/pr-branding.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/pr-branding.js +4 -0
- package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.js +6 -5
- package/dist/packages/core/src/infrastructure/services/deployment/detect-dev-script.d.ts +2 -0
- package/dist/packages/core/src/infrastructure/services/deployment/detect-dev-script.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/deployment/detect-dev-script.js +52 -3
- package/dist/packages/core/src/infrastructure/services/git/git-fork.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/git/git-fork.service.js +3 -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 -1
- package/dist/packages/core/src/infrastructure/services/git/pr-branding.d.ts +17 -0
- package/dist/packages/core/src/infrastructure/services/git/pr-branding.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/git/pr-branding.js +31 -0
- package/dist/packages/core/src/infrastructure/services/notifications/notification.service.d.ts +9 -1
- package/dist/packages/core/src/infrastructure/services/notifications/notification.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/notifications/notification.service.js +40 -1
- package/dist/packages/core/src/infrastructure/services/telegram/telegram.service.d.ts +22 -0
- package/dist/packages/core/src/infrastructure/services/telegram/telegram.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/telegram/telegram.service.js +128 -0
- package/dist/src/presentation/cli/commands/settings/index.d.ts +1 -0
- package/dist/src/presentation/cli/commands/settings/index.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/index.js +4 -1
- package/dist/src/presentation/cli/commands/settings/telegram.command.d.ts +18 -0
- package/dist/src/presentation/cli/commands/settings/telegram.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/settings/telegram.command.js +158 -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 +3 -3
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +36 -36
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +26 -26
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +5 -5
- package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/settings/page/server-reference-manifest.json +8 -8
- package/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/server-reference-manifest.json +10 -10
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/server-reference-manifest.json +10 -10
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/server-reference-manifest.json +5 -5
- package/web/.next/server/app/version/page.js.nft.json +1 -1
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__beda892a._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__beda892a._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js +2 -2
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0b150ddf._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17ed7ed1._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17ed7ed1._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__28d0d265._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__28d0d265._.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]__42bf1807._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__42bf1807._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__56b70465._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__56b70465._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__88f7e8e6._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__88f7e8e6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8b0aac03._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c30f1f82._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c30f1f82._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f80bfc75._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f80bfc75._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f8dd4422._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f8dd4422._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_4af8a3cb._.js → _002d7e8d._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_4af8a3cb._.js.map → _002d7e8d._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_05c23ad9._.js +1 -1
- package/web/.next/server/chunks/ssr/_05c23ad9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_16eb4fec._.js +1 -1
- package/web/.next/server/chunks/ssr/_16eb4fec._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_3a0b989f._.js +2 -2
- package/web/.next/server/chunks/ssr/_3a0b989f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_5f69c13f._.js +1 -1
- package/web/.next/server/chunks/ssr/_5f69c13f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_7c5b97c6._.js +1 -1
- package/web/.next/server/chunks/ssr/_7c5b97c6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_82c57f10._.js +1 -1
- package/web/.next/server/chunks/ssr/_82c57f10._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_a0e4c32f._.js → _912552dd._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_a0e4c32f._.js.map → _912552dd._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_9495d50b._.js +1 -1
- package/web/.next/server/chunks/ssr/_9495d50b._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_27154347._.js → _97486b47._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_27154347._.js.map → _97486b47._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_a0e3f7e4._.js +1 -1
- package/web/.next/server/chunks/ssr/_a0e3f7e4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_ac4a3873._.js +1 -1
- package/web/.next/server/chunks/ssr/_ca0aa7f0._.js +1 -1
- package/web/.next/server/chunks/ssr/_ca0aa7f0._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_cb5a021e._.js +1 -1
- package/web/.next/server/chunks/ssr/_cb5a021e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_d4b20e29._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_d86175ae._.js +1 -1
- package/web/.next/server/chunks/ssr/_d86175ae._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_d8bedf13._.js +1 -1
- package/web/.next/server/chunks/ssr/_d8bedf13._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_fa7efce3._.js +2 -2
- package/web/.next/server/chunks/ssr/_fa7efce3._.js.map +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_cdc632e3.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_cdc632e3.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_39ca0924.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_39ca0924.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_components_357e3eb0._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_357e3eb0._.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/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +45 -45
- package/web/.next/static/chunks/13d4e516b0ecf5f0.js +1 -0
- package/web/.next/static/chunks/{f10c138c3fae4680.js → 6c5e7b36525b3532.js} +1 -1
- package/web/.next/static/chunks/{e0104cdb4b857e49.js → 818689ed2c41772b.js} +1 -1
- package/web/.next/static/chunks/{be495f0642b9f423.js → 8208e717057eedd0.js} +1 -1
- package/web/.next/static/chunks/{2eb2e32a6181e9ed.js → a07d5cbafca0277c.js} +1 -1
- package/web/.next/static/chunks/{9545412c334d71c5.js → ad67307f6b0c1490.js} +1 -1
- package/web/.next/static/chunks/{a18fcdf7dd4055a5.js → b4e5c56e14e63cb0.js} +2 -2
- package/web/.next/static/chunks/{ae61d24b1bcc8cf7.js → b6fc216cfa8fa52a.js} +2 -2
- package/web/.next/static/chunks/{0e258f8cce588570.js → d1c58b0747b10ae5.js} +1 -1
- package/web/.next/static/chunks/{e9cce6c925c64f10.js → d5cbc603b8bb904d.js} +1 -1
- package/web/.next/static/chunks/{e333a91862ff2423.js → deef7f0b5f7981e8.js} +1 -1
- package/web/.next/static/chunks/{b5bf0ff0a2bc910a.js → e664cd5c9c0f4fd4.js} +1 -1
- package/web/.next/static/chunks/502fd2cb6c8beb89.js +0 -1
- /package/web/.next/static/{9ZnNgGSTMM2ACNp4ImvQo → fX8_4OoVzGj6K0VH9X7nb}/_buildManifest.js +0 -0
- /package/web/.next/static/{9ZnNgGSTMM2ACNp4ImvQo → fX8_4OoVzGj6K0VH9X7nb}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{9ZnNgGSTMM2ACNp4ImvQo → fX8_4OoVzGj6K0VH9X7nb}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"00edc9e8cf1e5a18496f6c03acd9edb648678e7735": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
6
6
|
"moduleId": 37177,
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts",
|
|
142
142
|
"exportedName": "getAllAgentModels"
|
|
143
143
|
},
|
|
144
|
-
"
|
|
144
|
+
"60217ec337c8e1affad2615f42e8d86182c1d060e9": {
|
|
145
145
|
"workers": {
|
|
146
146
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
147
147
|
"moduleId": 37177,
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts",
|
|
283
283
|
"exportedName": "updateAgentAndModel"
|
|
284
284
|
},
|
|
285
|
-
"
|
|
285
|
+
"00992f2a2d16e047ce0cd19197e4540c9ae1f221b5": {
|
|
286
286
|
"workers": {
|
|
287
287
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
288
288
|
"moduleId": 37177,
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
"filename": "src/presentation/web/app/actions/pick-folder.ts",
|
|
424
424
|
"exportedName": "pickFolder"
|
|
425
425
|
},
|
|
426
|
-
"
|
|
426
|
+
"40da29a11be9dfc38f846dbcbf954c154ee0de0153": {
|
|
427
427
|
"workers": {
|
|
428
428
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
429
429
|
"moduleId": 37177,
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts",
|
|
565
565
|
"exportedName": "listGitHubRepositories"
|
|
566
566
|
},
|
|
567
|
-
"
|
|
567
|
+
"404ceb6e7306ba13ba79fee544fbc6e56852423b05": {
|
|
568
568
|
"workers": {
|
|
569
569
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
570
570
|
"moduleId": 37177,
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts",
|
|
706
706
|
"exportedName": "importGitHubRepository"
|
|
707
707
|
},
|
|
708
|
-
"
|
|
708
|
+
"402c9b51bfed217e4a4049e6529cb1ccf10baf7820": {
|
|
709
709
|
"workers": {
|
|
710
710
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
711
711
|
"moduleId": 37177,
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts",
|
|
826
826
|
"exportedName": "deployFeature"
|
|
827
827
|
},
|
|
828
|
-
"
|
|
828
|
+
"40f04e6d1364a8eb66615d707397c00f43a4bdb637": {
|
|
829
829
|
"workers": {
|
|
830
830
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
831
831
|
"moduleId": 37177,
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts",
|
|
946
946
|
"exportedName": "deployRepository"
|
|
947
947
|
},
|
|
948
|
-
"
|
|
948
|
+
"408fcea6d4ad026aa0a3b7e56e49f7fc08cfff78bc": {
|
|
949
949
|
"workers": {
|
|
950
950
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
951
951
|
"moduleId": 37177,
|
|
@@ -1065,7 +1065,7 @@
|
|
|
1065
1065
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts",
|
|
1066
1066
|
"exportedName": "stopDeployment"
|
|
1067
1067
|
},
|
|
1068
|
-
"
|
|
1068
|
+
"40cfcd8bfe5d1caf2d60b4a6134355a51011db619b": {
|
|
1069
1069
|
"workers": {
|
|
1070
1070
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1071
1071
|
"moduleId": 37177,
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts",
|
|
1186
1186
|
"exportedName": "getDeploymentStatus"
|
|
1187
1187
|
},
|
|
1188
|
-
"
|
|
1188
|
+
"403ea70f47877010eaafc676518650a32a058e127e": {
|
|
1189
1189
|
"workers": {
|
|
1190
1190
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1191
1191
|
"moduleId": 37177,
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
"filename": "src/presentation/web/app/actions/open-ide.ts",
|
|
1292
1292
|
"exportedName": "openIde"
|
|
1293
1293
|
},
|
|
1294
|
-
"
|
|
1294
|
+
"402ce9073b4aa7d8d7fe19f9e0456ee39ddb1ac108": {
|
|
1295
1295
|
"workers": {
|
|
1296
1296
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1297
1297
|
"moduleId": 37177,
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
"filename": "src/presentation/web/app/actions/open-shell.ts",
|
|
1398
1398
|
"exportedName": "openShell"
|
|
1399
1399
|
},
|
|
1400
|
-
"
|
|
1400
|
+
"4042b8826d1949e05a61c4542eb23286762c203bea": {
|
|
1401
1401
|
"workers": {
|
|
1402
1402
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1403
1403
|
"moduleId": 37177,
|
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
"filename": "src/presentation/web/app/actions/open-folder.ts",
|
|
1504
1504
|
"exportedName": "openFolder"
|
|
1505
1505
|
},
|
|
1506
|
-
"
|
|
1506
|
+
"40acffabb07189db4356697ce18254c91661b5a862": {
|
|
1507
1507
|
"workers": {
|
|
1508
1508
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1509
1509
|
"moduleId": 37177,
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
"filename": "src/presentation/web/app/actions/sync-repository.ts",
|
|
1610
1610
|
"exportedName": "syncRepository"
|
|
1611
1611
|
},
|
|
1612
|
-
"
|
|
1612
|
+
"40d1d74b5d9725e48133c81414fbad60af08e423a4": {
|
|
1613
1613
|
"workers": {
|
|
1614
1614
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1615
1615
|
"moduleId": 37177,
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts",
|
|
1730
1730
|
"exportedName": "getDeploymentLogs"
|
|
1731
1731
|
},
|
|
1732
|
-
"
|
|
1732
|
+
"0062ae05abf9194b93dac682115bd9d34ec4b61403": {
|
|
1733
1733
|
"workers": {
|
|
1734
1734
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1735
1735
|
"moduleId": 37177,
|
|
@@ -1835,7 +1835,7 @@
|
|
|
1835
1835
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts",
|
|
1836
1836
|
"exportedName": "isAgentSetupComplete"
|
|
1837
1837
|
},
|
|
1838
|
-
"
|
|
1838
|
+
"001f2e72bf586903a6a44da8dd882d7731baab366f": {
|
|
1839
1839
|
"workers": {
|
|
1840
1840
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1841
1841
|
"moduleId": 37177,
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts",
|
|
1942
1942
|
"exportedName": "checkAgentAuth"
|
|
1943
1943
|
},
|
|
1944
|
-
"
|
|
1944
|
+
"00cde883c7578adaa68b4c52b421adf52d86914d1a": {
|
|
1945
1945
|
"workers": {
|
|
1946
1946
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1947
1947
|
"moduleId": 37177,
|
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
"filename": "src/presentation/web/app/actions/check-tool-status.ts",
|
|
2048
2048
|
"exportedName": "checkToolStatus"
|
|
2049
2049
|
},
|
|
2050
|
-
"
|
|
2050
|
+
"4098b319080fde4d879d764a5f5eb936670cd41fd3": {
|
|
2051
2051
|
"workers": {
|
|
2052
2052
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2053
2053
|
"moduleId": 37177,
|
|
@@ -2153,7 +2153,7 @@
|
|
|
2153
2153
|
"filename": "src/presentation/web/app/actions/archive-feature.ts",
|
|
2154
2154
|
"exportedName": "archiveFeature"
|
|
2155
2155
|
},
|
|
2156
|
-
"
|
|
2156
|
+
"78f52f58a20faa4a34bcd76d38e6a97d0dddb1de80": {
|
|
2157
2157
|
"workers": {
|
|
2158
2158
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2159
2159
|
"moduleId": 37177,
|
|
@@ -2259,7 +2259,7 @@
|
|
|
2259
2259
|
"filename": "src/presentation/web/app/actions/delete-feature.ts",
|
|
2260
2260
|
"exportedName": "deleteFeature"
|
|
2261
2261
|
},
|
|
2262
|
-
"
|
|
2262
|
+
"40de5c55ab888e0ccdc34aad3cbb2e678b98ce6427": {
|
|
2263
2263
|
"workers": {
|
|
2264
2264
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2265
2265
|
"moduleId": 37177,
|
|
@@ -2365,7 +2365,7 @@
|
|
|
2365
2365
|
"filename": "src/presentation/web/app/actions/resume-feature.ts",
|
|
2366
2366
|
"exportedName": "resumeFeature"
|
|
2367
2367
|
},
|
|
2368
|
-
"
|
|
2368
|
+
"4048606046674d2467a293b76ff2a0883bcc1d89e9": {
|
|
2369
2369
|
"workers": {
|
|
2370
2370
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2371
2371
|
"moduleId": 37177,
|
|
@@ -2471,7 +2471,7 @@
|
|
|
2471
2471
|
"filename": "src/presentation/web/app/actions/start-feature.ts",
|
|
2472
2472
|
"exportedName": "startFeature"
|
|
2473
2473
|
},
|
|
2474
|
-
"
|
|
2474
|
+
"400d115fa92579c9092924b04ad6030765f9048cdc": {
|
|
2475
2475
|
"workers": {
|
|
2476
2476
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2477
2477
|
"moduleId": 37177,
|
|
@@ -2577,7 +2577,7 @@
|
|
|
2577
2577
|
"filename": "src/presentation/web/app/actions/stop-feature.ts",
|
|
2578
2578
|
"exportedName": "stopFeature"
|
|
2579
2579
|
},
|
|
2580
|
-
"
|
|
2580
|
+
"407867ac61bc0820afd6a7ad124f4f54804c567272": {
|
|
2581
2581
|
"workers": {
|
|
2582
2582
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2583
2583
|
"moduleId": 37177,
|
|
@@ -2683,7 +2683,7 @@
|
|
|
2683
2683
|
"filename": "src/presentation/web/app/actions/unarchive-feature.ts",
|
|
2684
2684
|
"exportedName": "unarchiveFeature"
|
|
2685
2685
|
},
|
|
2686
|
-
"
|
|
2686
|
+
"4041fcaeeea4f4f36fe548d51167e74c253349c7da": {
|
|
2687
2687
|
"workers": {
|
|
2688
2688
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2689
2689
|
"moduleId": 37177,
|
|
@@ -2789,7 +2789,7 @@
|
|
|
2789
2789
|
"filename": "src/presentation/web/app/actions/add-repository.ts",
|
|
2790
2790
|
"exportedName": "addRepository"
|
|
2791
2791
|
},
|
|
2792
|
-
"
|
|
2792
|
+
"4022e2e5b19f8345988dae5a2bb135fdcb5c1c977d": {
|
|
2793
2793
|
"workers": {
|
|
2794
2794
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2795
2795
|
"moduleId": 37177,
|
|
@@ -2895,7 +2895,7 @@
|
|
|
2895
2895
|
"filename": "src/presentation/web/app/actions/delete-repository.ts",
|
|
2896
2896
|
"exportedName": "deleteRepository"
|
|
2897
2897
|
},
|
|
2898
|
-
"
|
|
2898
|
+
"40d14fc004cff86ba8f9342518ed13b6966501c7c8": {
|
|
2899
2899
|
"workers": {
|
|
2900
2900
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2901
2901
|
"moduleId": 37177,
|
|
@@ -3001,7 +3001,7 @@
|
|
|
3001
3001
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts",
|
|
3002
3002
|
"exportedName": "getFeatureMetadata"
|
|
3003
3003
|
},
|
|
3004
|
-
"
|
|
3004
|
+
"40de17097ccfa89be3250eba030c7d72259e0fb0a0": {
|
|
3005
3005
|
"workers": {
|
|
3006
3006
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
3007
3007
|
"moduleId": 37177,
|
|
@@ -3016,7 +3016,7 @@
|
|
|
3016
3016
|
"filename": "src/presentation/web/app/actions/adopt-branch.ts",
|
|
3017
3017
|
"exportedName": "adoptBranch"
|
|
3018
3018
|
},
|
|
3019
|
-
"
|
|
3019
|
+
"40e48ebddf3acdd072f018265811fb8be1db85e566": {
|
|
3020
3020
|
"workers": {
|
|
3021
3021
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
3022
3022
|
"moduleId": 37177,
|
|
@@ -3031,7 +3031,7 @@
|
|
|
3031
3031
|
"filename": "src/presentation/web/app/actions/list-branches.ts",
|
|
3032
3032
|
"exportedName": "listBranches"
|
|
3033
3033
|
},
|
|
3034
|
-
"
|
|
3034
|
+
"00c3fb55844e3fd3891ec743f2159fdfbe1e03f747": {
|
|
3035
3035
|
"workers": {
|
|
3036
3036
|
"app/(dashboard)/@drawer/create/page": {
|
|
3037
3037
|
"moduleId": 16891,
|
|
@@ -3053,7 +3053,7 @@
|
|
|
3053
3053
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts",
|
|
3054
3054
|
"exportedName": "getWorkflowDefaults"
|
|
3055
3055
|
},
|
|
3056
|
-
"
|
|
3056
|
+
"40c4e8194eaadba4e3f05cefd5cde8f69cd0806542": {
|
|
3057
3057
|
"workers": {
|
|
3058
3058
|
"app/(dashboard)/@drawer/create/page": {
|
|
3059
3059
|
"moduleId": 16891,
|
|
@@ -3075,7 +3075,7 @@
|
|
|
3075
3075
|
"filename": "src/presentation/web/app/actions/get-viewer-permission.ts",
|
|
3076
3076
|
"exportedName": "getViewerPermission"
|
|
3077
3077
|
},
|
|
3078
|
-
"
|
|
3078
|
+
"40642ba6d546f7537ee2002c5bb1952c1a94521a73": {
|
|
3079
3079
|
"workers": {
|
|
3080
3080
|
"app/(dashboard)/@drawer/create/page": {
|
|
3081
3081
|
"moduleId": 16891,
|
|
@@ -3097,7 +3097,7 @@
|
|
|
3097
3097
|
"filename": "src/presentation/web/app/actions/create-feature.ts",
|
|
3098
3098
|
"exportedName": "createFeature"
|
|
3099
3099
|
},
|
|
3100
|
-
"
|
|
3100
|
+
"60009e71a6a00bd2ab9e938f1d07444426f264b0a5": {
|
|
3101
3101
|
"workers": {
|
|
3102
3102
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3103
3103
|
"moduleId": 78684,
|
|
@@ -3133,7 +3133,7 @@
|
|
|
3133
3133
|
"filename": "src/presentation/web/app/actions/approve-feature.ts",
|
|
3134
3134
|
"exportedName": "approveFeature"
|
|
3135
3135
|
},
|
|
3136
|
-
"
|
|
3136
|
+
"70896128c2f56284df25b6f3fec5ab4a91fc0cda8c": {
|
|
3137
3137
|
"workers": {
|
|
3138
3138
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3139
3139
|
"moduleId": 78684,
|
|
@@ -3169,7 +3169,7 @@
|
|
|
3169
3169
|
"filename": "src/presentation/web/app/actions/reject-feature.ts",
|
|
3170
3170
|
"exportedName": "rejectFeature"
|
|
3171
3171
|
},
|
|
3172
|
-
"
|
|
3172
|
+
"402664cb8522db1b30dd6c8bda1940b5110ea7edeb": {
|
|
3173
3173
|
"workers": {
|
|
3174
3174
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3175
3175
|
"moduleId": 78684,
|
|
@@ -3205,7 +3205,7 @@
|
|
|
3205
3205
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
|
|
3206
3206
|
"exportedName": "getFeatureArtifact"
|
|
3207
3207
|
},
|
|
3208
|
-
"
|
|
3208
|
+
"40df02c52a35a9460de97825a04dd27c6f42a3dd0b": {
|
|
3209
3209
|
"workers": {
|
|
3210
3210
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3211
3211
|
"moduleId": 78684,
|
|
@@ -3241,7 +3241,7 @@
|
|
|
3241
3241
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts",
|
|
3242
3242
|
"exportedName": "getResearchArtifact"
|
|
3243
3243
|
},
|
|
3244
|
-
"
|
|
3244
|
+
"4054b425cda2a00bdc4332a4fcd3cc3e13177d11f2": {
|
|
3245
3245
|
"workers": {
|
|
3246
3246
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3247
3247
|
"moduleId": 78684,
|
|
@@ -3277,7 +3277,7 @@
|
|
|
3277
3277
|
"filename": "src/presentation/web/app/actions/get-merge-review-data.ts",
|
|
3278
3278
|
"exportedName": "getMergeReviewData"
|
|
3279
3279
|
},
|
|
3280
|
-
"
|
|
3280
|
+
"407e7f3877645d14e0e8a6643c7c01a359638dbe1f": {
|
|
3281
3281
|
"workers": {
|
|
3282
3282
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3283
3283
|
"moduleId": 78684,
|
|
@@ -3313,7 +3313,7 @@
|
|
|
3313
3313
|
"filename": "src/presentation/web/app/actions/get-feature-phase-timings.ts",
|
|
3314
3314
|
"exportedName": "getFeaturePhaseTimings"
|
|
3315
3315
|
},
|
|
3316
|
-
"
|
|
3316
|
+
"400a6069c0a9ee2f67b4942ec7c42863a9a380c119": {
|
|
3317
3317
|
"workers": {
|
|
3318
3318
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3319
3319
|
"moduleId": 78684,
|
|
@@ -3349,7 +3349,7 @@
|
|
|
3349
3349
|
"filename": "src/presentation/web/app/actions/get-feature-plan.ts",
|
|
3350
3350
|
"exportedName": "getFeaturePlan"
|
|
3351
3351
|
},
|
|
3352
|
-
"
|
|
3352
|
+
"403bdd84390991a85e7748290e660551819d82874f": {
|
|
3353
3353
|
"workers": {
|
|
3354
3354
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3355
3355
|
"moduleId": 78684,
|
|
@@ -3385,7 +3385,7 @@
|
|
|
3385
3385
|
"filename": "src/presentation/web/app/actions/rebase-feature.ts",
|
|
3386
3386
|
"exportedName": "rebaseFeature"
|
|
3387
3387
|
},
|
|
3388
|
-
"
|
|
3388
|
+
"40a4b79dac241f941c1dbbc65a11f810a74e91bbc9": {
|
|
3389
3389
|
"workers": {
|
|
3390
3390
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3391
3391
|
"moduleId": 78684,
|
|
@@ -3421,7 +3421,7 @@
|
|
|
3421
3421
|
"filename": "src/presentation/web/app/actions/get-feature-drawer-data.ts",
|
|
3422
3422
|
"exportedName": "getFeatureDrawerData"
|
|
3423
3423
|
},
|
|
3424
|
-
"
|
|
3424
|
+
"40d0ee2401ceffdfcd5801eb1ef4089dc281ffbf95": {
|
|
3425
3425
|
"workers": {
|
|
3426
3426
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3427
3427
|
"moduleId": 78684,
|
|
@@ -3457,7 +3457,7 @@
|
|
|
3457
3457
|
"filename": "src/presentation/web/app/actions/get-branch-sync-status.ts",
|
|
3458
3458
|
"exportedName": "getBranchSyncStatus"
|
|
3459
3459
|
},
|
|
3460
|
-
"
|
|
3460
|
+
"002067016498f30dbed857ac284655219089d5c858": {
|
|
3461
3461
|
"workers": {
|
|
3462
3462
|
"app/settings/page": {
|
|
3463
3463
|
"moduleId": 35023,
|
|
@@ -3472,7 +3472,7 @@
|
|
|
3472
3472
|
"filename": "src/presentation/web/app/actions/load-settings.ts",
|
|
3473
3473
|
"exportedName": "loadSettings"
|
|
3474
3474
|
},
|
|
3475
|
-
"
|
|
3475
|
+
"003bb3c631aa6e9ecd585c8205f3a75a31976898c1": {
|
|
3476
3476
|
"workers": {
|
|
3477
3477
|
"app/settings/page": {
|
|
3478
3478
|
"moduleId": 35023,
|
|
@@ -3487,7 +3487,7 @@
|
|
|
3487
3487
|
"filename": "src/presentation/web/app/actions/get-available-terminals.ts",
|
|
3488
3488
|
"exportedName": "getAvailableTerminals"
|
|
3489
3489
|
},
|
|
3490
|
-
"
|
|
3490
|
+
"40bc98f1f820f447c68161820168e758ac0d8b5dc4": {
|
|
3491
3491
|
"workers": {
|
|
3492
3492
|
"app/settings/page": {
|
|
3493
3493
|
"moduleId": 35023,
|
|
@@ -3504,5 +3504,5 @@
|
|
|
3504
3504
|
}
|
|
3505
3505
|
},
|
|
3506
3506
|
"edge": {},
|
|
3507
|
-
"encryptionKey": "
|
|
3507
|
+
"encryptionKey": "VSzcm+2/hEfiuJ6qhdM6YFuUHEzIq1+hOg6ubZSBQnw="
|
|
3508
3508
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,76852,e=>{"use strict";var t=e.i(79054),r=e.i(89956),a=e.i(12385),l=e.i(83623),c=e.i(21023);let s=(0,c.createServerReference)("40acffabb07189db4356697ce18254c91661b5a862",c.callServer,void 0,c.findSourceMapURL,"syncRepository");function u(e){let[c,u]=(0,t.useState)(!1),[i,n]=(0,t.useState)(!1),[o,d]=(0,t.useState)(!1),[p,f]=(0,t.useState)(!1),[h,y]=(0,t.useState)(null),[m,v]=(0,t.useState)(null),[k,S]=(0,t.useState)(null),[x,b]=(0,t.useState)(null),R=(0,t.useRef)(null),M=(0,t.useRef)(null),g=(0,t.useRef)(null),C=(0,t.useRef)(null);(0,t.useEffect)(()=>()=>{R.current&&clearTimeout(R.current),M.current&&clearTimeout(M.current),g.current&&clearTimeout(g.current),C.current&&clearTimeout(C.current)},[]);let T=(0,t.useCallback)(async(t,r,a,l,c)=>{if(e&&!c){l.current&&clearTimeout(l.current),r(!0),a(null);try{let e=await t();if(!e.success){let t=e.error??"An unexpected error occurred";a(t),l.current=setTimeout(()=>a(null),5e3)}}catch(e){a(e instanceof Error?e.message:"An unexpected error occurred"),l.current=setTimeout(()=>a(null),5e3)}finally{r(!1)}}},[e]);return{openInIde:(0,t.useCallback)(()=>T(()=>(0,r.openIde)({repositoryPath:e.repositoryPath}),u,y,R,c),[T,c,e]),openInShell:(0,t.useCallback)(()=>T(()=>(0,a.openShell)({repositoryPath:e.repositoryPath}),n,v,M,i),[T,i,e]),openFolder:(0,t.useCallback)(()=>T(()=>(0,l.openFolder)(e.repositoryPath),d,S,g,o),[T,o,e]),syncMain:(0,t.useCallback)(()=>T(()=>s(e.repositoryId??""),f,b,C,p),[T,p,e]),ideLoading:c,shellLoading:i,folderLoading:o,syncLoading:p,ideError:h,shellError:m,folderError:k,syncError:x}}e.s(["useRepositoryActions",()=>u],76852)},30702,e=>{"use strict";let t=(0,e.i(3645).default)("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);e.s(["ExternalLink",()=>t],30702)},38573,e=>{"use strict";let t=(0,e.i(3645).default)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]);e.s(["Terminal",()=>t],38573)},1650,e=>{"use strict";e.i(11495),e.s([])},19933,e=>{"use strict";let t=(0,e.i(3645).default)("folder-open",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]);e.s(["FolderOpen",()=>t],19933)},8986,89956,12385,83623,e=>{"use strict";let t=(0,e.i(3645).default)("code-xml",[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]]);e.s(["Code2",()=>t],8986);var r=e.i(21023);let a=(0,r.createServerReference)("403ea70f47877010eaafc676518650a32a058e127e",r.callServer,void 0,r.findSourceMapURL,"openIde");e.s(["openIde",()=>a],89956);let l=(0,r.createServerReference)("402ce9073b4aa7d8d7fe19f9e0456ee39ddb1ac108",r.callServer,void 0,r.findSourceMapURL,"openShell");e.s(["openShell",()=>l],12385);let c=(0,r.createServerReference)("4042b8826d1949e05a61c4542eb23286762c203bea",r.callServer,void 0,r.findSourceMapURL,"openFolder");e.s(["openFolder",()=>c],83623)},53360,e=>{"use strict";let t=(0,e.i(3645).default)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]);e.s(["Zap",()=>t],53360)},97667,e=>{"use strict";var t=e.i(1012);e.s(["CheckIcon",()=>t.default])},23405,e=>{"use strict";var t=e.i(79054);function r(e){let r=t.useRef({value:e,previous:e});return t.useMemo(()=>(r.current.value!==e&&(r.current.previous=r.current.value,r.current.value=e),r.current.previous),[e])}e.s(["usePrevious",()=>r])},3214,e=>{"use strict";let t=(0,e.i(3645).default)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);e.s(["Plus",()=>t],3214)},10714,e=>{"use strict";let t=(0,e.i(3645).default)("minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);e.s(["default",()=>t])},49228,e=>{"use strict";let t=(0,e.i(3645).default)("git-branch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]);e.s(["GitBranch",()=>t],49228)},95812,35e3,e=>{"use strict";let t=(0,e.i(3645).default)("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["Circle",()=>t],95812);var r=e.i(80986);e.s(["CheckCircle2",()=>r.default],35e3)},54793,7729,e=>{"use strict";var t=e.i(20314),r=e.i(31777);function a({icon:e,title:a,description:l,action:c,className:s,...u}){return(0,t.jsxs)("div",{className:(0,r.cn)("flex flex-col items-center gap-4 px-4 py-12 text-center",s),...u,children:[e?(0,t.jsx)("div",{className:"text-muted-foreground",children:e}):null,(0,t.jsx)("h3",{className:"text-lg font-semibold",children:a}),l?(0,t.jsx)("p",{className:"text-muted-foreground max-w-md text-sm",children:l}):null,c?(0,t.jsx)("div",{className:"mt-2",children:c}):null]})}e.s(["EmptyState",()=>a],7729),e.s([],54793)},91925,e=>{"use strict";let t=(0,e.i(3645).default)("folder-plus",[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);e.s(["FolderPlus",()=>t],91925)},97677,e=>{"use strict";var t=e.i(21023);let r=(0,t.createServerReference)("4041fcaeeea4f4f36fe548d51167e74c253349c7da",t.callServer,void 0,t.findSourceMapURL,"addRepository");e.s(["addRepository",()=>r])}]);
|