@researai/deepscientist 1.5.12 → 1.5.14

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 (99) hide show
  1. package/bin/ds.js +20 -3
  2. package/docs/en/00_QUICK_START.md +24 -5
  3. package/docs/en/01_SETTINGS_REFERENCE.md +4 -0
  4. package/docs/en/05_TUI_GUIDE.md +466 -96
  5. package/docs/en/09_DOCTOR.md +24 -5
  6. package/docs/en/15_CODEX_PROVIDER_SETUP.md +113 -15
  7. package/docs/en/README.md +2 -0
  8. package/docs/zh/00_QUICK_START.md +24 -5
  9. package/docs/zh/01_SETTINGS_REFERENCE.md +4 -0
  10. package/docs/zh/05_TUI_GUIDE.md +465 -82
  11. package/docs/zh/09_DOCTOR.md +24 -5
  12. package/docs/zh/15_CODEX_PROVIDER_SETUP.md +113 -15
  13. package/docs/zh/README.md +2 -0
  14. package/package.json +2 -1
  15. package/pyproject.toml +1 -1
  16. package/src/deepscientist/__init__.py +1 -1
  17. package/src/deepscientist/artifact/service.py +125 -2
  18. package/src/deepscientist/cli.py +3 -0
  19. package/src/deepscientist/codex_cli_compat.py +117 -0
  20. package/src/deepscientist/config/service.py +53 -6
  21. package/src/deepscientist/connector/lingzhu_support.py +23 -4
  22. package/src/deepscientist/daemon/app.py +111 -30
  23. package/src/deepscientist/mcp/server.py +161 -19
  24. package/src/deepscientist/prompts/builder.py +13 -54
  25. package/src/deepscientist/quest/service.py +99 -0
  26. package/src/deepscientist/quest/stage_views.py +134 -29
  27. package/src/deepscientist/runners/codex.py +11 -2
  28. package/src/deepscientist/runners/runtime_overrides.py +3 -0
  29. package/src/deepscientist/shared.py +6 -1
  30. package/src/prompts/system.md +220 -2065
  31. package/src/skills/baseline/SKILL.md +265 -994
  32. package/src/skills/baseline/references/artifact-payload-examples.md +39 -0
  33. package/src/skills/baseline/references/baseline-checklist-template.md +21 -32
  34. package/src/skills/baseline/references/baseline-plan-template.md +41 -57
  35. package/src/tui/dist/app/AppContainer.js +1442 -52
  36. package/src/tui/dist/components/Composer.js +1 -1
  37. package/src/tui/dist/components/ConfigScreen.js +190 -36
  38. package/src/tui/dist/components/GradientStatusText.js +1 -20
  39. package/src/tui/dist/components/InputPrompt.js +41 -32
  40. package/src/tui/dist/components/LoadingIndicator.js +1 -1
  41. package/src/tui/dist/components/Logo.js +61 -38
  42. package/src/tui/dist/components/MainContent.js +10 -3
  43. package/src/tui/dist/components/WelcomePanel.js +4 -12
  44. package/src/tui/dist/components/messages/AssistantMessage.js +1 -1
  45. package/src/tui/dist/components/messages/BashExecOperationMessage.js +3 -3
  46. package/src/tui/dist/components/messages/OperationMessage.js +1 -1
  47. package/src/tui/dist/index.js +28 -1
  48. package/src/tui/dist/layouts/DefaultAppLayout.js +3 -3
  49. package/src/tui/dist/lib/api.js +17 -0
  50. package/src/tui/dist/lib/connectorConfig.js +90 -0
  51. package/src/tui/dist/lib/connectors.js +261 -0
  52. package/src/tui/dist/lib/qr.js +21 -0
  53. package/src/tui/dist/semantic-colors.js +29 -19
  54. package/src/tui/package.json +2 -1
  55. package/src/ui/dist/assets/{AiManusChatView-CnJcXynW.js → AiManusChatView-DaF9Nge_.js} +12 -12
  56. package/src/ui/dist/assets/{AnalysisPlugin-DeyzPEhV.js → AnalysisPlugin-BSVx6dXE.js} +1 -1
  57. package/src/ui/dist/assets/{CliPlugin-CB1YODQn.js → CliPlugin-C9gzJX41.js} +9 -9
  58. package/src/ui/dist/assets/{CodeEditorPlugin-B-xicq1e.js → CodeEditorPlugin-DU9G0Tox.js} +8 -8
  59. package/src/ui/dist/assets/{CodeViewerPlugin-DT54ysXa.js → CodeViewerPlugin-DoX_fI9l.js} +5 -5
  60. package/src/ui/dist/assets/{DocViewerPlugin-DQtKT-VD.js → DocViewerPlugin-C4FWIXuU.js} +3 -3
  61. package/src/ui/dist/assets/{GitDiffViewerPlugin-hqHbCfnv.js → GitDiffViewerPlugin-BgfFMgtf.js} +20 -20
  62. package/src/ui/dist/assets/{ImageViewerPlugin-OcVo33jV.js → ImageViewerPlugin-tcPkfY_x.js} +5 -5
  63. package/src/ui/dist/assets/{LabCopilotPanel-DdGwhEUV.js → LabCopilotPanel-_dKV60Bf.js} +11 -11
  64. package/src/ui/dist/assets/{LabPlugin-Ciz1gDaX.js → LabPlugin-Bje0ayoC.js} +2 -2
  65. package/src/ui/dist/assets/{LatexPlugin-BhmjNQRC.js → LatexPlugin-CVsBzAln.js} +7 -7
  66. package/src/ui/dist/assets/{MarkdownViewerPlugin-BzdVH9Bx.js → MarkdownViewerPlugin-xjmrqv_8.js} +4 -4
  67. package/src/ui/dist/assets/{MarketplacePlugin-DmyHspXt.js → MarketplacePlugin-mMM2A8wP.js} +3 -3
  68. package/src/ui/dist/assets/{NotebookEditor-BTVYRGkm.js → NotebookEditor-3kVDSOBo.js} +11 -11
  69. package/src/ui/dist/assets/{NotebookEditor-BMXKrDRk.js → NotebookEditor-SoJ8X-MO.js} +1 -1
  70. package/src/ui/dist/assets/{PdfLoader-CvcjJHXv.js → PdfLoader-DElVuHl9.js} +1 -1
  71. package/src/ui/dist/assets/{PdfMarkdownPlugin-DW2ej8Vk.js → PdfMarkdownPlugin-Bq88XT4G.js} +2 -2
  72. package/src/ui/dist/assets/{PdfViewerPlugin-CmlDxbhU.js → PdfViewerPlugin-CsCXMo9S.js} +10 -10
  73. package/src/ui/dist/assets/{SearchPlugin-DAjQZPSv.js → SearchPlugin-oUPvy19k.js} +1 -1
  74. package/src/ui/dist/assets/{TextViewerPlugin-C-nVAZb_.js → TextViewerPlugin-CRkT9yNy.js} +5 -5
  75. package/src/ui/dist/assets/{VNCViewer-D7-dIYon.js → VNCViewer-BgbuvWhR.js} +10 -10
  76. package/src/ui/dist/assets/{bot-C_G4WtNI.js → bot-v_RASACv.js} +1 -1
  77. package/src/ui/dist/assets/{code-Cd7WfiWq.js → code-5hC9d0VH.js} +1 -1
  78. package/src/ui/dist/assets/{file-content-B57zsL9y.js → file-content-D1PxfOrp.js} +1 -1
  79. package/src/ui/dist/assets/{file-diff-panel-DVoheLFq.js → file-diff-panel-DG1oT_Hj.js} +1 -1
  80. package/src/ui/dist/assets/{file-socket-B5kXFxZP.js → file-socket-BmdFYQlk.js} +1 -1
  81. package/src/ui/dist/assets/{image-LLOjkMHF.js → image-Dqe2X2tW.js} +1 -1
  82. package/src/ui/dist/assets/{index-Dxa2eYMY.js → index-DVsMKK_y.js} +1 -1
  83. package/src/ui/dist/assets/{index-C3r2iGrp.js → index-Duvz8Ip0.js} +12 -12
  84. package/src/ui/dist/assets/{index-CLQauncb.js → index-Nt9hS4ck.js} +470 -165
  85. package/src/ui/dist/assets/{index-hOUOWbW2.js → index-RDlNXXx1.js} +2 -2
  86. package/src/ui/dist/assets/{monaco-BGGAEii3.js → monaco-DIXge1CP.js} +1 -1
  87. package/src/ui/dist/assets/{pdf-effect-queue-DlEr1_y5.js → pdf-effect-queue-BBTTQaO-.js} +1 -1
  88. package/src/ui/dist/assets/{popover-CWJbJuYY.js → popover-BWlolyxo.js} +1 -1
  89. package/src/ui/dist/assets/{project-sync-CRJiucYO.js → project-sync-BM5PkFH4.js} +1 -1
  90. package/src/ui/dist/assets/{select-CoHB7pvH.js → select-D4dAtrA8.js} +2 -2
  91. package/src/ui/dist/assets/{sigma-D5aJWR8J.js → sigma-CKbE5jJT.js} +1 -1
  92. package/src/ui/dist/assets/{square-check-big-DUK_mnkS.js → square-check-big-CZNGMgiB.js} +1 -1
  93. package/src/ui/dist/assets/{trash-ChU3SEE3.js → trash-DaB37xAz.js} +1 -1
  94. package/src/ui/dist/assets/{useCliAccess-BrJBV3tY.js → useCliAccess-C2OmAcWe.js} +1 -1
  95. package/src/ui/dist/assets/{useFileDiffOverlay-C2OQaVWc.js → useFileDiffOverlay-Dowd1Ij4.js} +1 -1
  96. package/src/ui/dist/assets/{wrap-text-C7Qqh-om.js → wrap-text-BGjAhAUq.js} +1 -1
  97. package/src/ui/dist/assets/{zoom-out-rtX0FKya.js → zoom-out-dMZQMXzc.js} +1 -1
  98. package/src/ui/dist/index.html +1 -1
  99. package/uv.lock +1 -1
@@ -1,5 +1,5 @@
1
- import { r as reactExports, O as ConnectionState, j as jsxRuntimeExports, P as EnhancedTerminal } from './index-CLQauncb.js';
2
- import { u as useCliAccess, a as useCliSocket, n as nextSeq, b as buildChatSessionId } from './useCliAccess-BrJBV3tY.js';
1
+ import { r as reactExports, O as ConnectionState, j as jsxRuntimeExports, P as EnhancedTerminal } from './index-Nt9hS4ck.js';
2
+ import { u as useCliAccess, a as useCliSocket, n as nextSeq, b as buildChatSessionId } from './useCliAccess-C2OmAcWe.js';
3
3
 
4
4
  function CliToolTerminal({
5
5
  projectId,
@@ -1,4 +1,4 @@
1
- import { r as reactExports, R as React } from './index-CLQauncb.js';
1
+ import { r as reactExports, R as React } from './index-Nt9hS4ck.js';
2
2
 
3
3
  function _arrayLikeToArray(r, a) {
4
4
  (null == a || a > r.length) && (a = r.length);
@@ -1,4 +1,4 @@
1
- import { w as createLucideIcon } from './index-CLQauncb.js';
1
+ import { w as createLucideIcon } from './index-Nt9hS4ck.js';
2
2
 
3
3
  /**
4
4
  * @license lucide-react v0.511.0 - ISC
@@ -1,4 +1,4 @@
1
- import { r as reactExports, j as jsxRuntimeExports, aj as composeRefs, ak as useControllableState, al as Root2$1, am as useId, an as useComposedRefs, ao as composeEventHandlers, ap as Anchor, aq as createPopperScope, ar as Presence, as as Portal$1, at as hideOthers, au as ReactRemoveScroll, av as useFocusGuards, aw as FocusScope, ax as DismissableLayer, ay as Content, az as Arrow, b as cn } from './index-CLQauncb.js';
1
+ import { r as reactExports, j as jsxRuntimeExports, aj as composeRefs, ak as useControllableState, al as Root2$1, am as useId, an as useComposedRefs, ao as composeEventHandlers, ap as Anchor, aq as createPopperScope, ar as Presence, as as Portal$1, at as hideOthers, au as ReactRemoveScroll, av as useFocusGuards, aw as FocusScope, ax as DismissableLayer, ay as Content, az as Arrow, b as cn } from './index-Nt9hS4ck.js';
2
2
 
3
3
  // packages/react/context/src/create-context.tsx
4
4
  function createContextScope(scopeName, createContextScopeDeps = []) {
@@ -1,4 +1,4 @@
1
- import { G as acquireSocket, H as uint8ArrayToBase64, J as base64ToUint8Array } from './index-CLQauncb.js';
1
+ import { G as acquireSocket, H as uint8ArrayToBase64, J as base64ToUint8Array } from './index-Nt9hS4ck.js';
2
2
 
3
3
  function getErrorMessage(err) {
4
4
  if (err instanceof Error) return err.message;
@@ -1,5 +1,5 @@
1
- import { w as createLucideIcon, r as reactExports, j as jsxRuntimeExports, aj as composeRefs, bN as useDirection, ak as useControllableState, al as Root2$1, am as useId, aq as createPopperScope, bO as createCollection, an as useComposedRefs, ap as Anchor, ao as composeEventHandlers, as as Portal$1, bP as useLayoutEffect2, aR as reactDomExports, bQ as useCallbackRef, at as hideOthers, av as useFocusGuards, au as ReactRemoveScroll, aw as FocusScope, ax as DismissableLayer, ay as Content, az as Arrow, m as ChevronDown, b as cn, d as Check } from './index-CLQauncb.js';
2
- import { C as ChevronUp } from './index-Dxa2eYMY.js';
1
+ import { w as createLucideIcon, r as reactExports, j as jsxRuntimeExports, aj as composeRefs, bN as useDirection, ak as useControllableState, al as Root2$1, am as useId, aq as createPopperScope, bO as createCollection, an as useComposedRefs, ap as Anchor, ao as composeEventHandlers, as as Portal$1, bP as useLayoutEffect2, aR as reactDomExports, bQ as useCallbackRef, at as hideOthers, av as useFocusGuards, au as ReactRemoveScroll, aw as FocusScope, ax as DismissableLayer, ay as Content, az as Arrow, m as ChevronDown, b as cn, d as Check } from './index-Nt9hS4ck.js';
2
+ import { C as ChevronUp } from './index-DVsMKK_y.js';
3
3
 
4
4
  /**
5
5
  * @license lucide-react v0.511.0 - ISC
@@ -1,4 +1,4 @@
1
- import { w as createLucideIcon } from './index-CLQauncb.js';
1
+ import { w as createLucideIcon } from './index-Nt9hS4ck.js';
2
2
 
3
3
  /**
4
4
  * @license lucide-react v0.511.0 - ISC
@@ -1,4 +1,4 @@
1
- import { w as createLucideIcon } from './index-CLQauncb.js';
1
+ import { w as createLucideIcon } from './index-Nt9hS4ck.js';
2
2
 
3
3
  /**
4
4
  * @license lucide-react v0.511.0 - ISC
@@ -1,4 +1,4 @@
1
- import { w as createLucideIcon } from './index-CLQauncb.js';
1
+ import { w as createLucideIcon } from './index-Nt9hS4ck.js';
2
2
 
3
3
  /**
4
4
  * @license lucide-react v0.511.0 - ISC
@@ -1,4 +1,4 @@
1
- import { x as supportsSocketIo, D as resolveApiBaseUrl, y as lookup, z as useAuthStore, O as ConnectionState, r as reactExports, Y as checkProjectAccess } from './index-CLQauncb.js';
1
+ import { x as supportsSocketIo, D as resolveApiBaseUrl, y as lookup, z as useAuthStore, O as ConnectionState, r as reactExports, Y as checkProjectAccess } from './index-Nt9hS4ck.js';
2
2
 
3
3
  const SOCKET_CACHE = /* @__PURE__ */ new Map();
4
4
  const CLIENT_ID_KEY = "ds_cli_client_id";
@@ -1,4 +1,4 @@
1
- import { r as reactExports } from './index-CLQauncb.js';
1
+ import { r as reactExports } from './index-Nt9hS4ck.js';
2
2
 
3
3
  function matchesTarget(detail, target) {
4
4
  if (target.projectId && detail.projectId && target.projectId !== detail.projectId) {
@@ -1,4 +1,4 @@
1
- import { w as createLucideIcon } from './index-CLQauncb.js';
1
+ import { w as createLucideIcon } from './index-Nt9hS4ck.js';
2
2
 
3
3
  /**
4
4
  * @license lucide-react v0.511.0 - ISC
@@ -1,4 +1,4 @@
1
- import { w as createLucideIcon } from './index-CLQauncb.js';
1
+ import { w as createLucideIcon } from './index-Nt9hS4ck.js';
2
2
 
3
3
  /**
4
4
  * @license lucide-react v0.511.0 - ISC
@@ -12,7 +12,7 @@
12
12
  <link rel="shortcut icon" href="/ui/logo-small.png" />
13
13
  <link rel="apple-touch-icon" href="/ui/logo-small.png" />
14
14
  <link rel="stylesheet" href="/ui/assets/fonts/ds-fonts.css" />
15
- <script type="module" crossorigin src="/ui/assets/index-CLQauncb.js"></script>
15
+ <script type="module" crossorigin src="/ui/assets/index-Nt9hS4ck.js"></script>
16
16
  <link rel="stylesheet" crossorigin href="/ui/assets/index-BQG-1s2o.css">
17
17
  </head>
18
18
  <body>
package/uv.lock CHANGED
@@ -277,7 +277,7 @@ wheels = [
277
277
 
278
278
  [[package]]
279
279
  name = "deepscientist"
280
- version = "1.5.1"
280
+ version = "1.5.12"
281
281
  source = { editable = "." }
282
282
  dependencies = [
283
283
  { name = "cryptography" },