oh-my-opencode 3.2.0 → 3.2.2

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 (177) hide show
  1. package/dist/agents/{atlas.d.ts → atlas/default.d.ts} +8 -19
  2. package/dist/agents/atlas/gpt.d.ts +19 -0
  3. package/dist/agents/atlas/index.d.ts +39 -0
  4. package/dist/agents/atlas/utils.d.ts +13 -0
  5. package/dist/agents/hephaestus.d.ts +1 -1
  6. package/dist/agents/prometheus/identity-constraints.d.ts +1 -1
  7. package/dist/agents/prometheus/index.d.ts +1 -1
  8. package/dist/agents/prometheus/interview-mode.d.ts +1 -1
  9. package/dist/agents/prometheus/plan-generation.d.ts +1 -1
  10. package/dist/agents/prometheus/plan-template.d.ts +1 -1
  11. package/dist/agents/sisyphus-junior/default.d.ts +9 -0
  12. package/dist/agents/sisyphus-junior/gpt.d.ts +18 -0
  13. package/dist/agents/sisyphus-junior/index.d.ts +31 -0
  14. package/dist/agents/sisyphus.d.ts +1 -1
  15. package/dist/cli/index.js +1140 -835
  16. package/dist/cli/run/runner.d.ts +4 -0
  17. package/dist/config/index.d.ts +1 -1
  18. package/dist/config/schema.d.ts +23 -43
  19. package/dist/features/background-agent/manager.d.ts +6 -0
  20. package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
  21. package/dist/features/claude-tasks/index.d.ts +2 -0
  22. package/dist/features/claude-tasks/storage.d.ts +12 -0
  23. package/dist/features/claude-tasks/types.d.ts +25 -0
  24. package/dist/hooks/auto-slash-command/detector.d.ts +4 -0
  25. package/dist/hooks/auto-slash-command/index.d.ts +2 -1
  26. package/dist/hooks/auto-slash-command/types.d.ts +12 -0
  27. package/dist/hooks/index.d.ts +2 -0
  28. package/dist/hooks/keyword-detector/ultrawork/default.d.ts +4 -4
  29. package/dist/hooks/keyword-detector/ultrawork/gpt5.2.d.ts +5 -6
  30. package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +1 -1
  31. package/dist/hooks/preemptive-compaction.d.ts +30 -0
  32. package/dist/hooks/prometheus-md-only/constants.d.ts +1 -1
  33. package/dist/hooks/task-reminder/index.d.ts +19 -0
  34. package/dist/hooks/tasks-todowrite-disabler/constants.d.ts +3 -0
  35. package/dist/hooks/tasks-todowrite-disabler/index.d.ts +14 -0
  36. package/dist/index.js +26317 -24694
  37. package/dist/tools/delegate-task/constants.d.ts +1 -1
  38. package/dist/tools/delegate-task/types.d.ts +4 -0
  39. package/dist/tools/index.d.ts +1 -0
  40. package/dist/tools/task/index.d.ts +7 -0
  41. package/dist/tools/task/task-create.d.ts +4 -0
  42. package/dist/tools/task/task-get.d.ts +3 -0
  43. package/dist/tools/task/task-list.d.ts +3 -0
  44. package/dist/tools/task/task-update.d.ts +4 -0
  45. package/dist/tools/task/task.d.ts +3 -0
  46. package/dist/tools/task/todo-sync.d.ts +16 -0
  47. package/dist/tools/task/types.d.ts +97 -0
  48. package/package.json +9 -9
  49. package/dist/agents/momus.test.d.ts +0 -1
  50. package/dist/agents/prometheus-prompt.test.d.ts +0 -1
  51. package/dist/agents/sisyphus-junior.d.ts +0 -10
  52. package/dist/agents/sisyphus-junior.test.d.ts +0 -1
  53. package/dist/agents/utils.test.d.ts +0 -1
  54. package/dist/cli/config-manager.test.d.ts +0 -1
  55. package/dist/cli/doctor/checks/auth.test.d.ts +0 -1
  56. package/dist/cli/doctor/checks/config.test.d.ts +0 -1
  57. package/dist/cli/doctor/checks/dependencies.test.d.ts +0 -1
  58. package/dist/cli/doctor/checks/gh.test.d.ts +0 -1
  59. package/dist/cli/doctor/checks/lsp.test.d.ts +0 -1
  60. package/dist/cli/doctor/checks/mcp-oauth.test.d.ts +0 -1
  61. package/dist/cli/doctor/checks/mcp.test.d.ts +0 -1
  62. package/dist/cli/doctor/checks/model-resolution.test.d.ts +0 -1
  63. package/dist/cli/doctor/checks/opencode.test.d.ts +0 -1
  64. package/dist/cli/doctor/checks/plugin.test.d.ts +0 -1
  65. package/dist/cli/doctor/checks/version.test.d.ts +0 -1
  66. package/dist/cli/doctor/formatter.test.d.ts +0 -1
  67. package/dist/cli/doctor/runner.test.d.ts +0 -1
  68. package/dist/cli/index.test.d.ts +0 -1
  69. package/dist/cli/install.test.d.ts +0 -1
  70. package/dist/cli/mcp-oauth/index.test.d.ts +0 -1
  71. package/dist/cli/mcp-oauth/login.test.d.ts +0 -1
  72. package/dist/cli/mcp-oauth/logout.test.d.ts +0 -1
  73. package/dist/cli/mcp-oauth/status.test.d.ts +0 -1
  74. package/dist/cli/model-fallback.test.d.ts +0 -1
  75. package/dist/cli/run/completion.test.d.ts +0 -1
  76. package/dist/cli/run/events.test.d.ts +0 -1
  77. package/dist/config/schema.test.d.ts +0 -1
  78. package/dist/features/background-agent/concurrency.test.d.ts +0 -1
  79. package/dist/features/background-agent/manager.test.d.ts +0 -1
  80. package/dist/features/boulder-state/storage.test.d.ts +0 -1
  81. package/dist/features/builtin-commands/templates/stop-continuation.test.d.ts +0 -1
  82. package/dist/features/builtin-skills/skills.test.d.ts +0 -1
  83. package/dist/features/claude-code-mcp-loader/loader.test.d.ts +0 -1
  84. package/dist/features/claude-code-session-state/state.test.d.ts +0 -1
  85. package/dist/features/context-injector/collector.test.d.ts +0 -1
  86. package/dist/features/context-injector/injector.test.d.ts +0 -1
  87. package/dist/features/mcp-oauth/callback-server.test.d.ts +0 -1
  88. package/dist/features/mcp-oauth/dcr.test.d.ts +0 -1
  89. package/dist/features/mcp-oauth/discovery.test.d.ts +0 -1
  90. package/dist/features/mcp-oauth/provider.test.d.ts +0 -1
  91. package/dist/features/mcp-oauth/resource-indicator.test.d.ts +0 -1
  92. package/dist/features/mcp-oauth/schema.test.d.ts +0 -1
  93. package/dist/features/mcp-oauth/step-up.test.d.ts +0 -1
  94. package/dist/features/mcp-oauth/storage.test.d.ts +0 -1
  95. package/dist/features/opencode-skill-loader/async-loader.test.d.ts +0 -1
  96. package/dist/features/opencode-skill-loader/blocking.test.d.ts +0 -1
  97. package/dist/features/opencode-skill-loader/loader.test.d.ts +0 -1
  98. package/dist/features/opencode-skill-loader/skill-content.test.d.ts +0 -1
  99. package/dist/features/sisyphus-swarm/mailbox/types.d.ts +0 -191
  100. package/dist/features/sisyphus-swarm/mailbox/types.test.d.ts +0 -1
  101. package/dist/features/sisyphus-tasks/storage.d.ts +0 -9
  102. package/dist/features/sisyphus-tasks/storage.test.d.ts +0 -1
  103. package/dist/features/sisyphus-tasks/types.d.ts +0 -47
  104. package/dist/features/sisyphus-tasks/types.test.d.ts +0 -1
  105. package/dist/features/skill-mcp-manager/env-cleaner.test.d.ts +0 -1
  106. package/dist/features/skill-mcp-manager/manager.test.d.ts +0 -1
  107. package/dist/features/task-toast-manager/manager.test.d.ts +0 -1
  108. package/dist/features/tmux-subagent/decision-engine.test.d.ts +0 -1
  109. package/dist/features/tmux-subagent/manager.test.d.ts +0 -1
  110. package/dist/hooks/anthropic-context-window-limit-recovery/executor.test.d.ts +0 -1
  111. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-deduplication.test.d.ts +0 -1
  112. package/dist/hooks/anthropic-context-window-limit-recovery/storage.test.d.ts +0 -1
  113. package/dist/hooks/atlas/index.test.d.ts +0 -1
  114. package/dist/hooks/auto-slash-command/detector.test.d.ts +0 -1
  115. package/dist/hooks/auto-slash-command/index.test.d.ts +0 -1
  116. package/dist/hooks/auto-update-checker/checker.test.d.ts +0 -1
  117. package/dist/hooks/auto-update-checker/index.test.d.ts +0 -1
  118. package/dist/hooks/category-skill-reminder/index.test.d.ts +0 -1
  119. package/dist/hooks/comment-checker/cli.test.d.ts +0 -1
  120. package/dist/hooks/compaction-context-injector/index.test.d.ts +0 -1
  121. package/dist/hooks/delegate-task-retry/index.test.d.ts +0 -1
  122. package/dist/hooks/edit-error-recovery/index.test.d.ts +0 -1
  123. package/dist/hooks/keyword-detector/index.test.d.ts +0 -1
  124. package/dist/hooks/non-interactive-env/index.test.d.ts +0 -1
  125. package/dist/hooks/prometheus-md-only/index.test.d.ts +0 -1
  126. package/dist/hooks/question-label-truncator/index.test.d.ts +0 -1
  127. package/dist/hooks/ralph-loop/index.test.d.ts +0 -1
  128. package/dist/hooks/rules-injector/finder.test.d.ts +0 -1
  129. package/dist/hooks/rules-injector/output-path.test.d.ts +0 -1
  130. package/dist/hooks/rules-injector/parser.test.d.ts +0 -1
  131. package/dist/hooks/session-notification.test.d.ts +0 -1
  132. package/dist/hooks/session-recovery/index.test.d.ts +0 -1
  133. package/dist/hooks/start-work/index.test.d.ts +0 -1
  134. package/dist/hooks/stop-continuation-guard/index.test.d.ts +0 -1
  135. package/dist/hooks/subagent-question-blocker/index.test.d.ts +0 -1
  136. package/dist/hooks/think-mode/index.test.d.ts +0 -1
  137. package/dist/hooks/think-mode/switcher.test.d.ts +0 -1
  138. package/dist/hooks/todo-continuation-enforcer.test.d.ts +0 -1
  139. package/dist/hooks/tool-output-truncator.test.d.ts +0 -1
  140. package/dist/hooks/unstable-agent-babysitter/index.test.d.ts +0 -1
  141. package/dist/index.test.d.ts +0 -1
  142. package/dist/mcp/index.test.d.ts +0 -1
  143. package/dist/plugin-config.test.d.ts +0 -1
  144. package/dist/plugin-handlers/config-handler.test.d.ts +0 -1
  145. package/dist/shared/agent-config-integration.test.d.ts +0 -1
  146. package/dist/shared/agent-display-names.test.d.ts +0 -1
  147. package/dist/shared/agent-variant.test.d.ts +0 -1
  148. package/dist/shared/claude-config-dir.test.d.ts +0 -1
  149. package/dist/shared/deep-merge.test.d.ts +0 -1
  150. package/dist/shared/external-plugin-detector.test.d.ts +0 -1
  151. package/dist/shared/first-message-variant.test.d.ts +0 -1
  152. package/dist/shared/frontmatter.test.d.ts +0 -1
  153. package/dist/shared/jsonc-parser.test.d.ts +0 -1
  154. package/dist/shared/migration.test.d.ts +0 -1
  155. package/dist/shared/model-availability.test.d.ts +0 -1
  156. package/dist/shared/model-requirements.test.d.ts +0 -1
  157. package/dist/shared/model-resolver.test.d.ts +0 -1
  158. package/dist/shared/model-suggestion-retry.test.d.ts +0 -1
  159. package/dist/shared/opencode-config-dir.test.d.ts +0 -1
  160. package/dist/shared/opencode-version.test.d.ts +0 -1
  161. package/dist/shared/permission-compat.test.d.ts +0 -1
  162. package/dist/shared/session-cursor.test.d.ts +0 -1
  163. package/dist/shared/shell-env.test.d.ts +0 -1
  164. package/dist/shared/system-directive.test.d.ts +0 -1
  165. package/dist/shared/tmux/tmux-utils.test.d.ts +0 -1
  166. package/dist/tools/background-task/tools.test.d.ts +0 -1
  167. package/dist/tools/delegate-task/tools.test.d.ts +0 -1
  168. package/dist/tools/glob/cli.test.d.ts +0 -1
  169. package/dist/tools/grep/downloader.test.d.ts +0 -1
  170. package/dist/tools/look-at/tools.test.d.ts +0 -1
  171. package/dist/tools/lsp/config.test.d.ts +0 -1
  172. package/dist/tools/session-manager/storage.test.d.ts +0 -1
  173. package/dist/tools/session-manager/tools.test.d.ts +0 -1
  174. package/dist/tools/session-manager/utils.test.d.ts +0 -1
  175. package/dist/tools/skill/tools.test.d.ts +0 -1
  176. package/dist/tools/skill-mcp/tools.test.d.ts +0 -1
  177. package/dist/tools/slashcommand/tools.test.d.ts +0 -1

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.