upfynai-code 3.0.3 → 3.1.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.
Files changed (243) hide show
  1. package/README.md +66 -91
  2. package/bin/cli.js +191 -0
  3. package/{client/dist → dist/client}/api-docs.html +838 -838
  4. package/{client/dist/assets/AppContent-Bvg0CPCO.js → dist/client/assets/AppContent-BofJquUs.js} +43 -43
  5. package/dist/client/assets/BrowserPanel-CSvD4jOX.js +2 -0
  6. package/dist/client/assets/CanvasFullScreen-onRfarpc.js +1 -0
  7. package/dist/client/assets/CanvasWorkspace-DvGKdL-k.js +259 -0
  8. package/dist/client/assets/DashboardPanel-DqAHbXDO.js +1 -0
  9. package/dist/client/assets/FileTree-BE0h-9M9.js +1 -0
  10. package/{client/dist/assets/GitPanel-RtyZUIWS.js → dist/client/assets/GitPanel-DdeJ0bp5.js} +2 -2
  11. package/{client/dist/assets/LoginModal-BWep8a6g.js → dist/client/assets/LoginModal-BP0pCTrH.js} +3 -3
  12. package/{client/dist/assets/MarkdownPreview-DHmk3qzu.js → dist/client/assets/MarkdownPreview-CESjI261.js} +1 -1
  13. package/dist/client/assets/MermaidBlock-D0rfEhrT.js +2 -0
  14. package/dist/client/assets/Onboarding-B2zQy-_6.js +1 -0
  15. package/dist/client/assets/SetupForm-Be7-WBe-.js +1 -0
  16. package/dist/client/assets/WorkflowsPanel-CusLbVJ6.js +1 -0
  17. package/{client/dist/assets/index-C5ptjuTl.js → dist/client/assets/index-BQy15irW.js} +25 -25
  18. package/dist/client/assets/index-CS0fDqEC.js +1 -0
  19. package/dist/client/assets/index-DYLSCCCp.css +1 -0
  20. package/dist/client/assets/vendor-canvas-QWTduIvM.js +23 -0
  21. package/{client/dist/assets/vendor-codemirror-CbtmxxaB.js → dist/client/assets/vendor-codemirror-D2ALgpaX.js} +1 -1
  22. package/{client/dist/assets/vendor-icons-BaD0x9SL.js → dist/client/assets/vendor-icons-kix3Gb31.js} +178 -138
  23. package/{client/dist/assets/vendor-mermaid-CH7SGc99.js → dist/client/assets/vendor-mermaid-CS3J4_Bz.js} +329 -326
  24. package/{client/dist/assets/vendor-syntax-DuHI9Ok6.js → dist/client/assets/vendor-syntax-LS_Nt30I.js} +1 -1
  25. package/{client/dist → dist/client}/clear-cache.html +85 -85
  26. package/dist/client/favicon.png +0 -0
  27. package/dist/client/favicon.svg +15 -0
  28. package/{client/dist → dist/client}/index.html +17 -17
  29. package/{client/dist → dist/client}/manifest.json +15 -15
  30. package/{client/dist → dist/client}/mcp-docs.html +108 -108
  31. package/{client/dist → dist/client}/offline.html +84 -84
  32. package/{client/dist → dist/client}/sw.js +82 -82
  33. package/package.json +55 -104
  34. package/scripts/postinstall.js +9 -0
  35. package/scripts/prepublish.js +77 -0
  36. package/src/animation.js +228 -0
  37. package/src/auth.js +142 -0
  38. package/src/config.js +40 -0
  39. package/src/connect.js +416 -0
  40. package/src/launch.js +81 -0
  41. package/src/mcp.js +57 -0
  42. package/src/permissions.js +140 -0
  43. package/src/persistent-shell.js +261 -0
  44. package/src/server.js +54 -0
  45. package/client/dist/assets/CanvasFullScreen-BdiJ35aq.js +0 -1
  46. package/client/dist/assets/CanvasWorkspace-Bk9R9_e0.js +0 -163
  47. package/client/dist/assets/DashboardPanel-CblJfTGi.js +0 -1
  48. package/client/dist/assets/FileTree-BDUnBheV.js +0 -1
  49. package/client/dist/assets/MermaidBlock-BuBc_G-F.js +0 -2
  50. package/client/dist/assets/Onboarding-Drnlt75a.js +0 -1
  51. package/client/dist/assets/SetupForm-CtCKitZG.js +0 -1
  52. package/client/dist/assets/WorkflowsPanel-B2mIXDvD.js +0 -1
  53. package/client/dist/assets/index-BFuqS0tY.css +0 -1
  54. package/client/dist/assets/vendor-canvas-D39yWul6.js +0 -49
  55. package/client/dist/favicon.png +0 -0
  56. package/client/dist/favicon.svg +0 -5
  57. package/commands/upfynai-connect.md +0 -59
  58. package/commands/upfynai-disconnect.md +0 -31
  59. package/commands/upfynai-doctor.md +0 -99
  60. package/commands/upfynai-export.md +0 -49
  61. package/commands/upfynai-local.md +0 -82
  62. package/commands/upfynai-status.md +0 -75
  63. package/commands/upfynai-stop.md +0 -49
  64. package/commands/upfynai-uninstall.md +0 -58
  65. package/commands/upfynai.md +0 -69
  66. package/scripts/build-client.js +0 -17
  67. package/scripts/fix-node-pty.js +0 -67
  68. package/scripts/install-commands.js +0 -78
  69. package/server/agent-loop.js +0 -242
  70. package/server/auto-compact.js +0 -99
  71. package/server/claude-sdk.js +0 -797
  72. package/server/cli-ui.js +0 -798
  73. package/server/cli.js +0 -751
  74. package/server/constants/config.js +0 -31
  75. package/server/cursor-cli.js +0 -270
  76. package/server/database/auth.db +0 -0
  77. package/server/database/db.js +0 -1451
  78. package/server/database/init.sql +0 -70
  79. package/server/index.js +0 -3814
  80. package/server/load-env.js +0 -26
  81. package/server/mcp-server.js +0 -621
  82. package/server/middleware/auth.js +0 -181
  83. package/server/middleware/relayHelpers.js +0 -44
  84. package/server/middleware/sandboxRouter.js +0 -174
  85. package/server/openai-codex.js +0 -403
  86. package/server/openrouter.js +0 -137
  87. package/server/projects.js +0 -1807
  88. package/server/provider-factory.js +0 -174
  89. package/server/relay-client.js +0 -390
  90. package/server/routes/agent.js +0 -1234
  91. package/server/routes/auth.js +0 -559
  92. package/server/routes/canvas.js +0 -53
  93. package/server/routes/cli-auth.js +0 -263
  94. package/server/routes/codex.js +0 -396
  95. package/server/routes/commands.js +0 -707
  96. package/server/routes/composio.js +0 -176
  97. package/server/routes/cursor.js +0 -770
  98. package/server/routes/dashboard.js +0 -295
  99. package/server/routes/git.js +0 -1208
  100. package/server/routes/keys.js +0 -34
  101. package/server/routes/mcp-utils.js +0 -48
  102. package/server/routes/mcp.js +0 -661
  103. package/server/routes/payments.js +0 -227
  104. package/server/routes/projects.js +0 -655
  105. package/server/routes/sessions.js +0 -146
  106. package/server/routes/settings.js +0 -261
  107. package/server/routes/taskmaster.js +0 -1928
  108. package/server/routes/user.js +0 -106
  109. package/server/routes/vapi-chat.js +0 -624
  110. package/server/routes/voice.js +0 -235
  111. package/server/routes/webhooks.js +0 -166
  112. package/server/routes/workflows.js +0 -312
  113. package/server/sandbox.js +0 -120
  114. package/server/services/composio.js +0 -204
  115. package/server/services/sessionRegistry.js +0 -139
  116. package/server/services/whisperService.js +0 -84
  117. package/server/services/workflowScheduler.js +0 -211
  118. package/server/tests/relay-flow.test.js +0 -570
  119. package/server/tests/sessions.test.js +0 -259
  120. package/server/utils/commandParser.js +0 -303
  121. package/server/utils/email.js +0 -66
  122. package/server/utils/gitConfig.js +0 -24
  123. package/server/utils/mcp-detector.js +0 -198
  124. package/server/utils/taskmaster-websocket.js +0 -129
  125. package/shared/integrationCatalog.d.ts +0 -12
  126. package/shared/integrationCatalog.js +0 -172
  127. package/shared/modelConstants.js +0 -96
  128. /package/{shared → dist}/agents/claude.js +0 -0
  129. /package/{shared → dist}/agents/codex.js +0 -0
  130. /package/{shared → dist}/agents/cursor.js +0 -0
  131. /package/{shared → dist}/agents/detect.js +0 -0
  132. /package/{shared → dist}/agents/exec.js +0 -0
  133. /package/{shared → dist}/agents/files.js +0 -0
  134. /package/{shared → dist}/agents/git.js +0 -0
  135. /package/{shared → dist}/agents/gitagent.js +0 -0
  136. /package/{shared → dist}/agents/index.js +0 -0
  137. /package/{shared → dist}/agents/shell.js +0 -0
  138. /package/{shared → dist}/agents/utils.js +0 -0
  139. /package/{client/dist → dist/client}/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2 +0 -0
  140. /package/{client/dist → dist/client}/assets/KaTeX_AMS-Regular-DMm9YOAa.woff +0 -0
  141. /package/{client/dist → dist/client}/assets/KaTeX_AMS-Regular-DRggAlZN.ttf +0 -0
  142. /package/{client/dist → dist/client}/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf +0 -0
  143. /package/{client/dist → dist/client}/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff +0 -0
  144. /package/{client/dist → dist/client}/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2 +0 -0
  145. /package/{client/dist → dist/client}/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff +0 -0
  146. /package/{client/dist → dist/client}/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2 +0 -0
  147. /package/{client/dist → dist/client}/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf +0 -0
  148. /package/{client/dist → dist/client}/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf +0 -0
  149. /package/{client/dist → dist/client}/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff +0 -0
  150. /package/{client/dist → dist/client}/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2 +0 -0
  151. /package/{client/dist → dist/client}/assets/KaTeX_Fraktur-Regular-CB_wures.ttf +0 -0
  152. /package/{client/dist → dist/client}/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2 +0 -0
  153. /package/{client/dist → dist/client}/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff +0 -0
  154. /package/{client/dist → dist/client}/assets/KaTeX_Main-Bold-Cx986IdX.woff2 +0 -0
  155. /package/{client/dist → dist/client}/assets/KaTeX_Main-Bold-Jm3AIy58.woff +0 -0
  156. /package/{client/dist → dist/client}/assets/KaTeX_Main-Bold-waoOVXN0.ttf +0 -0
  157. /package/{client/dist → dist/client}/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2 +0 -0
  158. /package/{client/dist → dist/client}/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf +0 -0
  159. /package/{client/dist → dist/client}/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff +0 -0
  160. /package/{client/dist → dist/client}/assets/KaTeX_Main-Italic-3WenGoN9.ttf +0 -0
  161. /package/{client/dist → dist/client}/assets/KaTeX_Main-Italic-BMLOBm91.woff +0 -0
  162. /package/{client/dist → dist/client}/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2 +0 -0
  163. /package/{client/dist → dist/client}/assets/KaTeX_Main-Regular-B22Nviop.woff2 +0 -0
  164. /package/{client/dist → dist/client}/assets/KaTeX_Main-Regular-Dr94JaBh.woff +0 -0
  165. /package/{client/dist → dist/client}/assets/KaTeX_Main-Regular-ypZvNtVU.ttf +0 -0
  166. /package/{client/dist → dist/client}/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf +0 -0
  167. /package/{client/dist → dist/client}/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2 +0 -0
  168. /package/{client/dist → dist/client}/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff +0 -0
  169. /package/{client/dist → dist/client}/assets/KaTeX_Math-Italic-DA0__PXp.woff +0 -0
  170. /package/{client/dist → dist/client}/assets/KaTeX_Math-Italic-flOr_0UB.ttf +0 -0
  171. /package/{client/dist → dist/client}/assets/KaTeX_Math-Italic-t53AETM-.woff2 +0 -0
  172. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf +0 -0
  173. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2 +0 -0
  174. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff +0 -0
  175. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2 +0 -0
  176. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff +0 -0
  177. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf +0 -0
  178. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf +0 -0
  179. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff +0 -0
  180. /package/{client/dist → dist/client}/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2 +0 -0
  181. /package/{client/dist → dist/client}/assets/KaTeX_Script-Regular-C5JkGWo-.ttf +0 -0
  182. /package/{client/dist → dist/client}/assets/KaTeX_Script-Regular-D3wIWfF6.woff2 +0 -0
  183. /package/{client/dist → dist/client}/assets/KaTeX_Script-Regular-D5yQViql.woff +0 -0
  184. /package/{client/dist → dist/client}/assets/KaTeX_Size1-Regular-C195tn64.woff +0 -0
  185. /package/{client/dist → dist/client}/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf +0 -0
  186. /package/{client/dist → dist/client}/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2 +0 -0
  187. /package/{client/dist → dist/client}/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf +0 -0
  188. /package/{client/dist → dist/client}/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2 +0 -0
  189. /package/{client/dist → dist/client}/assets/KaTeX_Size2-Regular-oD1tc_U0.woff +0 -0
  190. /package/{client/dist → dist/client}/assets/KaTeX_Size3-Regular-CTq5MqoE.woff +0 -0
  191. /package/{client/dist → dist/client}/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf +0 -0
  192. /package/{client/dist → dist/client}/assets/KaTeX_Size4-Regular-BF-4gkZK.woff +0 -0
  193. /package/{client/dist → dist/client}/assets/KaTeX_Size4-Regular-DWFBv043.ttf +0 -0
  194. /package/{client/dist → dist/client}/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2 +0 -0
  195. /package/{client/dist → dist/client}/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff +0 -0
  196. /package/{client/dist → dist/client}/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2 +0 -0
  197. /package/{client/dist → dist/client}/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf +0 -0
  198. /package/{client/dist → dist/client}/assets/PreviewPanel-CqCa92Tf.js +0 -0
  199. /package/{client/dist → dist/client}/assets/pdf-CE_K4jFx.js +0 -0
  200. /package/{client/dist → dist/client}/assets/vendor-canvas-BZV40eAE.css +0 -0
  201. /package/{client/dist → dist/client}/assets/vendor-diff-DNQpbhrT.js +0 -0
  202. /package/{client/dist → dist/client}/assets/vendor-i18n-DCFGyhQR.js +0 -0
  203. /package/{client/dist → dist/client}/assets/vendor-markdown-CimbIo6Y.js +0 -0
  204. /package/{client/dist → dist/client}/assets/vendor-react-96lCPsRK.js +0 -0
  205. /package/{client/dist → dist/client}/assets/vendor-xterm-CZq1hqo1.js +0 -0
  206. /package/{client/dist → dist/client}/assets/vendor-xterm-qxJ8_QYu.css +0 -0
  207. /package/{client/dist → dist/client}/convert-icons.md +0 -0
  208. /package/{client/dist → dist/client}/generate-icons.js +0 -0
  209. /package/{client/dist → dist/client}/icons/claude-ai-icon.svg +0 -0
  210. /package/{client/dist → dist/client}/icons/codex-white.svg +0 -0
  211. /package/{client/dist → dist/client}/icons/codex.svg +0 -0
  212. /package/{client/dist → dist/client}/icons/cursor-white.svg +0 -0
  213. /package/{client/dist → dist/client}/icons/cursor.svg +0 -0
  214. /package/{client/dist → dist/client}/icons/icon-128x128.png +0 -0
  215. /package/{client/dist → dist/client}/icons/icon-128x128.svg +0 -0
  216. /package/{client/dist → dist/client}/icons/icon-144x144.png +0 -0
  217. /package/{client/dist → dist/client}/icons/icon-144x144.svg +0 -0
  218. /package/{client/dist → dist/client}/icons/icon-152x152.png +0 -0
  219. /package/{client/dist → dist/client}/icons/icon-152x152.svg +0 -0
  220. /package/{client/dist → dist/client}/icons/icon-192x192.png +0 -0
  221. /package/{client/dist → dist/client}/icons/icon-192x192.svg +0 -0
  222. /package/{client/dist → dist/client}/icons/icon-384x384.png +0 -0
  223. /package/{client/dist → dist/client}/icons/icon-384x384.svg +0 -0
  224. /package/{client/dist → dist/client}/icons/icon-512x512.png +0 -0
  225. /package/{client/dist → dist/client}/icons/icon-512x512.svg +0 -0
  226. /package/{client/dist → dist/client}/icons/icon-72x72.png +0 -0
  227. /package/{client/dist → dist/client}/icons/icon-72x72.svg +0 -0
  228. /package/{client/dist → dist/client}/icons/icon-96x96.png +0 -0
  229. /package/{client/dist → dist/client}/icons/icon-96x96.svg +0 -0
  230. /package/{client/dist → dist/client}/icons/icon-template.svg +0 -0
  231. /package/{client/dist → dist/client}/logo-128.png +0 -0
  232. /package/{client/dist → dist/client}/logo-256.png +0 -0
  233. /package/{client/dist → dist/client}/logo-32.png +0 -0
  234. /package/{client/dist → dist/client}/logo-512.png +0 -0
  235. /package/{client/dist → dist/client}/logo-64.png +0 -0
  236. /package/{client/dist → dist/client}/logo.svg +0 -0
  237. /package/{client/dist → dist/client}/screenshots/cli-selection.png +0 -0
  238. /package/{client/dist → dist/client}/screenshots/desktop-main.png +0 -0
  239. /package/{client/dist → dist/client}/screenshots/mobile-chat.png +0 -0
  240. /package/{client/dist → dist/client}/screenshots/tools-modal.png +0 -0
  241. /package/{shared → dist}/gitagent/index.js +0 -0
  242. /package/{shared → dist}/gitagent/parser.js +0 -0
  243. /package/{shared → dist}/gitagent/prompt-builder.js +0 -0
@@ -1,139 +0,0 @@
1
- /**
2
- * Unified Session Registry
3
- * Wraps per-provider session maps into a single interface for session management.
4
- */
5
-
6
- import { getActiveClaudeSDKSessions, abortClaudeSDKSession, isClaudeSDKSessionActive } from '../claude-sdk.js';
7
- import { getActiveCursorSessions, abortCursorSession, isCursorSessionActive } from '../cursor-cli.js';
8
- import { getActiveCodexSessions, abortCodexSession, isCodexSessionActive } from '../openai-codex.js';
9
-
10
- /**
11
- * Get all active sessions across all providers for a user.
12
- * Note: current provider maps are global (not per-user), so we return all.
13
- * When relay-based sessions are added, userId will be used to filter.
14
- * @returns {Array<{ sessionId, provider, startTime, status, isProcessing }>}
15
- */
16
- export function getAllActiveSessions() {
17
- const sessions = [];
18
-
19
- // Claude SDK sessions — returns array of session IDs
20
- const claudeIds = getActiveClaudeSDKSessions();
21
- for (const id of claudeIds) {
22
- sessions.push({
23
- sessionId: id,
24
- provider: 'claude',
25
- status: isClaudeSDKSessionActive(id) ? 'active' : 'idle',
26
- });
27
- }
28
-
29
- // Cursor sessions — returns array of session IDs
30
- const cursorIds = getActiveCursorSessions();
31
- for (const id of cursorIds) {
32
- sessions.push({
33
- sessionId: id,
34
- provider: 'cursor',
35
- status: isCursorSessionActive(id) ? 'active' : 'idle',
36
- });
37
- }
38
-
39
- // Codex sessions — returns array of { id, status, startedAt }
40
- const codexSessions = getActiveCodexSessions();
41
- for (const s of codexSessions) {
42
- sessions.push({
43
- sessionId: s.id,
44
- provider: 'codex',
45
- status: s.status === 'running' ? 'active' : s.status,
46
- startedAt: s.startedAt,
47
- });
48
- }
49
-
50
- return sessions;
51
- }
52
-
53
- /**
54
- * Check if a session is active across any provider.
55
- * @param {string} sessionId
56
- * @returns {{ active: boolean, provider: string|null }}
57
- */
58
- export function checkSessionStatus(sessionId) {
59
- if (isClaudeSDKSessionActive(sessionId)) return { active: true, provider: 'claude' };
60
- if (isCursorSessionActive(sessionId)) return { active: true, provider: 'cursor' };
61
- if (isCodexSessionActive(sessionId)) return { active: true, provider: 'codex' };
62
- return { active: false, provider: null };
63
- }
64
-
65
- /**
66
- * Abort a session by ID, auto-detecting or using specified provider.
67
- * @param {string} sessionId
68
- * @param {string} [provider] - Optional: 'claude', 'cursor', 'codex'
69
- * @returns {Promise<{ aborted: boolean, provider: string|null }>}
70
- */
71
- export async function abortSession(sessionId, provider) {
72
- // If provider specified, abort directly
73
- if (provider) {
74
- const result = await abortByProvider(sessionId, provider);
75
- return { aborted: result, provider: result ? provider : null };
76
- }
77
-
78
- // Auto-detect provider
79
- if (isClaudeSDKSessionActive(sessionId)) {
80
- const result = await abortClaudeSDKSession(sessionId);
81
- return { aborted: result, provider: 'claude' };
82
- }
83
- if (isCursorSessionActive(sessionId)) {
84
- const result = abortCursorSession(sessionId);
85
- return { aborted: result, provider: 'cursor' };
86
- }
87
- if (isCodexSessionActive(sessionId)) {
88
- const result = abortCodexSession(sessionId);
89
- return { aborted: result, provider: 'codex' };
90
- }
91
-
92
- return { aborted: false, provider: null };
93
- }
94
-
95
- /**
96
- * Abort all active sessions.
97
- * @returns {Promise<Array<{ sessionId, provider, aborted }>>}
98
- */
99
- export async function abortAllSessions() {
100
- const all = getAllActiveSessions();
101
- const results = [];
102
-
103
- for (const s of all) {
104
- const { aborted } = await abortSession(s.sessionId, s.provider);
105
- results.push({ sessionId: s.sessionId, provider: s.provider, aborted });
106
- }
107
-
108
- return results;
109
- }
110
-
111
- /**
112
- * Get session stats summary.
113
- * @returns {{ total, byProvider: { claude, cursor, codex }, active }}
114
- */
115
- export function getSessionStats() {
116
- const sessions = getAllActiveSessions();
117
- const byProvider = { claude: 0, cursor: 0, codex: 0 };
118
-
119
- for (const s of sessions) {
120
- byProvider[s.provider] = (byProvider[s.provider] || 0) + 1;
121
- }
122
-
123
- return {
124
- total: sessions.length,
125
- active: sessions.filter(s => s.status === 'active').length,
126
- byProvider,
127
- };
128
- }
129
-
130
- // -- Internal --
131
-
132
- async function abortByProvider(sessionId, provider) {
133
- switch (provider) {
134
- case 'claude': return abortClaudeSDKSession(sessionId);
135
- case 'cursor': return abortCursorSession(sessionId);
136
- case 'codex': return abortCodexSession(sessionId);
137
- default: return false;
138
- }
139
- }
@@ -1,84 +0,0 @@
1
- /**
2
- * Local Whisper STT service using nodejs-whisper.
3
- * Used as a fallback when no OpenAI API key is configured (local mode).
4
- * Requires ffmpeg to be installed on the system.
5
- */
6
-
7
- let whisperAvailable = null; // null = unchecked, true/false
8
- let modelReady = false;
9
-
10
- /**
11
- * Check if nodejs-whisper and ffmpeg are available.
12
- */
13
- async function isWhisperAvailable() {
14
- if (whisperAvailable !== null) return whisperAvailable;
15
-
16
- try {
17
- // Check if nodejs-whisper can be imported
18
- await import('nodejs-whisper');
19
-
20
- // Check if ffmpeg is available
21
- const { execSync } = await import('child_process');
22
- execSync('ffmpeg -version', { stdio: 'pipe', timeout: 5000 });
23
-
24
- whisperAvailable = true;
25
- } catch {
26
- whisperAvailable = false;
27
- }
28
-
29
- return whisperAvailable;
30
- }
31
-
32
- /**
33
- * Ensure the whisper model is downloaded.
34
- * Downloads the tiny.en model (~75MB) on first use.
35
- */
36
- async function ensureWhisperModel() {
37
- if (modelReady) return true;
38
-
39
- const available = await isWhisperAvailable();
40
- if (!available) return false;
41
-
42
- try {
43
- const { nodeWhisper } = await import('nodejs-whisper');
44
- // Attempt to download model if not present
45
- await nodeWhisper.downloadModel('tiny.en');
46
- modelReady = true;
47
- return true;
48
- } catch (err) {
49
- console.warn('[WhisperService] Failed to download model:', err.message);
50
- return false;
51
- }
52
- }
53
-
54
- /**
55
- * Transcribe audio using local nodejs-whisper.
56
- * @param {string} audioFilePath - Path to the audio file (WAV, MP3, etc.)
57
- * @returns {Promise<string|null>} Transcribed text, or null if failed
58
- */
59
- async function transcribeLocal(audioFilePath) {
60
- const ready = await ensureWhisperModel();
61
- if (!ready) return null;
62
-
63
- try {
64
- const { nodeWhisper } = await import('nodejs-whisper');
65
- const result = await nodeWhisper(audioFilePath, {
66
- modelName: 'tiny.en',
67
- autoDownloadModelName: 'tiny.en',
68
- whisperOptions: {
69
- outputInText: true,
70
- language: 'en',
71
- }
72
- });
73
-
74
- // nodejs-whisper returns array of segments or text
75
- if (typeof result === 'string') return result.trim();
76
- if (Array.isArray(result)) return result.map(s => s.speech || s.text || '').join(' ').trim();
77
- return null;
78
- } catch (err) {
79
- console.error('[WhisperService] Transcription error:', err.message);
80
- return null;
81
- }
82
- }
83
-
84
- export { isWhisperAvailable, ensureWhisperModel, transcribeLocal };
@@ -1,211 +0,0 @@
1
- // node-cron is cloud-only — dynamically imported so local installs don't crash
2
- let cron = null;
3
- try { cron = (await import('node-cron')).default; } catch { /* not installed locally */ }
4
-
5
- import { workflowDb, webhookDb } from '../database/db.js';
6
- import * as composioService from './composio.js';
7
-
8
- const activeJobs = new Map(); // workflowId -> cron task
9
-
10
- /**
11
- * Execute a single workflow's steps (same logic as the /run endpoint).
12
- * Returns { success, results, error }
13
- */
14
- async function executeWorkflow(workflow) {
15
- const steps = typeof workflow.steps === 'string' ? JSON.parse(workflow.steps) : workflow.steps;
16
- if (!steps.length) return { success: false, error: 'No steps' };
17
-
18
- const run = await workflowDb.createRun(workflow.id, workflow.user_id, steps.length);
19
- const results = [];
20
- let lastOutput = null;
21
-
22
- for (let i = 0; i < steps.length; i++) {
23
- const step = steps[i];
24
- try {
25
- let stepResult;
26
-
27
- if (step.type === 'webhook') {
28
- const webhookId = step.config?.webhookId;
29
- if (!webhookId) throw new Error('No webhook configured');
30
-
31
- const webhook = await webhookDb.getById(Number(webhookId), workflow.user_id);
32
- if (!webhook) throw new Error('Webhook not found');
33
-
34
- let parsedHeaders = {};
35
- try { parsedHeaders = JSON.parse(webhook.headers || '{}'); } catch { /* ignore */ }
36
-
37
- const controller = new AbortController();
38
- const timeout = setTimeout(() => controller.abort(), 15000);
39
-
40
- const fetchOptions = {
41
- method: webhook.method,
42
- headers: {
43
- 'Content-Type': 'application/json',
44
- 'User-Agent': 'UpfynAI-Scheduler/1.0',
45
- ...parsedHeaders
46
- },
47
- signal: controller.signal
48
- };
49
-
50
- if (['POST', 'PUT', 'PATCH'].includes(webhook.method)) {
51
- const payload = {
52
- workflow_id: workflow.id,
53
- workflow_name: workflow.name,
54
- step_index: i,
55
- step_label: step.label,
56
- previous_output: lastOutput,
57
- scheduled: true,
58
- timestamp: new Date().toISOString()
59
- };
60
- if (step.config?.payloadTemplate) {
61
- try { Object.assign(payload, JSON.parse(step.config.payloadTemplate)); } catch { /* ignore */ }
62
- }
63
- fetchOptions.body = JSON.stringify(payload);
64
- }
65
-
66
- const response = await fetch(webhook.url, fetchOptions);
67
- clearTimeout(timeout);
68
-
69
- const contentType = response.headers.get('content-type') || '';
70
- let body;
71
- if (contentType.includes('application/json')) {
72
- body = await response.json();
73
- } else {
74
- body = await response.text();
75
- if (body.length > 5000) body = body.slice(0, 5000) + '...';
76
- }
77
-
78
- await webhookDb.updateLastTriggered(webhook.id);
79
- stepResult = { status: response.status, body };
80
- lastOutput = body;
81
-
82
- } else if (step.type === 'ai-prompt') {
83
- stepResult = { type: 'ai-prompt', prompt: step.config?.prompt || '', note: 'Scheduled AI prompts require active session' };
84
- lastOutput = step.config?.prompt;
85
-
86
- } else if (step.type === 'delay') {
87
- const seconds = Math.min(step.config?.seconds || 1, 30);
88
- await new Promise(resolve => setTimeout(resolve, seconds * 1000));
89
- stepResult = { delayed: seconds };
90
-
91
- } else if (step.type === 'integration') {
92
- const toolSlug = step.config?.toolSlug;
93
- if (!toolSlug) throw new Error('No tool configured for integration step');
94
- if (!(await composioService.isAvailable())) throw new Error('Composio not configured');
95
-
96
- // Interpolate {{prev.field}} templates from lastOutput
97
- let args = { ...(step.config?.arguments || {}) };
98
- if (lastOutput && typeof lastOutput === 'object') {
99
- for (const [key, val] of Object.entries(args)) {
100
- if (typeof val === 'string' && val.includes('{{prev.')) {
101
- args[key] = val.replace(/\{\{prev\.(\w+)\}\}/g, (_, field) =>
102
- lastOutput[field] !== undefined ? String(lastOutput[field]) : ''
103
- );
104
- }
105
- }
106
- }
107
-
108
- const result = await composioService.executeTool(workflow.user_id, toolSlug, args);
109
- if (!result.success) throw new Error(result.error || 'Integration execution failed');
110
- stepResult = { toolSlug, ...result };
111
- lastOutput = result.data || result;
112
-
113
- } else {
114
- stepResult = { type: step.type, note: 'Unknown step type' };
115
- }
116
-
117
- results.push({ step: i, label: step.label, type: step.type, success: true, result: stepResult });
118
- await workflowDb.updateRun(run.id, { status: 'running', stepsCompleted: i + 1 });
119
-
120
- } catch (stepError) {
121
- results.push({ step: i, label: step.label, type: step.type, success: false, error: stepError.message });
122
- await workflowDb.updateRun(run.id, { status: 'failed', stepsCompleted: i, error: `Step ${i + 1} (${step.label}): ${stepError.message}` });
123
- await workflowDb.updateLastRun(workflow.id);
124
- return { success: false, run_id: run.id, results, error: `Step ${i + 1} failed: ${stepError.message}` };
125
- }
126
- }
127
-
128
- await workflowDb.updateRun(run.id, { status: 'completed', stepsCompleted: steps.length, result: results });
129
- await workflowDb.updateLastRun(workflow.id);
130
- return { success: true, run_id: run.id, results };
131
- }
132
-
133
- /**
134
- * Schedule a single workflow's cron job.
135
- */
136
- function scheduleWorkflow(workflow) {
137
- if (!cron) return; // node-cron not available (local install)
138
-
139
- const id = workflow.id;
140
-
141
- // Stop existing job if any
142
- if (activeJobs.has(id)) {
143
- activeJobs.get(id).stop();
144
- activeJobs.delete(id);
145
- }
146
-
147
- if (!workflow.schedule || !workflow.schedule_enabled) return;
148
-
149
- // Validate cron expression
150
- if (!cron.validate(workflow.schedule)) {
151
- console.warn(`[Scheduler] Invalid cron for workflow ${id}: ${workflow.schedule}`);
152
- return;
153
- }
154
-
155
- const task = cron.schedule(workflow.schedule, async () => {
156
- try {
157
- await executeWorkflow(workflow);
158
- } catch {
159
- // workflow execution error
160
- }
161
- }, {
162
- timezone: workflow.schedule_timezone || 'UTC'
163
- });
164
-
165
- activeJobs.set(id, task);
166
- }
167
-
168
- /**
169
- * Load all scheduled workflows from DB and start their cron jobs.
170
- * Call this once at server startup.
171
- */
172
- async function initScheduler() {
173
- try {
174
- const workflows = await workflowDb.getScheduled();
175
- for (const wf of workflows) {
176
- scheduleWorkflow(wf);
177
- }
178
- } catch (err) {
179
- // scheduler init error — silenced
180
- }
181
- }
182
-
183
- /**
184
- * Re-sync a specific workflow's schedule (call after create/update).
185
- */
186
- async function refreshWorkflowSchedule(workflowId, userId) {
187
- try {
188
- const wf = await workflowDb.getById(workflowId, userId);
189
- if (wf) {
190
- scheduleWorkflow(wf);
191
- } else {
192
- // Workflow deleted — stop its job
193
- if (activeJobs.has(workflowId)) {
194
- activeJobs.get(workflowId).stop();
195
- activeJobs.delete(workflowId);
196
- }
197
- }
198
- } catch { /* ignore */ }
199
- }
200
-
201
- /**
202
- * Stop a workflow's cron job.
203
- */
204
- function stopWorkflowSchedule(workflowId) {
205
- if (activeJobs.has(workflowId)) {
206
- activeJobs.get(workflowId).stop();
207
- activeJobs.delete(workflowId);
208
- }
209
- }
210
-
211
- export { initScheduler, refreshWorkflowSchedule, stopWorkflowSchedule, executeWorkflow };