@pixelbyte-software/pixcode 1.54.10 → 1.55.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/CODE_OF_CONDUCT.md +41 -41
- package/CONTRIBUTING.md +156 -156
- package/LICENSE +21 -718
- package/README.de.md +169 -169
- package/README.ja.md +167 -167
- package/README.ko.md +167 -167
- package/README.md +435 -418
- package/README.ru.md +169 -169
- package/README.tr.md +298 -298
- package/README.zh-CN.md +167 -167
- package/SECURITY.md +46 -46
- package/dist-server/server/claude-sdk.js +1 -1
- package/dist-server/server/claude-sdk.js.map +1 -1
- package/dist-server/server/cli.js +100 -100
- package/dist-server/server/daemon/manager.js +33 -33
- package/dist-server/server/daemon-manager.js +64 -64
- package/dist-server/server/index.js +6 -11
- package/dist-server/server/index.js.map +1 -1
- package/dist-server/server/modules/security/permission-policy.js.map +1 -0
- package/dist-server/server/modules/tasks/git-worktree.js +98 -0
- package/dist-server/server/modules/tasks/git-worktree.js.map +1 -0
- package/dist-server/server/modules/tasks/index.js +8 -0
- package/dist-server/server/modules/tasks/index.js.map +1 -0
- package/dist-server/server/modules/tasks/prompt-builder.js +85 -0
- package/dist-server/server/modules/tasks/prompt-builder.js.map +1 -0
- package/dist-server/server/modules/tasks/role-presets.js +94 -0
- package/dist-server/server/modules/tasks/role-presets.js.map +1 -0
- package/dist-server/server/modules/tasks/runners/claude-runner.js +109 -0
- package/dist-server/server/modules/tasks/runners/claude-runner.js.map +1 -0
- package/dist-server/server/modules/tasks/runners/codex-runner.js +67 -0
- package/dist-server/server/modules/tasks/runners/codex-runner.js.map +1 -0
- package/dist-server/server/modules/tasks/runners/spawn-runner.js +111 -0
- package/dist-server/server/modules/tasks/runners/spawn-runner.js.map +1 -0
- package/dist-server/server/modules/tasks/runners/types.js +5 -0
- package/dist-server/server/modules/tasks/runners/types.js.map +1 -0
- package/dist-server/server/modules/tasks/scheduler.js +69 -0
- package/dist-server/server/modules/tasks/scheduler.js.map +1 -0
- package/dist-server/server/modules/tasks/task-queue.js +81 -0
- package/dist-server/server/modules/tasks/task-queue.js.map +1 -0
- package/dist-server/server/modules/tasks/task-routes.js +195 -0
- package/dist-server/server/modules/tasks/task-routes.js.map +1 -0
- package/dist-server/server/modules/tasks/task-runner.js +187 -0
- package/dist-server/server/modules/tasks/task-runner.js.map +1 -0
- package/dist-server/server/modules/tasks/task-store.js +196 -0
- package/dist-server/server/modules/tasks/task-store.js.map +1 -0
- package/dist-server/server/modules/tasks/task-types.js +5 -0
- package/dist-server/server/modules/tasks/task-types.js.map +1 -0
- package/dist-server/server/modules/tasks/user-interaction.js +73 -0
- package/dist-server/server/modules/tasks/user-interaction.js.map +1 -0
- package/dist-server/server/routes/commands.js +25 -25
- package/dist-server/server/routes/git.js +17 -17
- package/dist-server/server/routes/live-view.js +46 -46
- package/dist-server/server/services/control-room.js +9 -1
- package/dist-server/server/services/control-room.js.map +1 -1
- package/dist-server/server/services/public-api-manifest.js +54 -54
- package/dist-server/server/services/public-api-manifest.js.map +1 -1
- package/dist-server/server/services/telegram/control-center.js +10 -10
- package/dist-server/server/services/telegram/control-center.js.map +1 -1
- package/dist-server/server/services/telegram/telegram-gateway.js +2 -2
- package/dist-server/server/services/telegram/telegram-gateway.js.map +1 -1
- package/dist-server/server/services/telegram/translations.js +5 -5
- package/dist-server/server/services/telegram/translations.js.map +1 -1
- package/package.json +224 -224
- package/scripts/fix-node-pty.js +67 -67
- package/scripts/github/create-v1.38-issues.mjs +351 -351
- package/scripts/github/create-vscode-workbench-issues.mjs +121 -121
- package/scripts/smoke/backend-resource-bounds.mjs +152 -152
- package/scripts/smoke/changes-panel-layout.mjs +48 -48
- package/scripts/smoke/chat-composer-fixed-layout.mjs +55 -55
- package/scripts/smoke/chat-message-timeline-order.mjs +41 -41
- package/scripts/smoke/chat-realtime-hydration.mjs +44 -44
- package/scripts/smoke/chat-session-provider-pools.mjs +35 -35
- package/scripts/smoke/chat-session-state.mjs +19 -19
- package/scripts/smoke/code-editor-theme.mjs +55 -55
- package/scripts/smoke/code-editor-vscode-engine.mjs +91 -91
- package/scripts/smoke/command-center-agent-writes.mjs +79 -79
- package/scripts/smoke/command-center-non-git.mjs +46 -46
- package/scripts/smoke/context-packet.mjs +43 -43
- package/scripts/smoke/control-room-ux-redesign.mjs +91 -91
- package/scripts/smoke/daemon-entrypoint.mjs +20 -20
- package/scripts/smoke/default-landing-routing.mjs +33 -33
- package/scripts/smoke/desktop-native-notifications.mjs +30 -30
- package/scripts/smoke/desktop-tray-icon.mjs +33 -33
- package/scripts/smoke/discord-release-workflow.mjs +24 -24
- package/scripts/smoke/git-install-update.mjs +255 -255
- package/scripts/smoke/handoff-artifact-protocol.mjs +50 -50
- package/scripts/smoke/live-view-diagnostics.mjs +53 -53
- package/scripts/smoke/live-view-environment.mjs +92 -92
- package/scripts/smoke/live-view-integration.mjs +450 -450
- package/scripts/smoke/mac-desktop-runtime.mjs +37 -37
- package/scripts/smoke/mobile-tunnel-guidance.mjs +29 -29
- package/scripts/smoke/mobile-ux.mjs +76 -76
- package/scripts/smoke/model-registry.mjs +36 -36
- package/scripts/smoke/multi-project-ui.mjs +45 -45
- package/scripts/smoke/multi-worker-slots.mjs +42 -42
- package/scripts/smoke/notification-center.mjs +87 -87
- package/scripts/smoke/notification-inapp-preference.mjs +23 -23
- package/scripts/smoke/notification-taxonomy.mjs +58 -58
- package/scripts/smoke/orchestration-api.mjs +172 -172
- package/scripts/smoke/orchestration-execution-dashboard.mjs +33 -33
- package/scripts/smoke/orchestration-live-run.mjs +176 -176
- package/scripts/smoke/orchestration-mobile-scroll.mjs +29 -29
- package/scripts/smoke/orchestration-model-sync.mjs +30 -30
- package/scripts/smoke/orchestration-permission-fallback.mjs +34 -34
- package/scripts/smoke/orchestration-runtime-guards.mjs +48 -48
- package/scripts/smoke/orchestration-user-facing-output.mjs +25 -25
- package/scripts/smoke/permission-policy.mjs +50 -50
- package/scripts/smoke/pixcode-workbench-1-48.mjs +167 -167
- package/scripts/smoke/provider-models-opencode-live.mjs +66 -66
- package/scripts/smoke/provider-rest-api.mjs +124 -124
- package/scripts/smoke/provider-selection-status.mjs +52 -52
- package/scripts/smoke/run-state-refresh.mjs +52 -52
- package/scripts/smoke/runtime-manager.mjs +99 -99
- package/scripts/smoke/shell-manual-disconnect.mjs +30 -30
- package/scripts/smoke/side-panel-editor-layout.mjs +34 -34
- package/scripts/smoke/static-root-routing.mjs +21 -21
- package/scripts/smoke/strict-handoff-compact.mjs +60 -60
- package/scripts/smoke/taskmaster-config.mjs +24 -24
- package/scripts/smoke/taskmaster-execution-telegram.mjs +3 -3
- package/scripts/smoke/taskmaster-onboarding.mjs +3 -3
- package/scripts/smoke/taskmaster-run-graph.mjs +3 -3
- package/scripts/smoke/telegram-control.mjs +331 -331
- package/scripts/smoke/tunnel-persistence.mjs +56 -56
- package/scripts/smoke/update-issue-progress.mjs +69 -69
- package/scripts/smoke/update-ux.mjs +55 -55
- package/scripts/smoke/v138-completion.mjs +132 -132
- package/scripts/smoke/v138-desktop-release-hardening.mjs +69 -69
- package/scripts/smoke/v138-diagnostics.mjs +63 -63
- package/scripts/smoke/v138-issue-planner.mjs +33 -33
- package/scripts/smoke/v143-remote-control.mjs +76 -76
- package/scripts/smoke/v144-production-loop.mjs +47 -47
- package/scripts/smoke/v145-platformization.mjs +46 -46
- package/scripts/smoke/v146-control-room-ui.mjs +150 -150
- package/scripts/smoke/version-modal-autoshow.mjs +29 -29
- package/scripts/smoke/vscode-workbench-layout.mjs +63 -63
- package/scripts/smoke/vscode-workbench-polish.mjs +461 -461
- package/scripts/smoke/workflow-fallback-replay.mjs +56 -56
- package/scripts/smoke/workflow-templates.mjs +43 -43
- package/scripts/smoke/workflow-trace-timeline.mjs +46 -46
- package/scripts/update-git-install.mjs +298 -298
- package/server/claude-sdk.js +927 -927
- package/server/cli.js +1106 -1106
- package/server/constants/config.js +4 -4
- package/server/cursor-cli.js +344 -344
- package/server/daemon/manager.js +563 -563
- package/server/daemon-manager.js +964 -964
- package/server/database/db.js +988 -988
- package/server/database/json-store.js +197 -197
- package/server/gemini-cli.js +550 -550
- package/server/gemini-response-handler.js +79 -79
- package/server/index.js +5654 -5671
- package/server/load-env.js +35 -35
- package/server/middleware/account-lockout.js +112 -112
- package/server/middleware/auth.js +277 -277
- package/server/middleware/rate-limiter.js +87 -87
- package/server/modules/providers/index.ts +2 -2
- package/server/modules/providers/list/claude/claude-auth.provider.ts +146 -146
- package/server/modules/providers/list/claude/claude-mcp.provider.ts +135 -135
- package/server/modules/providers/list/claude/claude-sessions.provider.ts +306 -306
- package/server/modules/providers/list/claude/claude.provider.ts +15 -15
- package/server/modules/providers/list/codex/codex-auth.provider.ts +117 -117
- package/server/modules/providers/list/codex/codex-mcp.provider.ts +135 -135
- package/server/modules/providers/list/codex/codex-sessions.provider.ts +319 -319
- package/server/modules/providers/list/codex/codex.provider.ts +15 -15
- package/server/modules/providers/list/cursor/cursor-auth.provider.ts +147 -147
- package/server/modules/providers/list/cursor/cursor-mcp.provider.ts +108 -108
- package/server/modules/providers/list/cursor/cursor-sessions.provider.ts +421 -421
- package/server/modules/providers/list/cursor/cursor.provider.ts +15 -15
- package/server/modules/providers/list/gemini/gemini-auth.provider.ts +173 -173
- package/server/modules/providers/list/gemini/gemini-mcp.provider.ts +110 -110
- package/server/modules/providers/list/gemini/gemini-sessions.provider.ts +227 -227
- package/server/modules/providers/list/gemini/gemini.provider.ts +15 -15
- package/server/modules/providers/list/opencode/opencode-auth.provider.ts +131 -131
- package/server/modules/providers/list/opencode/opencode-sessions.provider.ts +286 -286
- package/server/modules/providers/list/qwen/qwen-auth.provider.ts +146 -146
- package/server/modules/providers/list/qwen/qwen-sessions.provider.ts +265 -265
- package/server/modules/providers/provider.registry.ts +40 -40
- package/server/modules/providers/provider.routes.ts +982 -982
- package/server/modules/providers/services/mcp.service.ts +86 -86
- package/server/modules/providers/services/provider-auth.service.ts +26 -26
- package/server/modules/providers/services/sessions.service.ts +45 -45
- package/server/modules/providers/shared/base/abstract.provider.ts +20 -20
- package/server/modules/providers/shared/mcp/mcp.provider.ts +151 -151
- package/server/modules/providers/tests/mcp.test.ts +293 -293
- package/server/modules/{orchestration/security → security}/permission-policy.ts +401 -401
- package/server/modules/tasks/git-worktree.ts +102 -0
- package/server/modules/tasks/index.ts +9 -0
- package/server/modules/tasks/prompt-builder.ts +98 -0
- package/server/modules/tasks/role-presets.ts +113 -0
- package/server/modules/tasks/runners/claude-runner.ts +120 -0
- package/server/modules/tasks/runners/codex-runner.ts +80 -0
- package/server/modules/tasks/runners/spawn-runner.ts +122 -0
- package/server/modules/tasks/runners/types.ts +25 -0
- package/server/modules/tasks/scheduler.ts +75 -0
- package/server/modules/tasks/task-queue.ts +91 -0
- package/server/modules/tasks/task-routes.ts +245 -0
- package/server/modules/tasks/task-runner.ts +219 -0
- package/server/modules/tasks/task-store.ts +223 -0
- package/server/modules/tasks/task-types.ts +100 -0
- package/server/modules/tasks/user-interaction.ts +93 -0
- package/server/openai-codex.js +468 -468
- package/server/opencode-cli.js +491 -491
- package/server/opencode-response-handler.js +111 -111
- package/server/projects.js +3135 -3135
- package/server/qwen-code-cli.js +410 -410
- package/server/routes/agent.js +1462 -1462
- package/server/routes/auth.js +298 -298
- package/server/routes/codex.js +20 -20
- package/server/routes/commands.js +581 -581
- package/server/routes/cursor.js +61 -61
- package/server/routes/diagnostics.js +44 -44
- package/server/routes/gemini.js +25 -25
- package/server/routes/git.js +1822 -1822
- package/server/routes/live-view.js +434 -434
- package/server/routes/mcp-utils.js +13 -13
- package/server/routes/messages.js +97 -97
- package/server/routes/network.js +143 -143
- package/server/routes/platformization.js +231 -231
- package/server/routes/plugins.js +690 -690
- package/server/routes/production-agent-loop.js +90 -90
- package/server/routes/projects.js +918 -918
- package/server/routes/public-api.js +34 -34
- package/server/routes/qwen.js +27 -27
- package/server/routes/remote.js +56 -56
- package/server/routes/settings.js +321 -321
- package/server/routes/telegram.js +163 -163
- package/server/routes/user.js +125 -125
- package/server/routes/webhooks.js +63 -63
- package/server/services/control-room.js +111 -102
- package/server/services/diagnostics.js +165 -165
- package/server/services/external-access.js +403 -403
- package/server/services/install-jobs.js +715 -715
- package/server/services/live-view.js +956 -956
- package/server/services/managed-runtimes.js +493 -493
- package/server/services/model-registry.js +144 -144
- package/server/services/notification-orchestrator.js +365 -365
- package/server/services/notification-taxonomy.js +204 -204
- package/server/services/platformization.js +1052 -1052
- package/server/services/production-agent-loop.js +248 -248
- package/server/services/provider-cli-versions.js +149 -149
- package/server/services/provider-credentials.js +189 -189
- package/server/services/provider-models.js +396 -396
- package/server/services/public-api-manifest.js +181 -181
- package/server/services/qr-login.js +126 -126
- package/server/services/remote-connection.js +127 -127
- package/server/services/runtime-manager.js +323 -323
- package/server/services/startup-update.js +259 -259
- package/server/services/telegram/bot.js +393 -393
- package/server/services/telegram/control-center.js +2453 -2453
- package/server/services/telegram/telegram-gateway.js +314 -314
- package/server/services/telegram/telegram-http-client.js +201 -201
- package/server/services/telegram/translations.js +470 -470
- package/server/services/webhooks.js +216 -216
- package/server/sessionManager.js +225 -225
- package/server/setup-wizard.js +283 -283
- package/server/shared/interfaces.ts +54 -54
- package/server/shared/types.ts +172 -172
- package/server/shared/utils.ts +193 -193
- package/server/tsconfig.json +36 -36
- package/server/utils/colors.js +21 -21
- package/server/utils/commandParser.js +305 -305
- package/server/utils/frontmatter.js +18 -18
- package/server/utils/gitConfig.js +34 -34
- package/server/utils/plugin-loader.js +461 -461
- package/server/utils/plugin-process-manager.js +185 -185
- package/server/utils/port-access.js +227 -227
- package/server/utils/runtime-paths.js +37 -37
- package/server/utils/security-log.js +84 -84
- package/server/utils/url-detection.js +71 -71
- package/server/vite-daemon.js +79 -79
- package/shared/modelConstants.js +161 -161
- package/shared/networkHosts.js +22 -22
- package/dist/api-automation.html +0 -110
- package/dist/api-docs.html +0 -548
- package/dist/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2 +0 -0
- package/dist/assets/KaTeX_AMS-Regular-DMm9YOAa.woff +0 -0
- package/dist/assets/KaTeX_AMS-Regular-DRggAlZN.ttf +0 -0
- package/dist/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf +0 -0
- package/dist/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff +0 -0
- package/dist/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2 +0 -0
- package/dist/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff +0 -0
- package/dist/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2 +0 -0
- package/dist/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf +0 -0
- package/dist/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf +0 -0
- package/dist/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff +0 -0
- package/dist/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2 +0 -0
- package/dist/assets/KaTeX_Fraktur-Regular-CB_wures.ttf +0 -0
- package/dist/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2 +0 -0
- package/dist/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff +0 -0
- package/dist/assets/KaTeX_Main-Bold-Cx986IdX.woff2 +0 -0
- package/dist/assets/KaTeX_Main-Bold-Jm3AIy58.woff +0 -0
- package/dist/assets/KaTeX_Main-Bold-waoOVXN0.ttf +0 -0
- package/dist/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2 +0 -0
- package/dist/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf +0 -0
- package/dist/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff +0 -0
- package/dist/assets/KaTeX_Main-Italic-3WenGoN9.ttf +0 -0
- package/dist/assets/KaTeX_Main-Italic-BMLOBm91.woff +0 -0
- package/dist/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2 +0 -0
- package/dist/assets/KaTeX_Main-Regular-B22Nviop.woff2 +0 -0
- package/dist/assets/KaTeX_Main-Regular-Dr94JaBh.woff +0 -0
- package/dist/assets/KaTeX_Main-Regular-ypZvNtVU.ttf +0 -0
- package/dist/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf +0 -0
- package/dist/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2 +0 -0
- package/dist/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff +0 -0
- package/dist/assets/KaTeX_Math-Italic-DA0__PXp.woff +0 -0
- package/dist/assets/KaTeX_Math-Italic-flOr_0UB.ttf +0 -0
- package/dist/assets/KaTeX_Math-Italic-t53AETM-.woff2 +0 -0
- package/dist/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf +0 -0
- package/dist/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2 +0 -0
- package/dist/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff +0 -0
- package/dist/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2 +0 -0
- package/dist/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff +0 -0
- package/dist/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf +0 -0
- package/dist/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf +0 -0
- package/dist/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff +0 -0
- package/dist/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2 +0 -0
- package/dist/assets/KaTeX_Script-Regular-C5JkGWo-.ttf +0 -0
- package/dist/assets/KaTeX_Script-Regular-D3wIWfF6.woff2 +0 -0
- package/dist/assets/KaTeX_Script-Regular-D5yQViql.woff +0 -0
- package/dist/assets/KaTeX_Size1-Regular-C195tn64.woff +0 -0
- package/dist/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf +0 -0
- package/dist/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2 +0 -0
- package/dist/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf +0 -0
- package/dist/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2 +0 -0
- package/dist/assets/KaTeX_Size2-Regular-oD1tc_U0.woff +0 -0
- package/dist/assets/KaTeX_Size3-Regular-CTq5MqoE.woff +0 -0
- package/dist/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf +0 -0
- package/dist/assets/KaTeX_Size4-Regular-BF-4gkZK.woff +0 -0
- package/dist/assets/KaTeX_Size4-Regular-DWFBv043.ttf +0 -0
- package/dist/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2 +0 -0
- package/dist/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff +0 -0
- package/dist/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2 +0 -0
- package/dist/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf +0 -0
- package/dist/assets/index-DWOW_Jn0.js +0 -877
- package/dist/assets/index-Dz1luE0u.css +0 -32
- package/dist/assets/index-ak1p_4ew.js +0 -11
- package/dist/assets/localMonaco-DFIbtDNp.js +0 -1
- package/dist/assets/vendor-codemirror-CIYNS698.js +0 -41
- package/dist/assets/vendor-react-DB6V5Fl1.js +0 -59
- package/dist/assets/vendor-xterm-C7tpxJl7.js +0 -9
- package/dist/clear-cache.html +0 -85
- package/dist/convert-icons.md +0 -53
- package/dist/docs.html +0 -308
- package/dist/favicon.png +0 -0
- package/dist/favicon.svg +0 -8
- package/dist/features.html +0 -133
- package/dist/generate-icons.js +0 -49
- package/dist/humans.txt +0 -15
- package/dist/icons/claude-ai-icon.svg +0 -1
- package/dist/icons/codex-white.svg +0 -3
- package/dist/icons/codex.svg +0 -3
- package/dist/icons/cursor-white.svg +0 -12
- package/dist/icons/cursor.svg +0 -1
- package/dist/icons/gemini-ai-icon.svg +0 -1
- package/dist/icons/icon-128x128.png +0 -0
- package/dist/icons/icon-128x128.svg +0 -9
- package/dist/icons/icon-144x144.png +0 -0
- package/dist/icons/icon-144x144.svg +0 -9
- package/dist/icons/icon-152x152.png +0 -0
- package/dist/icons/icon-152x152.svg +0 -9
- package/dist/icons/icon-192x192.png +0 -0
- package/dist/icons/icon-192x192.svg +0 -9
- package/dist/icons/icon-384x384.png +0 -0
- package/dist/icons/icon-384x384.svg +0 -9
- package/dist/icons/icon-512x512.png +0 -0
- package/dist/icons/icon-512x512.svg +0 -9
- package/dist/icons/icon-72x72.png +0 -0
- package/dist/icons/icon-72x72.svg +0 -9
- package/dist/icons/icon-96x96.png +0 -0
- package/dist/icons/icon-96x96.svg +0 -9
- package/dist/icons/icon-template.svg +0 -9
- package/dist/icons/opencode-logo-dark.svg +0 -1
- package/dist/icons/opencode-logo-light.svg +0 -1
- package/dist/icons/qwen-ai-icon.png +0 -0
- package/dist/icons/qwen-logo.svg +0 -15
- package/dist/index.html +0 -62
- package/dist/landing.html +0 -268
- package/dist/llms-full.txt +0 -119
- package/dist/llms.txt +0 -53
- package/dist/logo-128.png +0 -0
- package/dist/logo-256.png +0 -0
- package/dist/logo-32.png +0 -0
- package/dist/logo-512.png +0 -0
- package/dist/logo-64.png +0 -0
- package/dist/logo.png +0 -0
- package/dist/logo.svg +0 -12
- package/dist/manifest.json +0 -61
- package/dist/openapi.yaml +0 -1696
- package/dist/orchestration.html +0 -125
- package/dist/robots.txt +0 -4
- package/dist/screenshots/cli-selection.png +0 -0
- package/dist/screenshots/desktop-main.png +0 -0
- package/dist/screenshots/mobile-chat.png +0 -0
- package/dist/screenshots/tools-modal.png +0 -0
- package/dist/site.css +0 -692
- package/dist/sitemap.xml +0 -51
- package/dist/sw.js +0 -132
- package/dist-server/server/modules/orchestration/a2a/adapter-registry.js +0 -73
- package/dist-server/server/modules/orchestration/a2a/adapter-registry.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/abstract-a2a.adapter.js +0 -17
- package/dist-server/server/modules/orchestration/a2a/adapters/abstract-a2a.adapter.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/claude-code.adapter.js +0 -236
- package/dist-server/server/modules/orchestration/a2a/adapters/claude-code.adapter.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/codex.adapter.js +0 -202
- package/dist-server/server/modules/orchestration/a2a/adapters/codex.adapter.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/cursor.adapter.js +0 -205
- package/dist-server/server/modules/orchestration/a2a/adapters/cursor.adapter.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/gemini.adapter.js +0 -205
- package/dist-server/server/modules/orchestration/a2a/adapters/gemini.adapter.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/json-event.adapter.js +0 -84
- package/dist-server/server/modules/orchestration/a2a/adapters/json-event.adapter.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/json-event.adapter.test.js +0 -43
- package/dist-server/server/modules/orchestration/a2a/adapters/json-event.adapter.test.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/opencode.adapter.js +0 -205
- package/dist-server/server/modules/orchestration/a2a/adapters/opencode.adapter.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/adapters/qwen.adapter.js +0 -205
- package/dist-server/server/modules/orchestration/a2a/adapters/qwen.adapter.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/agent-card.js +0 -50
- package/dist-server/server/modules/orchestration/a2a/agent-card.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/auth.middleware.js +0 -25
- package/dist-server/server/modules/orchestration/a2a/auth.middleware.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/bus.js +0 -34
- package/dist-server/server/modules/orchestration/a2a/bus.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/routes.js +0 -502
- package/dist-server/server/modules/orchestration/a2a/routes.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/task-dispatcher.js +0 -295
- package/dist-server/server/modules/orchestration/a2a/task-dispatcher.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/task-store.js +0 -144
- package/dist-server/server/modules/orchestration/a2a/task-store.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/types.js +0 -6
- package/dist-server/server/modules/orchestration/a2a/types.js.map +0 -1
- package/dist-server/server/modules/orchestration/a2a/validator.js +0 -101
- package/dist-server/server/modules/orchestration/a2a/validator.js.map +0 -1
- package/dist-server/server/modules/orchestration/index.js +0 -27
- package/dist-server/server/modules/orchestration/index.js.map +0 -1
- package/dist-server/server/modules/orchestration/preview/port-watcher.js +0 -90
- package/dist-server/server/modules/orchestration/preview/port-watcher.js.map +0 -1
- package/dist-server/server/modules/orchestration/preview/preview-proxy.js +0 -58
- package/dist-server/server/modules/orchestration/preview/preview-proxy.js.map +0 -1
- package/dist-server/server/modules/orchestration/preview/types.js +0 -2
- package/dist-server/server/modules/orchestration/preview/types.js.map +0 -1
- package/dist-server/server/modules/orchestration/security/permission-policy.js.map +0 -1
- package/dist-server/server/modules/orchestration/tasks/orchestration-task-store.js +0 -34
- package/dist-server/server/modules/orchestration/tasks/orchestration-task-store.js.map +0 -1
- package/dist-server/server/modules/orchestration/tasks/orchestration-task.routes.js +0 -70
- package/dist-server/server/modules/orchestration/tasks/orchestration-task.routes.js.map +0 -1
- package/dist-server/server/modules/orchestration/tasks/orchestration-task.service.js +0 -181
- package/dist-server/server/modules/orchestration/tasks/orchestration-task.service.js.map +0 -1
- package/dist-server/server/modules/orchestration/tasks/orchestration-task.types.js +0 -2
- package/dist-server/server/modules/orchestration/tasks/orchestration-task.types.js.map +0 -1
- package/dist-server/server/modules/orchestration/tasks/task-run-graph.js +0 -100
- package/dist-server/server/modules/orchestration/tasks/task-run-graph.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/approval-queue.js +0 -72
- package/dist-server/server/modules/orchestration/workflows/approval-queue.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/built-in-workflows.js +0 -126
- package/dist-server/server/modules/orchestration/workflows/built-in-workflows.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/context-packet.js +0 -89
- package/dist-server/server/modules/orchestration/workflows/context-packet.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/handoff-artifact.js +0 -123
- package/dist-server/server/modules/orchestration/workflows/handoff-artifact.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workflow-fallback-policy.js +0 -114
- package/dist-server/server/modules/orchestration/workflows/workflow-fallback-policy.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workflow-replay.js +0 -177
- package/dist-server/server/modules/orchestration/workflows/workflow-replay.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workflow-runner.js +0 -1718
- package/dist-server/server/modules/orchestration/workflows/workflow-runner.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workflow-store.js +0 -76
- package/dist-server/server/modules/orchestration/workflows/workflow-store.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workflow-templates.js +0 -242
- package/dist-server/server/modules/orchestration/workflows/workflow-templates.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workflow-trace.js +0 -388
- package/dist-server/server/modules/orchestration/workflows/workflow-trace.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workflow.routes.js +0 -508
- package/dist-server/server/modules/orchestration/workflows/workflow.routes.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workflow.types.js +0 -2
- package/dist-server/server/modules/orchestration/workflows/workflow.types.js.map +0 -1
- package/dist-server/server/modules/orchestration/workflows/workspace-target.js +0 -100
- package/dist-server/server/modules/orchestration/workflows/workspace-target.js.map +0 -1
- package/dist-server/server/modules/orchestration/workspace/docker-workspace.js +0 -123
- package/dist-server/server/modules/orchestration/workspace/docker-workspace.js.map +0 -1
- package/dist-server/server/modules/orchestration/workspace/path-safety.js +0 -48
- package/dist-server/server/modules/orchestration/workspace/path-safety.js.map +0 -1
- package/dist-server/server/modules/orchestration/workspace/types.js +0 -11
- package/dist-server/server/modules/orchestration/workspace/types.js.map +0 -1
- package/dist-server/server/modules/orchestration/workspace/workspace-manager.js +0 -84
- package/dist-server/server/modules/orchestration/workspace/workspace-manager.js.map +0 -1
- package/dist-server/server/modules/orchestration/workspace/worktree-workspace.js +0 -97
- package/dist-server/server/modules/orchestration/workspace/worktree-workspace.js.map +0 -1
- package/server/modules/orchestration/a2a/adapter-registry.ts +0 -108
- package/server/modules/orchestration/a2a/adapters/abstract-a2a.adapter.ts +0 -63
- package/server/modules/orchestration/a2a/adapters/claude-code.adapter.ts +0 -286
- package/server/modules/orchestration/a2a/adapters/codex.adapter.ts +0 -244
- package/server/modules/orchestration/a2a/adapters/cursor.adapter.ts +0 -249
- package/server/modules/orchestration/a2a/adapters/gemini.adapter.ts +0 -248
- package/server/modules/orchestration/a2a/adapters/json-event.adapter.test.ts +0 -60
- package/server/modules/orchestration/a2a/adapters/json-event.adapter.ts +0 -101
- package/server/modules/orchestration/a2a/adapters/opencode.adapter.ts +0 -248
- package/server/modules/orchestration/a2a/adapters/qwen.adapter.ts +0 -248
- package/server/modules/orchestration/a2a/agent-card.ts +0 -55
- package/server/modules/orchestration/a2a/auth.middleware.ts +0 -29
- package/server/modules/orchestration/a2a/bus.ts +0 -46
- package/server/modules/orchestration/a2a/routes.ts +0 -586
- package/server/modules/orchestration/a2a/task-dispatcher.ts +0 -345
- package/server/modules/orchestration/a2a/task-store.ts +0 -178
- package/server/modules/orchestration/a2a/types.ts +0 -126
- package/server/modules/orchestration/a2a/validator.ts +0 -113
- package/server/modules/orchestration/index.ts +0 -99
- package/server/modules/orchestration/preview/port-watcher.ts +0 -112
- package/server/modules/orchestration/preview/preview-proxy.ts +0 -60
- package/server/modules/orchestration/preview/types.ts +0 -19
- package/server/modules/orchestration/tasks/orchestration-task-store.ts +0 -41
- package/server/modules/orchestration/tasks/orchestration-task.routes.ts +0 -81
- package/server/modules/orchestration/tasks/orchestration-task.service.ts +0 -201
- package/server/modules/orchestration/tasks/orchestration-task.types.ts +0 -40
- package/server/modules/orchestration/tasks/task-run-graph.ts +0 -155
- package/server/modules/orchestration/workflows/approval-queue.ts +0 -106
- package/server/modules/orchestration/workflows/built-in-workflows.ts +0 -127
- package/server/modules/orchestration/workflows/context-packet.ts +0 -186
- package/server/modules/orchestration/workflows/handoff-artifact.ts +0 -175
- package/server/modules/orchestration/workflows/workflow-fallback-policy.ts +0 -161
- package/server/modules/orchestration/workflows/workflow-replay.ts +0 -254
- package/server/modules/orchestration/workflows/workflow-runner.ts +0 -2062
- package/server/modules/orchestration/workflows/workflow-store.ts +0 -97
- package/server/modules/orchestration/workflows/workflow-templates.ts +0 -272
- package/server/modules/orchestration/workflows/workflow-trace.ts +0 -424
- package/server/modules/orchestration/workflows/workflow.routes.ts +0 -586
- package/server/modules/orchestration/workflows/workflow.types.ts +0 -111
- package/server/modules/orchestration/workflows/workspace-target.ts +0 -122
- package/server/modules/orchestration/workspace/docker-workspace.ts +0 -136
- package/server/modules/orchestration/workspace/path-safety.ts +0 -55
- package/server/modules/orchestration/workspace/types.ts +0 -52
- package/server/modules/orchestration/workspace/workspace-manager.ts +0 -102
- package/server/modules/orchestration/workspace/worktree-workspace.ts +0 -126
- /package/dist-server/server/modules/{orchestration/security → security}/permission-policy.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","sourceRoot":"","sources":["../../../../server/services/telegram/translations.js"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"translations.js","sourceRoot":"","sources":["../../../../server/services/telegram/translations.js"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,qCAAqC;AACrC,EAAE;AACF,8EAA8E;AAC9E,0EAA0E;AAC1E,+CAA+C;AAE/C,MAAM,EAAE,GAAG;IACT,mBAAmB,EAAE,8FAA8F;IACnH,uBAAuB,EAAE,sFAAsF;IAC/G,uBAAuB,EAAE,kDAAkD;IAC3E,kBAAkB,EAAE,oGAAoG;IACxH,iBAAiB,EAAE,8DAA8D;IACjF,iBAAiB,EAAE,4HAA4H;IAC/I,qBAAqB,EAAE,6FAA6F;IACpH,eAAe,EAAE,oFAAoF;IACrG,iBAAiB,EAAE,yEAAyE;IAC5F,cAAc,EAAE,iCAAiC;IACjD,cAAc,EAAE,qQAAqQ;IACrR,kBAAkB,EAAE,yJAAyJ;IAC7K,wBAAwB,EAAE,0EAA0E;IACpG,oBAAoB,EAAE,yMAAyM;IAC/N,yBAAyB,EAAE,SAAS;IACpC,0BAA0B,EAAE,UAAU;IACtC,0BAA0B,EAAE,UAAU;IACtC,0BAA0B,EAAE,UAAU;IACtC,0BAA0B,EAAE,UAAU;IACtC,qBAAqB,EAAE,cAAc;IACrC,yBAAyB,EAAE,UAAU;IACrC,yBAAyB,EAAE,UAAU;IACrC,uBAAuB,EAAE,QAAQ;IACjC,0BAA0B,EAAE,WAAW;IACvC,qBAAqB,EAAE,MAAM;IAC7B,0BAA0B,EAAE,WAAW;IACvC,4BAA4B,EAAE,cAAc;IAC5C,yBAAyB,EAAE,UAAU;IACrC,yBAAyB,EAAE,UAAU;IACrC,wBAAwB,EAAE,UAAU;IACpC,wBAAwB,EAAE,aAAa;IACvC,qBAAqB,EAAE,WAAW;IAClC,yBAAyB,EAAE,UAAU;IACrC,8BAA8B,EAAE,gBAAgB;IAChD,2BAA2B,EAAE,aAAa;IAC1C,4BAA4B,EAAE,uBAAuB;IACrD,yBAAyB,EAAE,oBAAoB;IAC/C,0BAA0B,EAAE,qBAAqB;IACjD,8BAA8B,EAAE,iBAAiB;IACjD,8BAA8B,EAAE,iBAAiB;IACjD,+BAA+B,EAAE,kBAAkB;IACnD,4BAA4B,EAAE,eAAe;IAC7C,yBAAyB,EAAE,UAAU;IACrC,yBAAyB,EAAE,WAAW;IACtC,0BAA0B,EAAE,YAAY;IACxC,wBAAwB,EAAE,SAAS;IACnC,wBAAwB,EAAE,SAAS;IACnC,qBAAqB,EAAE,MAAM;IAC7B,wBAAwB,EAAE,SAAS;IACnC,uBAAuB,EAAE,QAAQ;IACjC,yBAAyB,EAAE,iBAAiB;IAC5C,gCAAgC,EAAE,kBAAkB;IACpD,+BAA+B,EAAE,iBAAiB;IAClD,oBAAoB,EAAE,0EAA0E;IAChG,qBAAqB,EAAE,2CAA2C;IAClE,yBAAyB,EAAE,yDAAyD;IACpF,sBAAsB,EAAE,4CAA4C;IACpE,mBAAmB,EAAE,0BAA0B;IAC/C,sBAAsB,EAAE,wBAAwB;IAChD,gBAAgB,EAAE,mBAAmB;IACrC,oBAAoB,EAAE,mBAAmB;IACzC,uBAAuB,EAAE,yBAAyB;IAClD,qBAAqB,EAAE,uBAAuB;IAC9C,yBAAyB,EAAE,qDAAqD;IAChF,0BAA0B,EAAE,4BAA4B;IACxD,sBAAsB,EAAE,mBAAmB;IAC3C,oBAAoB,EAAE,iCAAiC;IACvD,oBAAoB,EAAE,kDAAkD;IACxE,wBAAwB,EAAE,kBAAkB;IAC5C,0BAA0B,EAAE,gHAAgH;IAC5I,0BAA0B,EAAE,mGAAmG;IAC/H,6BAA6B,EAAE,UAAU;IACzC,6BAA6B,EAAE,wHAAwH;IACvJ,4BAA4B,EAAE,mDAAmD;IACjF,0BAA0B,EAAE,yBAAyB;IACrD,8BAA8B,EAAE,mKAAmK;IACnM,yBAAyB,EAAE,uDAAuD;IAClF,sBAAsB,EAAE,iCAAiC;IACzD,0BAA0B,EAAE,yJAAyJ;IACrL,yBAAyB,EAAE,sEAAsE;IACjG,6BAA6B,EAAE,oGAAoG;IACnI,4BAA4B,EAAE,4BAA4B;IAC1D,+BAA+B,EAAE,wBAAwB;IACzD,8BAA8B,EAAE,uEAAuE;IACvG,kCAAkC,EAAE,2EAA2E;IAC/G,4BAA4B,EAAE,kDAAkD;IAChF,8BAA8B,EAAE,+CAA+C;IAC/E,0BAA0B,EAAE,oGAAoG;IAChI,sBAAsB,EAAE,qDAAqD;IAC7E,kBAAkB,EAAE,sGAAsG;IAC1H,4BAA4B,EAAE,wCAAwC;IACtE,6BAA6B,EAAE,0BAA0B;IACzD,sBAAsB,EAAE,mEAAmE;IAC3F,mBAAmB,EAAE,mCAAmC;IACxD,qBAAqB,EAAE,mBAAmB;IAC1C,yBAAyB,EAAE,6BAA6B;IACxD,yBAAyB,EAAE,4DAA4D;IACvF,qBAAqB,EAAE,mCAAmC;IAC1D,kBAAkB,EAAE,+CAA+C;IACnE,uBAAuB,EAAE,8CAA8C;IACvE,wBAAwB,EAAE,yEAAyE;IACnG,8BAA8B,EAAE,mDAAmD;IACnF,wBAAwB,EAAE,8CAA8C;IACxE,0BAA0B,EAAE,4CAA4C;IACxE,6BAA6B,EAAE,oDAAoD;IACnF,6BAA6B,EAAE,8DAA8D;IAC7F,8BAA8B,EAAE,kBAAkB;IAClD,uBAAuB,EAAE,mBAAmB;IAC5C,sBAAsB,EAAE,yBAAyB;IACjD,qBAAqB,EAAE,gCAAgC;IACvD,yBAAyB,EAAE,oDAAoD;IAC/E,qBAAqB,EAAE,4BAA4B;IACnD,yBAAyB,EAAE,yCAAyC;IACpE,0BAA0B,EAAE,iCAAiC;IAC7D,uBAAuB,EAAE,2BAA2B;IACpD,sBAAsB,EAAE,gBAAgB;IACxC,0BAA0B,EAAE,iCAAiC;IAC7D,yBAAyB,EAAE,wBAAwB;IACnD,4BAA4B,EAAE,uBAAuB;IACrD,uBAAuB,EAAE,yBAAyB;IAClD,wBAAwB,EAAE,0BAA0B;IACpD,uBAAuB,EAAE,2EAA2E;IACpG,qBAAqB,EAAE,gCAAgC;IACvD,qBAAqB,EAAE,sBAAsB;IAC7C,mBAAmB,EAAE,kCAAkC;IACvD,8BAA8B,EAAE,2DAA2D;IAC3F,6BAA6B,EAAE,gBAAgB;IAC/C,gCAAgC,EAAE,mBAAmB;IACrD,8BAA8B,EAAE,oBAAoB;IACpD,2BAA2B,EAAE,UAAU;IACvC,0BAA0B,EAAE,SAAS;IACrC,0BAA0B,EAAE,SAAS;IACrC,sBAAsB,EAAE,KAAK;IAC7B,2BAA2B,EAAE,UAAU;IACvC,0BAA0B,EAAE,SAAS;IACrC,yBAAyB,EAAE,QAAQ;IACnC,uBAAuB,EAAE,MAAM;IAC/B,yBAAyB,EAAE,QAAQ;IACnC,2BAA2B,EAAE,UAAU;IACvC,+BAA+B,EAAE,sDAAsD;IACvF,iCAAiC,EAAE,kDAAkD;IACrF,mCAAmC,EAAE,uBAAuB;IAC5D,mCAAmC,EAAE,mBAAmB;IACxD,kCAAkC,EAAE,kBAAkB;IACtD,2BAA2B,EAAE,UAAU;IACvC,6BAA6B,EAAE,sBAAsB;IACrD,0BAA0B,EAAE,eAAe;IAC3C,uBAAuB,EAAE,MAAM;IAC/B,yBAAyB,EAAE,QAAQ;IACnC,iCAAiC,EAAE,iBAAiB;IACpD,2BAA2B,EAAE,gBAAgB;IAC7C,6BAA6B,EAAE,aAAa;IAC5C,yBAAyB,EAAE,QAAQ;IACnC,6BAA6B,EAAE,2CAA2C;IAC1E,kCAAkC,EAAE,wDAAwD;IAC5F,uCAAuC,EAAE,sGAAsG;IAC/I,gCAAgC,EAAE,wFAAwF;IAC1H,yBAAyB,EAAE,8GAA8G;IACzI,wBAAwB,EAAE,uEAAuE;IACjG,uBAAuB,EAAE,+BAA+B;IACxD,yBAAyB,EAAE,uCAAuC;IAClE,6BAA6B,EAAE,gCAAgC;IAC/D,iBAAiB,EAAE,iFAAiF;IACpG,eAAe,EAAE,yCAAyC;CAC3D,CAAC;AAEF,MAAM,EAAE,GAAG;IACT,mBAAmB,EAAE,+EAA+E;IACpG,uBAAuB,EAAE,gEAAgE;IACzF,uBAAuB,EAAE,oDAAoD;IAC7E,kBAAkB,EAAE,iFAAiF;IACrG,iBAAiB,EAAE,4DAA4D;IAC/E,iBAAiB,EAAE,6HAA6H;IAChJ,qBAAqB,EAAE,qFAAqF;IAC5G,eAAe,EAAE,qEAAqE;IACtF,iBAAiB,EAAE,sEAAsE;IACzF,cAAc,EAAE,kCAAkC;IAClD,cAAc,EAAE,qQAAqQ;IACrR,kBAAkB,EAAE,oJAAoJ;IACxK,wBAAwB,EAAE,kEAAkE;IAC5F,oBAAoB,EAAE,qMAAqM;IAC3N,yBAAyB,EAAE,OAAO;IAClC,0BAA0B,EAAE,WAAW;IACvC,0BAA0B,EAAE,UAAU;IACtC,0BAA0B,EAAE,UAAU;IACtC,0BAA0B,EAAE,UAAU;IACtC,qBAAqB,EAAE,WAAW;IAClC,yBAAyB,EAAE,UAAU;IACrC,yBAAyB,EAAE,WAAW;IACtC,uBAAuB,EAAE,UAAU;IACnC,0BAA0B,EAAE,aAAa;IACzC,qBAAqB,EAAE,YAAY;IACnC,0BAA0B,EAAE,SAAS;IACrC,4BAA4B,EAAE,eAAe;IAC7C,yBAAyB,EAAE,YAAY;IACvC,yBAAyB,EAAE,WAAW;IACtC,wBAAwB,EAAE,aAAa;IACvC,wBAAwB,EAAE,SAAS;IACnC,qBAAqB,EAAE,eAAe;IACtC,yBAAyB,EAAE,SAAS;IACpC,8BAA8B,EAAE,kBAAkB;IAClD,2BAA2B,EAAE,gBAAgB;IAC7C,4BAA4B,EAAE,4BAA4B;IAC1D,yBAAyB,EAAE,uBAAuB;IAClD,0BAA0B,EAAE,yBAAyB;IACrD,8BAA8B,EAAE,iBAAiB;IACjD,8BAA8B,EAAE,mBAAmB;IACnD,+BAA+B,EAAE,mBAAmB;IACpD,4BAA4B,EAAE,gBAAgB;IAC9C,yBAAyB,EAAE,KAAK;IAChC,yBAAyB,EAAE,UAAU;IACrC,0BAA0B,EAAE,oBAAoB;IAChD,wBAAwB,EAAE,QAAQ;IAClC,wBAAwB,EAAE,QAAQ;IAClC,qBAAqB,EAAE,QAAQ;IAC/B,wBAAwB,EAAE,QAAQ;IAClC,uBAAuB,EAAE,QAAQ;IACjC,yBAAyB,EAAE,gBAAgB;IAC3C,gCAAgC,EAAE,kBAAkB;IACpD,+BAA+B,EAAE,mBAAmB;IACpD,oBAAoB,EAAE,sEAAsE;IAC5F,qBAAqB,EAAE,yCAAyC;IAChE,yBAAyB,EAAE,gEAAgE;IAC3F,sBAAsB,EAAE,+CAA+C;IACvE,mBAAmB,EAAE,yBAAyB;IAC9C,sBAAsB,EAAE,gCAAgC;IACxD,gBAAgB,EAAE,mCAAmC;IACrD,oBAAoB,EAAE,+BAA+B;IACrD,uBAAuB,EAAE,wBAAwB;IACjD,qBAAqB,EAAE,oBAAoB;IAC3C,yBAAyB,EAAE,sDAAsD;IACjF,0BAA0B,EAAE,2BAA2B;IACvD,sBAAsB,EAAE,gBAAgB;IACxC,oBAAoB,EAAE,iCAAiC;IACvD,oBAAoB,EAAE,sCAAsC;IAC5D,wBAAwB,EAAE,gBAAgB;IAC1C,0BAA0B,EAAE,sGAAsG;IAClI,0BAA0B,EAAE,8EAA8E;IAC1G,6BAA6B,EAAE,UAAU;IACzC,6BAA6B,EAAE,sIAAsI;IACrK,4BAA4B,EAAE,uCAAuC;IACrE,0BAA0B,EAAE,6BAA6B;IACzD,8BAA8B,EAAE,6KAA6K;IAC7M,yBAAyB,EAAE,kEAAkE;IAC7F,sBAAsB,EAAE,gCAAgC;IACxD,0BAA0B,EAAE,6KAA6K;IACzM,yBAAyB,EAAE,4DAA4D;IACvF,6BAA6B,EAAE,wFAAwF;IACvH,4BAA4B,EAAE,qBAAqB;IACnD,+BAA+B,EAAE,mBAAmB;IACpD,8BAA8B,EAAE,2DAA2D;IAC3F,kCAAkC,EAAE,mEAAmE;IACvG,4BAA4B,EAAE,0CAA0C;IACxE,8BAA8B,EAAE,qCAAqC;IACrE,0BAA0B,EAAE,6FAA6F;IACzH,sBAAsB,EAAE,0DAA0D;IAClF,kBAAkB,EAAE,mGAAmG;IACvH,4BAA4B,EAAE,+BAA+B;IAC7D,6BAA6B,EAAE,wBAAwB;IACvD,sBAAsB,EAAE,6EAA6E;IACrG,mBAAmB,EAAE,oCAAoC;IACzD,qBAAqB,EAAE,sBAAsB;IAC7C,yBAAyB,EAAE,wBAAwB;IACnD,yBAAyB,EAAE,8DAA8D;IACzF,qBAAqB,EAAE,oBAAoB;IAC3C,kBAAkB,EAAE,6CAA6C;IACjE,uBAAuB,EAAE,0CAA0C;IACnE,wBAAwB,EAAE,mEAAmE;IAC7F,8BAA8B,EAAE,6CAA6C;IAC7E,wBAAwB,EAAE,gEAAgE;IAC1F,0BAA0B,EAAE,8DAA8D;IAC1F,6BAA6B,EAAE,gDAAgD;IAC/E,6BAA6B,EAAE,uDAAuD;IACtF,8BAA8B,EAAE,qBAAqB;IACrD,uBAAuB,EAAE,mBAAmB;IAC5C,sBAAsB,EAAE,sBAAsB;IAC9C,qBAAqB,EAAE,wCAAwC;IAC/D,yBAAyB,EAAE,6DAA6D;IACxF,qBAAqB,EAAE,6BAA6B;IACpD,yBAAyB,EAAE,sCAAsC;IACjE,0BAA0B,EAAE,iCAAiC;IAC7D,uBAAuB,EAAE,0BAA0B;IACnD,sBAAsB,EAAE,mBAAmB;IAC3C,0BAA0B,EAAE,gCAAgC;IAC5D,yBAAyB,EAAE,wBAAwB;IACnD,4BAA4B,EAAE,gCAAgC;IAC9D,uBAAuB,EAAE,yBAAyB;IAClD,wBAAwB,EAAE,4BAA4B;IACtD,uBAAuB,EAAE,+EAA+E;IACxG,qBAAqB,EAAE,0CAA0C;IACjE,qBAAqB,EAAE,yBAAyB;IAChD,mBAAmB,EAAE,8BAA8B;IACnD,8BAA8B,EAAE,yDAAyD;IACzF,6BAA6B,EAAE,iBAAiB;IAChD,gCAAgC,EAAE,qBAAqB;IACvD,8BAA8B,EAAE,oBAAoB;IACpD,2BAA2B,EAAE,WAAW;IACxC,0BAA0B,EAAE,OAAO;IACnC,0BAA0B,EAAE,QAAQ;IACpC,sBAAsB,EAAE,SAAS;IACjC,2BAA2B,EAAE,UAAU;IACvC,0BAA0B,EAAE,YAAY;IACxC,yBAAyB,EAAE,OAAO;IAClC,uBAAuB,EAAE,eAAe;IACxC,yBAAyB,EAAE,OAAO;IAClC,2BAA2B,EAAE,cAAc;IAC3C,+BAA+B,EAAE,6CAA6C;IAC9E,iCAAiC,EAAE,yDAAyD;IAC5F,mCAAmC,EAAE,2BAA2B;IAChE,mCAAmC,EAAE,uBAAuB;IAC5D,kCAAkC,EAAE,oBAAoB;IACxD,2BAA2B,EAAE,WAAW;IACxC,6BAA6B,EAAE,iBAAiB;IAChD,0BAA0B,EAAE,qBAAqB;IACjD,uBAAuB,EAAE,YAAY;IACrC,yBAAyB,EAAE,WAAW;IACtC,iCAAiC,EAAE,gBAAgB;IACnD,2BAA2B,EAAE,iBAAiB;IAC9C,6BAA6B,EAAE,gBAAgB;IAC/C,yBAAyB,EAAE,OAAO;IAClC,6BAA6B,EAAE,kCAAkC;IACjE,kCAAkC,EAAE,oDAAoD;IACxF,uCAAuC,EAAE,6FAA6F;IACtI,gCAAgC,EAAE,2EAA2E;IAC7G,yBAAyB,EAAE,uGAAuG;IAClI,wBAAwB,EAAE,uFAAuF;IACjH,uBAAuB,EAAE,iCAAiC;IAC1D,yBAAyB,EAAE,2CAA2C;IACtE,6BAA6B,EAAE,8BAA8B;IAC7D,iBAAiB,EAAE,0FAA0F;IAC7G,eAAe,EAAE,4CAA4C;CAC9D,CAAC;AAEF,MAAM,EAAE,GAAG;IACT,mBAAmB,EAAE,mHAAmH;IACxI,uBAAuB,EAAE,2FAA2F;IACpH,uBAAuB,EAAE,qDAAqD;IAC9E,kBAAkB,EAAE,wFAAwF;IAC5G,iBAAiB,EAAE,0DAA0D;IAC7E,iBAAiB,EAAE,4JAA4J;IAC/K,qBAAqB,EAAE,4FAA4F;IACnH,eAAe,EAAE,gGAAgG;IACjH,iBAAiB,EAAE,6FAA6F;IAChH,uBAAuB,EAAE,sCAAsC;IAC/D,yBAAyB,EAAE,kDAAkD;IAC7E,6BAA6B,EAAE,oCAAoC;IACnE,iBAAiB,EAAE,qGAAqG;IACxH,eAAe,EAAE,qDAAqD;CACvE,CAAC;AAEF,MAAM,EAAE,GAAG;IACT,mBAAmB,EAAE,4GAA4G;IACjI,uBAAuB,EAAE,2EAA2E;IACpG,uBAAuB,EAAE,gDAAgD;IACzE,kBAAkB,EAAE,oEAAoE;IACxF,iBAAiB,EAAE,gDAAgD;IACnE,iBAAiB,EAAE,gIAAgI;IACnJ,qBAAqB,EAAE,4EAA4E;IACnG,eAAe,EAAE,wFAAwF;IACzG,iBAAiB,EAAE,uFAAuF;IAC1G,uBAAuB,EAAE,oCAAoC;IAC7D,yBAAyB,EAAE,4CAA4C;IACvE,6BAA6B,EAAE,iCAAiC;IAChE,iBAAiB,EAAE,kFAAkF;IACrG,eAAe,EAAE,oCAAoC;CACtD,CAAC;AAEF,MAAM,EAAE,GAAG;IACT,mBAAmB,EAAE,4DAA4D;IACjF,uBAAuB,EAAE,qCAAqC;IAC9D,uBAAuB,EAAE,mBAAmB;IAC5C,kBAAkB,EAAE,4CAA4C;IAChE,iBAAiB,EAAE,yCAAyC;IAC5D,iBAAiB,EAAE,8CAA8C;IACjE,qBAAqB,EAAE,wDAAwD;IAC/E,eAAe,EAAE,6CAA6C;IAC9D,iBAAiB,EAAE,mDAAmD;IACtE,uBAAuB,EAAE,sBAAsB;IAC/C,yBAAyB,EAAE,iCAAiC;IAC5D,6BAA6B,EAAE,sBAAsB;IACrD,iBAAiB,EAAE,4CAA4C;IAC/D,eAAe,EAAE,yBAAyB;CAC3C,CAAC;AAEF,MAAM,EAAE,GAAG;IACT,mBAAmB,EAAE,sDAAsD;IAC3E,uBAAuB,EAAE,sCAAsC;IAC/D,uBAAuB,EAAE,gBAAgB;IACzC,kBAAkB,EAAE,iDAAiD;IACrE,iBAAiB,EAAE,qCAAqC;IACxD,iBAAiB,EAAE,4CAA4C;IAC/D,qBAAqB,EAAE,4DAA4D;IACnF,eAAe,EAAE,2CAA2C;IAC5D,iBAAiB,EAAE,yDAAyD;IAC5E,uBAAuB,EAAE,sBAAsB;IAC/C,yBAAyB,EAAE,iCAAiC;IAC5D,6BAA6B,EAAE,sBAAsB;IACrD,iBAAiB,EAAE,+CAA+C;IAClE,eAAe,EAAE,wBAAwB;CAC1C,CAAC;AAEF,MAAM,EAAE,GAAG;IACT,mBAAmB,EAAE,oGAAoG;IACzH,uBAAuB,EAAE,wEAAwE;IACjG,uBAAuB,EAAE,8CAA8C;IACvE,kBAAkB,EAAE,iEAAiE;IACrF,iBAAiB,EAAE,oCAAoC;IACvD,iBAAiB,EAAE,2HAA2H;IAC9I,qBAAqB,EAAE,kEAAkE;IACzF,eAAe,EAAE,yEAAyE;IAC1F,iBAAiB,EAAE,uEAAuE;IAC1F,uBAAuB,EAAE,iCAAiC;IAC1D,yBAAyB,EAAE,4CAA4C;IACvE,6BAA6B,EAAE,mCAAmC;IAClE,iBAAiB,EAAE,0EAA0E;IAC7F,eAAe,EAAE,wCAAwC;CAC1D,CAAC;AAEF,MAAM,EAAE,GAAG;IACT,mBAAmB,EAAE,wCAAwC;IAC7D,uBAAuB,EAAE,0BAA0B;IACnD,uBAAuB,EAAE,eAAe;IACxC,kBAAkB,EAAE,6BAA6B;IACjD,iBAAiB,EAAE,0BAA0B;IAC7C,iBAAiB,EAAE,kCAAkC;IACrD,qBAAqB,EAAE,4CAA4C;IACnE,eAAe,EAAE,6BAA6B;IAC9C,iBAAiB,EAAE,uCAAuC;IAC1D,uBAAuB,EAAE,qBAAqB;IAC9C,yBAAyB,EAAE,+BAA+B;IAC1D,6BAA6B,EAAE,qBAAqB;IACpD,iBAAiB,EAAE,oCAAoC;IACvD,eAAe,EAAE,YAAY;CAC9B,CAAC;AAEF,MAAM,OAAO,GAAG;IACd,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,OAAO,EAAE,EAAE;CACZ,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,QAAQ,EAAE,IAAI,EAAE,EAAE;IACrC,IAAI,CAAC,IAAI;QAAE,OAAO,QAAQ,CAAC;IAC3B,OAAO,QAAQ,CAAC,OAAO,CAAC,gBAAgB,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE;QACxD,OAAO,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;IACvF,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,EAAE,GAAG,EAAE,IAAI,EAAE,EAAE;IACvC,MAAM,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,IAAI,OAAO,CAAC,EAAE,CAAC;IAC/C,MAAM,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,IAAI,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC;IAClD,OAAO,WAAW,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;AAChC,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,224 +1,224 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pixelbyte-software/pixcode",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Self-hosted AI coding agent control room for Claude Code, Cursor CLI, OpenAI Codex, Gemini CLI, Qwen Code, and OpenCode with chat, files, shell, Git, orchestration, API keys, Telegram, MCP, plugins, themes, and desktop/server deployment.",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist-server/server/index.js",
|
|
7
|
-
"bin": {
|
|
8
|
-
"pixcode": "dist-server/server/cli.js"
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"server/",
|
|
12
|
-
"!server/database/auth.json",
|
|
13
|
-
"shared/",
|
|
14
|
-
"dist/",
|
|
15
|
-
"dist-server/",
|
|
16
|
-
"scripts/",
|
|
17
|
-
"README.md",
|
|
18
|
-
"CONTRIBUTING.md",
|
|
19
|
-
"CODE_OF_CONDUCT.md",
|
|
20
|
-
"SECURITY.md"
|
|
21
|
-
],
|
|
22
|
-
"homepage": "https://github.com/alicomert/pixcode",
|
|
23
|
-
"repository": {
|
|
24
|
-
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/alicomert/pixcode.git"
|
|
26
|
-
},
|
|
27
|
-
"bugs": {
|
|
28
|
-
"url": "https://github.com/alicomert/pixcode/issues"
|
|
29
|
-
},
|
|
30
|
-
"publishConfig": {
|
|
31
|
-
"access": "public"
|
|
32
|
-
},
|
|
33
|
-
"scripts": {
|
|
34
|
-
"dev": "npm run server:dev",
|
|
35
|
-
"server": "node dist-server/server/cli.js start",
|
|
36
|
-
"server:dev": "node server/cli.js daemon install --mode system --port 3001 --frontend-port 5173",
|
|
37
|
-
"server:dev-watch": "node server/cli.js daemon restart --mode system --port 3001 --frontend-port 5173",
|
|
38
|
-
"client": "vite",
|
|
39
|
-
"build": "npm run build:client && npm run build:server",
|
|
40
|
-
"build:client": "vite build",
|
|
41
|
-
"prebuild:server": "node -e \"require('node:fs').rmSync('dist-server', { recursive: true, force: true })\"",
|
|
42
|
-
"build:server": "tsc -p server/tsconfig.json && tsc-alias -p server/tsconfig.json",
|
|
43
|
-
"preview": "vite preview",
|
|
44
|
-
"typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p server/tsconfig.json",
|
|
45
|
-
"lint": "eslint src/ server/",
|
|
46
|
-
"lint:fix": "eslint src/ server/ --fix",
|
|
47
|
-
"smoke:chat-session-state": "node scripts/smoke/chat-session-state.mjs",
|
|
48
|
-
"smoke:resource-bounds": "node scripts/smoke/backend-resource-bounds.mjs",
|
|
49
|
-
"smoke:mobile-ux": "node scripts/smoke/mobile-ux.mjs",
|
|
50
|
-
"smoke:orchestration-api": "node scripts/smoke/orchestration-api.mjs",
|
|
51
|
-
"smoke:orchestration-live": "node scripts/smoke/orchestration-live-run.mjs",
|
|
52
|
-
"smoke:provider-rest": "node scripts/smoke/provider-rest-api.mjs",
|
|
53
|
-
"smoke:static-root": "node scripts/smoke/static-root-routing.mjs",
|
|
54
|
-
"smoke:telegram-control": "node scripts/smoke/telegram-control.mjs",
|
|
55
|
-
"smoke:update-ux": "node scripts/smoke/update-ux.mjs",
|
|
56
|
-
"smoke:v138-diagnostics": "node scripts/smoke/v138-diagnostics.mjs",
|
|
57
|
-
"smoke:v138-desktop": "node scripts/smoke/v138-desktop-release-hardening.mjs",
|
|
58
|
-
"smoke:v138-completion": "node scripts/smoke/v138-completion.mjs",
|
|
59
|
-
"smoke:v138-issues": "node scripts/smoke/v138-issue-planner.mjs",
|
|
60
|
-
"issues:v1.38": "node scripts/github/create-v1.38-issues.mjs --apply",
|
|
61
|
-
"start": "npm run build && npm run server",
|
|
62
|
-
"release": "./release.sh",
|
|
63
|
-
"prepublishOnly": "npm run build",
|
|
64
|
-
"postinstall": "node scripts/fix-node-pty.js",
|
|
65
|
-
"prepare": "husky",
|
|
66
|
-
"update:platform": "./update-platform.sh"
|
|
67
|
-
},
|
|
68
|
-
"keywords": [
|
|
69
|
-
"pixcode",
|
|
70
|
-
"ai coding agent",
|
|
71
|
-
"ai coding assistant",
|
|
72
|
-
"self-hosted ai ide",
|
|
73
|
-
"self-hosted developer tool",
|
|
74
|
-
"coding agent ui",
|
|
75
|
-
"coding agent dashboard",
|
|
76
|
-
"multi-agent orchestration",
|
|
77
|
-
"agent orchestration",
|
|
78
|
-
"openai compatible api",
|
|
79
|
-
"claude code",
|
|
80
|
-
"claude-code",
|
|
81
|
-
"claude-code-ui",
|
|
82
|
-
"claude code ui",
|
|
83
|
-
"anthropic",
|
|
84
|
-
"codex",
|
|
85
|
-
"codex-ui",
|
|
86
|
-
"openai codex",
|
|
87
|
-
"openai-codex",
|
|
88
|
-
"openai",
|
|
89
|
-
"cursor",
|
|
90
|
-
"cursor-cli",
|
|
91
|
-
"cursor cli ui",
|
|
92
|
-
"gemini",
|
|
93
|
-
"gemini-cli",
|
|
94
|
-
"gemini cli ui",
|
|
95
|
-
"qwen",
|
|
96
|
-
"qwen-code",
|
|
97
|
-
"qwen code ui",
|
|
98
|
-
"opencode",
|
|
99
|
-
"opencode-cli",
|
|
100
|
-
"opencode ui",
|
|
101
|
-
"google",
|
|
102
|
-
"mcp",
|
|
103
|
-
"mcp manager",
|
|
104
|
-
"telegram bot",
|
|
105
|
-
"api automation",
|
|
106
|
-
"git ui",
|
|
107
|
-
"terminal ui",
|
|
108
|
-
"web-ui",
|
|
109
|
-
"desktop app",
|
|
110
|
-
"mobile IDE",
|
|
111
|
-
"yapay zeka kodlama"
|
|
112
|
-
],
|
|
113
|
-
"author": "Pixcode Contributors",
|
|
114
|
-
"license": "
|
|
115
|
-
"dependencies": {
|
|
116
|
-
"@anthropic-ai/claude-agent-sdk": "^0.2.116",
|
|
117
|
-
"@iarna/toml": "^2.2.5",
|
|
118
|
-
"@octokit/rest": "^22.0.0",
|
|
119
|
-
"@openai/codex-sdk": "^0.101.0",
|
|
120
|
-
"bcryptjs": "^3.0.3",
|
|
121
|
-
"better-sqlite3": "^12.6.2",
|
|
122
|
-
"chokidar": "^4.0.3",
|
|
123
|
-
"cors": "^2.8.5",
|
|
124
|
-
"cross-spawn": "^7.0.3",
|
|
125
|
-
"express": "^4.18.2",
|
|
126
|
-
"gray-matter": "^4.0.3",
|
|
127
|
-
"jsonwebtoken": "^9.0.2",
|
|
128
|
-
"mime-types": "^3.0.1",
|
|
129
|
-
"monaco-editor": "^0.55.1",
|
|
130
|
-
"multer": "^2.0.1",
|
|
131
|
-
"node-fetch": "^2.7.0",
|
|
132
|
-
"node-pty": "^1.2.0-beta.12",
|
|
133
|
-
"tar": "^7.5.13",
|
|
134
|
-
"web-push": "^3.6.7",
|
|
135
|
-
"ws": "^8.14.2"
|
|
136
|
-
},
|
|
137
|
-
"devDependencies": {
|
|
138
|
-
"@codemirror/lang-css": "^6.3.1",
|
|
139
|
-
"@codemirror/lang-html": "^6.4.9",
|
|
140
|
-
"@codemirror/lang-javascript": "^6.2.4",
|
|
141
|
-
"@codemirror/lang-json": "^6.0.1",
|
|
142
|
-
"@codemirror/lang-markdown": "^6.3.3",
|
|
143
|
-
"@codemirror/lang-python": "^6.2.1",
|
|
144
|
-
"@codemirror/merge": "^6.11.1",
|
|
145
|
-
"@codemirror/theme-one-dark": "^6.1.2",
|
|
146
|
-
"@commitlint/cli": "^20.5.0",
|
|
147
|
-
"@commitlint/config-conventional": "^20.5.0",
|
|
148
|
-
"@eslint/js": "^9.39.3",
|
|
149
|
-
"@heroicons/react": "^2.2.0",
|
|
150
|
-
"@monaco-editor/react": "^4.7.0",
|
|
151
|
-
"@release-it/conventional-changelog": "^10.0.5",
|
|
152
|
-
"@replit/codemirror-minimap": "^0.5.2",
|
|
153
|
-
"@tailwindcss/typography": "^0.5.16",
|
|
154
|
-
"@types/better-sqlite3": "^7.6.13",
|
|
155
|
-
"@types/cross-spawn": "^6.0.6",
|
|
156
|
-
"@types/express": "^5.0.6",
|
|
157
|
-
"@types/node": "^22.19.7",
|
|
158
|
-
"@types/qrcode": "^1.5.6",
|
|
159
|
-
"@types/react": "^18.2.43",
|
|
160
|
-
"@types/react-dom": "^18.2.17",
|
|
161
|
-
"@uiw/react-codemirror": "^4.23.13",
|
|
162
|
-
"@vitejs/plugin-react": "^4.6.0",
|
|
163
|
-
"@xterm/addon-clipboard": "^0.1.0",
|
|
164
|
-
"@xterm/addon-fit": "^0.10.0",
|
|
165
|
-
"@xterm/addon-web-links": "^0.11.0",
|
|
166
|
-
"@xterm/addon-webgl": "^0.18.0",
|
|
167
|
-
"@xterm/xterm": "^5.5.0",
|
|
168
|
-
"auto-changelog": "^2.5.0",
|
|
169
|
-
"autoprefixer": "^10.4.16",
|
|
170
|
-
"class-variance-authority": "^0.7.1",
|
|
171
|
-
"clsx": "^2.1.1",
|
|
172
|
-
"concurrently": "^8.2.2",
|
|
173
|
-
"eslint": "^9.39.3",
|
|
174
|
-
"eslint-import-resolver-typescript": "^4.4.4",
|
|
175
|
-
"eslint-plugin-boundaries": "^6.0.2",
|
|
176
|
-
"eslint-plugin-import-x": "^4.16.1",
|
|
177
|
-
"eslint-plugin-react": "^7.37.5",
|
|
178
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
179
|
-
"eslint-plugin-react-refresh": "^0.5.2",
|
|
180
|
-
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
181
|
-
"eslint-plugin-unused-imports": "^4.4.1",
|
|
182
|
-
"fuse.js": "^7.0.0",
|
|
183
|
-
"globals": "^17.4.0",
|
|
184
|
-
"gsap": "^3.12.5",
|
|
185
|
-
"husky": "^9.1.7",
|
|
186
|
-
"i18next": "^25.7.4",
|
|
187
|
-
"i18next-browser-languagedetector": "^8.2.0",
|
|
188
|
-
"jszip": "^3.10.1",
|
|
189
|
-
"katex": "^0.16.25",
|
|
190
|
-
"lint-staged": "^16.3.2",
|
|
191
|
-
"lucide-react": "^0.515.0",
|
|
192
|
-
"node-gyp": "^12.0.0",
|
|
193
|
-
"postcss": "^8.4.32",
|
|
194
|
-
"qrcode": "^1.5.4",
|
|
195
|
-
"react": "^18.2.0",
|
|
196
|
-
"react-dom": "^18.2.0",
|
|
197
|
-
"react-dropzone": "^14.2.3",
|
|
198
|
-
"react-error-boundary": "^4.1.2",
|
|
199
|
-
"react-i18next": "^16.5.3",
|
|
200
|
-
"react-markdown": "^10.1.0",
|
|
201
|
-
"react-router-dom": "^6.8.1",
|
|
202
|
-
"react-syntax-highlighter": "^16.1.1",
|
|
203
|
-
"rehype-katex": "^7.0.1",
|
|
204
|
-
"rehype-raw": "^7.0.0",
|
|
205
|
-
"release-it": "^19.0.5",
|
|
206
|
-
"remark-gfm": "^4.0.0",
|
|
207
|
-
"remark-math": "^6.0.0",
|
|
208
|
-
"sharp": "^0.34.2",
|
|
209
|
-
"tailwind-merge": "^3.3.1",
|
|
210
|
-
"tailwindcss": "^3.4.0",
|
|
211
|
-
"tsc-alias": "^1.8.16",
|
|
212
|
-
"tsx": "^4.21.0",
|
|
213
|
-
"typescript": "^5.9.3",
|
|
214
|
-
"typescript-eslint": "^8.56.1",
|
|
215
|
-
"vite": "^7.0.4"
|
|
216
|
-
},
|
|
217
|
-
"lint-staged": {
|
|
218
|
-
"src/**/*.{ts,tsx,js,jsx}": "eslint",
|
|
219
|
-
"server/**/*.{js,ts}": "eslint"
|
|
220
|
-
},
|
|
221
|
-
"overrides": {
|
|
222
|
-
"undici": ">=6.23.1"
|
|
223
|
-
}
|
|
224
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@pixelbyte-software/pixcode",
|
|
3
|
+
"version": "1.55.0",
|
|
4
|
+
"description": "Self-hosted AI coding agent control room for Claude Code, Cursor CLI, OpenAI Codex, Gemini CLI, Qwen Code, and OpenCode with chat, files, shell, Git, orchestration, API keys, Telegram, MCP, plugins, themes, and desktop/server deployment.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist-server/server/index.js",
|
|
7
|
+
"bin": {
|
|
8
|
+
"pixcode": "dist-server/server/cli.js"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"server/",
|
|
12
|
+
"!server/database/auth.json",
|
|
13
|
+
"shared/",
|
|
14
|
+
"dist/",
|
|
15
|
+
"dist-server/",
|
|
16
|
+
"scripts/",
|
|
17
|
+
"README.md",
|
|
18
|
+
"CONTRIBUTING.md",
|
|
19
|
+
"CODE_OF_CONDUCT.md",
|
|
20
|
+
"SECURITY.md"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/alicomert/pixcode",
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/alicomert/pixcode.git"
|
|
26
|
+
},
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/alicomert/pixcode/issues"
|
|
29
|
+
},
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"access": "public"
|
|
32
|
+
},
|
|
33
|
+
"scripts": {
|
|
34
|
+
"dev": "npm run server:dev",
|
|
35
|
+
"server": "node dist-server/server/cli.js start",
|
|
36
|
+
"server:dev": "node server/cli.js daemon install --mode system --port 3001 --frontend-port 5173",
|
|
37
|
+
"server:dev-watch": "node server/cli.js daemon restart --mode system --port 3001 --frontend-port 5173",
|
|
38
|
+
"client": "vite",
|
|
39
|
+
"build": "npm run build:client && npm run build:server",
|
|
40
|
+
"build:client": "vite build",
|
|
41
|
+
"prebuild:server": "node -e \"require('node:fs').rmSync('dist-server', { recursive: true, force: true })\"",
|
|
42
|
+
"build:server": "tsc -p server/tsconfig.json && tsc-alias -p server/tsconfig.json",
|
|
43
|
+
"preview": "vite preview",
|
|
44
|
+
"typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p server/tsconfig.json",
|
|
45
|
+
"lint": "eslint src/ server/",
|
|
46
|
+
"lint:fix": "eslint src/ server/ --fix",
|
|
47
|
+
"smoke:chat-session-state": "node scripts/smoke/chat-session-state.mjs",
|
|
48
|
+
"smoke:resource-bounds": "node scripts/smoke/backend-resource-bounds.mjs",
|
|
49
|
+
"smoke:mobile-ux": "node scripts/smoke/mobile-ux.mjs",
|
|
50
|
+
"smoke:orchestration-api": "node scripts/smoke/orchestration-api.mjs",
|
|
51
|
+
"smoke:orchestration-live": "node scripts/smoke/orchestration-live-run.mjs",
|
|
52
|
+
"smoke:provider-rest": "node scripts/smoke/provider-rest-api.mjs",
|
|
53
|
+
"smoke:static-root": "node scripts/smoke/static-root-routing.mjs",
|
|
54
|
+
"smoke:telegram-control": "node scripts/smoke/telegram-control.mjs",
|
|
55
|
+
"smoke:update-ux": "node scripts/smoke/update-ux.mjs",
|
|
56
|
+
"smoke:v138-diagnostics": "node scripts/smoke/v138-diagnostics.mjs",
|
|
57
|
+
"smoke:v138-desktop": "node scripts/smoke/v138-desktop-release-hardening.mjs",
|
|
58
|
+
"smoke:v138-completion": "node scripts/smoke/v138-completion.mjs",
|
|
59
|
+
"smoke:v138-issues": "node scripts/smoke/v138-issue-planner.mjs",
|
|
60
|
+
"issues:v1.38": "node scripts/github/create-v1.38-issues.mjs --apply",
|
|
61
|
+
"start": "npm run build && npm run server",
|
|
62
|
+
"release": "./release.sh",
|
|
63
|
+
"prepublishOnly": "npm run build",
|
|
64
|
+
"postinstall": "node scripts/fix-node-pty.js",
|
|
65
|
+
"prepare": "husky",
|
|
66
|
+
"update:platform": "./update-platform.sh"
|
|
67
|
+
},
|
|
68
|
+
"keywords": [
|
|
69
|
+
"pixcode",
|
|
70
|
+
"ai coding agent",
|
|
71
|
+
"ai coding assistant",
|
|
72
|
+
"self-hosted ai ide",
|
|
73
|
+
"self-hosted developer tool",
|
|
74
|
+
"coding agent ui",
|
|
75
|
+
"coding agent dashboard",
|
|
76
|
+
"multi-agent orchestration",
|
|
77
|
+
"agent orchestration",
|
|
78
|
+
"openai compatible api",
|
|
79
|
+
"claude code",
|
|
80
|
+
"claude-code",
|
|
81
|
+
"claude-code-ui",
|
|
82
|
+
"claude code ui",
|
|
83
|
+
"anthropic",
|
|
84
|
+
"codex",
|
|
85
|
+
"codex-ui",
|
|
86
|
+
"openai codex",
|
|
87
|
+
"openai-codex",
|
|
88
|
+
"openai",
|
|
89
|
+
"cursor",
|
|
90
|
+
"cursor-cli",
|
|
91
|
+
"cursor cli ui",
|
|
92
|
+
"gemini",
|
|
93
|
+
"gemini-cli",
|
|
94
|
+
"gemini cli ui",
|
|
95
|
+
"qwen",
|
|
96
|
+
"qwen-code",
|
|
97
|
+
"qwen code ui",
|
|
98
|
+
"opencode",
|
|
99
|
+
"opencode-cli",
|
|
100
|
+
"opencode ui",
|
|
101
|
+
"google",
|
|
102
|
+
"mcp",
|
|
103
|
+
"mcp manager",
|
|
104
|
+
"telegram bot",
|
|
105
|
+
"api automation",
|
|
106
|
+
"git ui",
|
|
107
|
+
"terminal ui",
|
|
108
|
+
"web-ui",
|
|
109
|
+
"desktop app",
|
|
110
|
+
"mobile IDE",
|
|
111
|
+
"yapay zeka kodlama"
|
|
112
|
+
],
|
|
113
|
+
"author": "Pixcode Contributors",
|
|
114
|
+
"license": "MIT",
|
|
115
|
+
"dependencies": {
|
|
116
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.116",
|
|
117
|
+
"@iarna/toml": "^2.2.5",
|
|
118
|
+
"@octokit/rest": "^22.0.0",
|
|
119
|
+
"@openai/codex-sdk": "^0.101.0",
|
|
120
|
+
"bcryptjs": "^3.0.3",
|
|
121
|
+
"better-sqlite3": "^12.6.2",
|
|
122
|
+
"chokidar": "^4.0.3",
|
|
123
|
+
"cors": "^2.8.5",
|
|
124
|
+
"cross-spawn": "^7.0.3",
|
|
125
|
+
"express": "^4.18.2",
|
|
126
|
+
"gray-matter": "^4.0.3",
|
|
127
|
+
"jsonwebtoken": "^9.0.2",
|
|
128
|
+
"mime-types": "^3.0.1",
|
|
129
|
+
"monaco-editor": "^0.55.1",
|
|
130
|
+
"multer": "^2.0.1",
|
|
131
|
+
"node-fetch": "^2.7.0",
|
|
132
|
+
"node-pty": "^1.2.0-beta.12",
|
|
133
|
+
"tar": "^7.5.13",
|
|
134
|
+
"web-push": "^3.6.7",
|
|
135
|
+
"ws": "^8.14.2"
|
|
136
|
+
},
|
|
137
|
+
"devDependencies": {
|
|
138
|
+
"@codemirror/lang-css": "^6.3.1",
|
|
139
|
+
"@codemirror/lang-html": "^6.4.9",
|
|
140
|
+
"@codemirror/lang-javascript": "^6.2.4",
|
|
141
|
+
"@codemirror/lang-json": "^6.0.1",
|
|
142
|
+
"@codemirror/lang-markdown": "^6.3.3",
|
|
143
|
+
"@codemirror/lang-python": "^6.2.1",
|
|
144
|
+
"@codemirror/merge": "^6.11.1",
|
|
145
|
+
"@codemirror/theme-one-dark": "^6.1.2",
|
|
146
|
+
"@commitlint/cli": "^20.5.0",
|
|
147
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
148
|
+
"@eslint/js": "^9.39.3",
|
|
149
|
+
"@heroicons/react": "^2.2.0",
|
|
150
|
+
"@monaco-editor/react": "^4.7.0",
|
|
151
|
+
"@release-it/conventional-changelog": "^10.0.5",
|
|
152
|
+
"@replit/codemirror-minimap": "^0.5.2",
|
|
153
|
+
"@tailwindcss/typography": "^0.5.16",
|
|
154
|
+
"@types/better-sqlite3": "^7.6.13",
|
|
155
|
+
"@types/cross-spawn": "^6.0.6",
|
|
156
|
+
"@types/express": "^5.0.6",
|
|
157
|
+
"@types/node": "^22.19.7",
|
|
158
|
+
"@types/qrcode": "^1.5.6",
|
|
159
|
+
"@types/react": "^18.2.43",
|
|
160
|
+
"@types/react-dom": "^18.2.17",
|
|
161
|
+
"@uiw/react-codemirror": "^4.23.13",
|
|
162
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
163
|
+
"@xterm/addon-clipboard": "^0.1.0",
|
|
164
|
+
"@xterm/addon-fit": "^0.10.0",
|
|
165
|
+
"@xterm/addon-web-links": "^0.11.0",
|
|
166
|
+
"@xterm/addon-webgl": "^0.18.0",
|
|
167
|
+
"@xterm/xterm": "^5.5.0",
|
|
168
|
+
"auto-changelog": "^2.5.0",
|
|
169
|
+
"autoprefixer": "^10.4.16",
|
|
170
|
+
"class-variance-authority": "^0.7.1",
|
|
171
|
+
"clsx": "^2.1.1",
|
|
172
|
+
"concurrently": "^8.2.2",
|
|
173
|
+
"eslint": "^9.39.3",
|
|
174
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
175
|
+
"eslint-plugin-boundaries": "^6.0.2",
|
|
176
|
+
"eslint-plugin-import-x": "^4.16.1",
|
|
177
|
+
"eslint-plugin-react": "^7.37.5",
|
|
178
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
179
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
180
|
+
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
181
|
+
"eslint-plugin-unused-imports": "^4.4.1",
|
|
182
|
+
"fuse.js": "^7.0.0",
|
|
183
|
+
"globals": "^17.4.0",
|
|
184
|
+
"gsap": "^3.12.5",
|
|
185
|
+
"husky": "^9.1.7",
|
|
186
|
+
"i18next": "^25.7.4",
|
|
187
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
188
|
+
"jszip": "^3.10.1",
|
|
189
|
+
"katex": "^0.16.25",
|
|
190
|
+
"lint-staged": "^16.3.2",
|
|
191
|
+
"lucide-react": "^0.515.0",
|
|
192
|
+
"node-gyp": "^12.0.0",
|
|
193
|
+
"postcss": "^8.4.32",
|
|
194
|
+
"qrcode": "^1.5.4",
|
|
195
|
+
"react": "^18.2.0",
|
|
196
|
+
"react-dom": "^18.2.0",
|
|
197
|
+
"react-dropzone": "^14.2.3",
|
|
198
|
+
"react-error-boundary": "^4.1.2",
|
|
199
|
+
"react-i18next": "^16.5.3",
|
|
200
|
+
"react-markdown": "^10.1.0",
|
|
201
|
+
"react-router-dom": "^6.8.1",
|
|
202
|
+
"react-syntax-highlighter": "^16.1.1",
|
|
203
|
+
"rehype-katex": "^7.0.1",
|
|
204
|
+
"rehype-raw": "^7.0.0",
|
|
205
|
+
"release-it": "^19.0.5",
|
|
206
|
+
"remark-gfm": "^4.0.0",
|
|
207
|
+
"remark-math": "^6.0.0",
|
|
208
|
+
"sharp": "^0.34.2",
|
|
209
|
+
"tailwind-merge": "^3.3.1",
|
|
210
|
+
"tailwindcss": "^3.4.0",
|
|
211
|
+
"tsc-alias": "^1.8.16",
|
|
212
|
+
"tsx": "^4.21.0",
|
|
213
|
+
"typescript": "^5.9.3",
|
|
214
|
+
"typescript-eslint": "^8.56.1",
|
|
215
|
+
"vite": "^7.0.4"
|
|
216
|
+
},
|
|
217
|
+
"lint-staged": {
|
|
218
|
+
"src/**/*.{ts,tsx,js,jsx}": "eslint",
|
|
219
|
+
"server/**/*.{js,ts}": "eslint"
|
|
220
|
+
},
|
|
221
|
+
"overrides": {
|
|
222
|
+
"undici": ">=6.23.1"
|
|
223
|
+
}
|
|
224
|
+
}
|
package/scripts/fix-node-pty.js
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
/**
|
|
3
|
-
* Fix node-pty spawn-helper permissions on macOS
|
|
4
|
-
*
|
|
5
|
-
* This script fixes a known issue with node-pty where the spawn-helper
|
|
6
|
-
* binary is shipped without execute permissions, causing "posix_spawnp failed" errors.
|
|
7
|
-
*
|
|
8
|
-
* @see https://github.com/microsoft/node-pty/issues/850
|
|
9
|
-
* @module scripts/fix-node-pty
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
import { promises as fs } from 'fs';
|
|
13
|
-
import path from 'path';
|
|
14
|
-
import { fileURLToPath } from 'url';
|
|
15
|
-
|
|
16
|
-
const __filename = fileURLToPath(import.meta.url);
|
|
17
|
-
const __dirname = path.dirname(__filename);
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Fixes the spawn-helper binary permissions for node-pty on macOS.
|
|
21
|
-
*
|
|
22
|
-
* The node-pty package ships the spawn-helper binary without execute permissions
|
|
23
|
-
* (644 instead of 755), which causes "posix_spawnp failed" errors when trying
|
|
24
|
-
* to spawn terminal processes.
|
|
25
|
-
*
|
|
26
|
-
* This function:
|
|
27
|
-
* 1. Checks if running on macOS (darwin)
|
|
28
|
-
* 2. Locates spawn-helper binaries for both arm64 and x64 architectures
|
|
29
|
-
* 3. Sets execute permissions (755) on each binary found
|
|
30
|
-
*
|
|
31
|
-
* @async
|
|
32
|
-
* @function fixSpawnHelper
|
|
33
|
-
* @returns {Promise<void>} Resolves when permissions are fixed or skipped
|
|
34
|
-
* @example
|
|
35
|
-
* // Run as postinstall script
|
|
36
|
-
* await fixSpawnHelper();
|
|
37
|
-
*/
|
|
38
|
-
async function fixSpawnHelper() {
|
|
39
|
-
const nodeModulesPath = path.join(__dirname, '..', 'node_modules', 'node-pty', 'prebuilds');
|
|
40
|
-
|
|
41
|
-
// Only run on macOS
|
|
42
|
-
if (process.platform !== 'darwin') {
|
|
43
|
-
return;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
const darwinDirs = ['darwin-arm64', 'darwin-x64'];
|
|
47
|
-
|
|
48
|
-
for (const dir of darwinDirs) {
|
|
49
|
-
const spawnHelperPath = path.join(nodeModulesPath, dir, 'spawn-helper');
|
|
50
|
-
|
|
51
|
-
try {
|
|
52
|
-
// Check if file exists
|
|
53
|
-
await fs.access(spawnHelperPath);
|
|
54
|
-
|
|
55
|
-
// Make it executable (755)
|
|
56
|
-
await fs.chmod(spawnHelperPath, 0o755);
|
|
57
|
-
console.log(`[postinstall] Fixed permissions for ${spawnHelperPath}`);
|
|
58
|
-
} catch (err) {
|
|
59
|
-
// File doesn't exist or other error - ignore
|
|
60
|
-
if (err.code !== 'ENOENT') {
|
|
61
|
-
console.warn(`[postinstall] Warning: Could not fix ${spawnHelperPath}: ${err.message}`);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
fixSpawnHelper().catch(console.error);
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Fix node-pty spawn-helper permissions on macOS
|
|
4
|
+
*
|
|
5
|
+
* This script fixes a known issue with node-pty where the spawn-helper
|
|
6
|
+
* binary is shipped without execute permissions, causing "posix_spawnp failed" errors.
|
|
7
|
+
*
|
|
8
|
+
* @see https://github.com/microsoft/node-pty/issues/850
|
|
9
|
+
* @module scripts/fix-node-pty
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
import { promises as fs } from 'fs';
|
|
13
|
+
import path from 'path';
|
|
14
|
+
import { fileURLToPath } from 'url';
|
|
15
|
+
|
|
16
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
17
|
+
const __dirname = path.dirname(__filename);
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Fixes the spawn-helper binary permissions for node-pty on macOS.
|
|
21
|
+
*
|
|
22
|
+
* The node-pty package ships the spawn-helper binary without execute permissions
|
|
23
|
+
* (644 instead of 755), which causes "posix_spawnp failed" errors when trying
|
|
24
|
+
* to spawn terminal processes.
|
|
25
|
+
*
|
|
26
|
+
* This function:
|
|
27
|
+
* 1. Checks if running on macOS (darwin)
|
|
28
|
+
* 2. Locates spawn-helper binaries for both arm64 and x64 architectures
|
|
29
|
+
* 3. Sets execute permissions (755) on each binary found
|
|
30
|
+
*
|
|
31
|
+
* @async
|
|
32
|
+
* @function fixSpawnHelper
|
|
33
|
+
* @returns {Promise<void>} Resolves when permissions are fixed or skipped
|
|
34
|
+
* @example
|
|
35
|
+
* // Run as postinstall script
|
|
36
|
+
* await fixSpawnHelper();
|
|
37
|
+
*/
|
|
38
|
+
async function fixSpawnHelper() {
|
|
39
|
+
const nodeModulesPath = path.join(__dirname, '..', 'node_modules', 'node-pty', 'prebuilds');
|
|
40
|
+
|
|
41
|
+
// Only run on macOS
|
|
42
|
+
if (process.platform !== 'darwin') {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
const darwinDirs = ['darwin-arm64', 'darwin-x64'];
|
|
47
|
+
|
|
48
|
+
for (const dir of darwinDirs) {
|
|
49
|
+
const spawnHelperPath = path.join(nodeModulesPath, dir, 'spawn-helper');
|
|
50
|
+
|
|
51
|
+
try {
|
|
52
|
+
// Check if file exists
|
|
53
|
+
await fs.access(spawnHelperPath);
|
|
54
|
+
|
|
55
|
+
// Make it executable (755)
|
|
56
|
+
await fs.chmod(spawnHelperPath, 0o755);
|
|
57
|
+
console.log(`[postinstall] Fixed permissions for ${spawnHelperPath}`);
|
|
58
|
+
} catch (err) {
|
|
59
|
+
// File doesn't exist or other error - ignore
|
|
60
|
+
if (err.code !== 'ENOENT') {
|
|
61
|
+
console.warn(`[postinstall] Warning: Could not fix ${spawnHelperPath}: ${err.message}`);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
fixSpawnHelper().catch(console.error);
|