@skj1724/oh-my-opencode 3.18.27 → 3.18.28

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 (132) hide show
  1. package/README.ja.md +16 -16
  2. package/README.ko.md +16 -16
  3. package/README.md +19 -19
  4. package/README.ru.md +8 -8
  5. package/README.zh-cn.md +16 -16
  6. package/bin/oh-my-opencode.js +4 -2
  7. package/bin/platform.js +2 -2
  8. package/bin/platform.test.ts +25 -0
  9. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-16.d.ts +1 -0
  10. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-17.d.ts +1 -0
  11. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-18.d.ts +1 -0
  12. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-19.d.ts +1 -0
  13. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-20.d.ts +1 -0
  14. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-01.d.ts +1 -0
  15. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-02.d.ts +1 -0
  16. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-03.d.ts +1 -0
  17. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-04.d.ts +1 -0
  18. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-05.d.ts +1 -0
  19. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-06.d.ts +1 -0
  20. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-07.d.ts +1 -0
  21. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-08.d.ts +1 -0
  22. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-09.d.ts +1 -0
  23. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-10.d.ts +1 -0
  24. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-11.d.ts +1 -0
  25. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-12.d.ts +1 -0
  26. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-13.d.ts +1 -0
  27. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-14.d.ts +1 -0
  28. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-15.d.ts +1 -0
  29. package/dist/agents/atlas/agent.d.ts +2 -3
  30. package/dist/agents/atlas/default-prompt-sections.d.ts +6 -6
  31. package/dist/agents/atlas/gemini-prompt-sections.d.ts +6 -6
  32. package/dist/agents/atlas/gpt-prompt-sections.d.ts +6 -6
  33. package/dist/agents/atlas/prompt-section-builder.d.ts +3 -3
  34. package/dist/agents/builtin-agents/atlas-agent.d.ts +0 -2
  35. package/dist/agents/builtin-agents/environment-context.d.ts +0 -1
  36. package/dist/agents/builtin-agents/general-agents.d.ts +0 -1
  37. package/dist/agents/builtin-agents/hephaestus-agent.d.ts +0 -1
  38. package/dist/agents/builtin-agents/sisyphus-agent.d.ts +0 -1
  39. package/dist/agents/builtin-agents.d.ts +1 -1
  40. package/dist/agents/dynamic-agent-category-skills-guide.d.ts +1 -1
  41. package/dist/agents/dynamic-agent-core-sections.d.ts +14 -9
  42. package/dist/agents/dynamic-agent-policy-sections.d.ts +5 -5
  43. package/dist/agents/dynamic-agent-tool-categorization.d.ts +1 -1
  44. package/dist/agents/env-context.d.ts +7 -1
  45. package/dist/agents/hephaestus/agent.d.ts +2 -2
  46. package/dist/agents/hephaestus/gpt-5-3-codex.d.ts +9 -9
  47. package/dist/agents/hephaestus/gpt-5-4.d.ts +18 -18
  48. package/dist/agents/hephaestus/gpt-5-5.d.ts +13 -0
  49. package/dist/agents/hephaestus/gpt.d.ts +1 -1
  50. package/dist/agents/metis.d.ts +9 -9
  51. package/dist/agents/momus.d.ts +10 -11
  52. package/dist/agents/prometheus/behavioral-summary.d.ts +3 -3
  53. package/dist/agents/prometheus/gemini.d.ts +7 -7
  54. package/dist/agents/prometheus/gpt.d.ts +6 -6
  55. package/dist/agents/prometheus/high-accuracy-mode.d.ts +3 -3
  56. package/dist/agents/prometheus/identity-constraints.d.ts +3 -4
  57. package/dist/agents/prometheus/interview-mode.d.ts +3 -3
  58. package/dist/agents/prometheus/plan-generation.d.ts +4 -4
  59. package/dist/agents/prometheus/plan-template.d.ts +4 -4
  60. package/dist/agents/prometheus/system-prompt.d.ts +11 -11
  61. package/dist/agents/sisyphus/default.d.ts +3 -3
  62. package/dist/agents/sisyphus/gemini.d.ts +10 -10
  63. package/dist/agents/sisyphus/gpt-5-4.d.ts +18 -18
  64. package/dist/agents/sisyphus/gpt-5-5.d.ts +18 -0
  65. package/dist/agents/sisyphus/index.d.ts +1 -0
  66. package/dist/agents/sisyphus-junior/agent.d.ts +2 -2
  67. package/dist/agents/sisyphus-junior/default.d.ts +5 -5
  68. package/dist/agents/sisyphus-junior/gemini.d.ts +6 -6
  69. package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +4 -4
  70. package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +7 -7
  71. package/dist/agents/sisyphus-junior/gpt-5-5.d.ts +12 -0
  72. package/dist/agents/sisyphus-junior/gpt.d.ts +5 -5
  73. package/dist/agents/sisyphus-junior/index.d.ts +1 -0
  74. package/dist/agents/sisyphus.d.ts +2 -3
  75. package/dist/agents/types.d.ts +2 -1
  76. package/dist/cli/index.js +2360 -3399
  77. package/dist/config/schema/agent-overrides.d.ts +0 -15
  78. package/dist/config/schema/commands.d.ts +0 -2
  79. package/dist/config/schema/oh-my-opencode-config.d.ts +0 -19
  80. package/dist/features/background-agent/concurrency.d.ts +1 -1
  81. package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
  82. package/dist/features/builtin-commands/templates/ralph-loop.d.ts +3 -3
  83. package/dist/features/builtin-commands/templates/refactor.d.ts +1 -1
  84. package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -1
  85. package/dist/features/builtin-commands/types.d.ts +1 -2
  86. package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
  87. package/dist/hooks/atlas/system-reminder-templates.d.ts +6 -6
  88. package/dist/hooks/auto-update-checker/constants.d.ts +1 -1
  89. package/dist/hooks/compaction-context-injector/compaction-context-prompt.d.ts +1 -1
  90. package/dist/hooks/keyword-detector/analyze/default.d.ts +8 -8
  91. package/dist/hooks/keyword-detector/search/default.d.ts +8 -8
  92. package/dist/hooks/keyword-detector/ultrawork/default.d.ts +6 -6
  93. package/dist/hooks/keyword-detector/ultrawork/gemini.d.ts +12 -12
  94. package/dist/hooks/keyword-detector/ultrawork/gpt.d.ts +7 -7
  95. package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +3 -3
  96. package/dist/hooks/prometheus-md-only/constants.d.ts +2 -2
  97. package/dist/hooks/todo-continuation-enforcer/constants.d.ts +1 -1
  98. package/dist/hooks/tool-output-truncator.d.ts +0 -6
  99. package/dist/index.js +9793 -10923
  100. package/dist/oh-my-opencode.schema.json +3 -57
  101. package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -5
  102. package/dist/shared/logger.d.ts +0 -1
  103. package/dist/shared/model-capabilities/supplemental-entries.d.ts +2 -0
  104. package/dist/shared/plugin-identity.d.ts +4 -4
  105. package/dist/shared/system-directive.d.ts +1 -2
  106. package/dist/tools/ast-grep/pattern-hints.d.ts +4 -0
  107. package/dist/tools/ast-grep/tool-descriptions.d.ts +3 -0
  108. package/dist/tools/call-omo-agent/constants.d.ts +1 -1
  109. package/dist/tools/delegate-task/prompt-builder.d.ts +2 -2
  110. package/dist/tools/index.d.ts +1 -1
  111. package/dist/tools/interactive-bash/index.d.ts +2 -2
  112. package/dist/tools/interactive-bash/tools.d.ts +0 -1
  113. package/package.json +104 -99
  114. package/postinstall.mjs +133 -35
  115. package/dist/agents/load-prompt-template.d.ts +0 -1
  116. package/dist/agents/prompts-zh/index.d.ts +0 -16
  117. package/dist/agents/types/language.d.ts +0 -3
  118. package/dist/config/schema/i18n.d.ts +0 -21
  119. package/dist/features/builtin-commands/templates/open-plan.d.ts +0 -1
  120. package/src/agents/prompts-zh/atlas.md +0 -657
  121. package/src/agents/prompts-zh/explore.md +0 -85
  122. package/src/agents/prompts-zh/general-agents.md +0 -401
  123. package/src/agents/prompts-zh/hephaestus.md +0 -391
  124. package/src/agents/prompts-zh/index.ts +0 -17
  125. package/src/agents/prompts-zh/librarian.md +0 -282
  126. package/src/agents/prompts-zh/metis.md +0 -284
  127. package/src/agents/prompts-zh/momus.md +0 -181
  128. package/src/agents/prompts-zh/multimodal-looker.md +0 -40
  129. package/src/agents/prompts-zh/oracle.md +0 -206
  130. package/src/agents/prompts-zh/prometheus.md +0 -1327
  131. package/src/agents/prompts-zh/sisyphus-junior.md +0 -29
  132. package/src/agents/prompts-zh/sisyphus.md +0 -387

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.