oh-my-opencode 3.15.3 → 3.17.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 (86) hide show
  1. package/README.md +2 -0
  2. package/dist/agents/dynamic-agent-core-sections.d.ts +7 -0
  3. package/dist/agents/dynamic-agent-prompt-builder.d.ts +1 -1
  4. package/dist/agents/gpt-apply-patch-guard.d.ts +2 -0
  5. package/dist/agents/hephaestus/gpt-5-3-codex.d.ts +0 -1
  6. package/dist/cli/config-manager/backup-config.d.ts +6 -0
  7. package/dist/cli/config-manager/version-compatibility.d.ts +9 -0
  8. package/dist/cli/config-manager.d.ts +4 -0
  9. package/dist/cli/doctor/checks/system.d.ts +15 -2
  10. package/dist/cli/doctor/constants.d.ts +2 -2
  11. package/dist/cli/index.js +7094 -1270
  12. package/dist/cli/minimum-opencode-version.d.ts +1 -0
  13. package/dist/cli/model-fallback-types.d.ts +3 -0
  14. package/dist/cli/types.d.ts +1 -0
  15. package/dist/create-managers.d.ts +14 -0
  16. package/dist/features/background-agent/compaction-aware-message-resolver.d.ts +5 -2
  17. package/dist/features/boulder-state/storage.d.ts +7 -0
  18. package/dist/features/builtin-commands/templates/ralph-loop.d.ts +1 -1
  19. package/dist/features/claude-code-mcp-loader/env-expander.d.ts +5 -2
  20. package/dist/features/claude-code-plugin-loader/loader.d.ts +15 -0
  21. package/dist/features/claude-code-plugin-loader/scope-filter.d.ts +2 -0
  22. package/dist/features/claude-code-plugin-loader/types.d.ts +11 -0
  23. package/dist/features/claude-code-session-state/state.d.ts +1 -0
  24. package/dist/features/mcp-oauth/provider.d.ts +1 -0
  25. package/dist/features/mcp-oauth/refresh-mutex.d.ts +26 -0
  26. package/dist/features/skill-mcp-manager/connection.d.ts +3 -4
  27. package/dist/features/skill-mcp-manager/error-redaction.d.ts +10 -0
  28. package/dist/features/skill-mcp-manager/http-client.d.ts +17 -3
  29. package/dist/features/skill-mcp-manager/manager.d.ts +2 -3
  30. package/dist/features/skill-mcp-manager/oauth-handler.d.ts +7 -0
  31. package/dist/features/skill-mcp-manager/stdio-client.d.ts +16 -3
  32. package/dist/features/skill-mcp-manager/types.d.ts +19 -7
  33. package/dist/features/tmux-subagent/manager.d.ts +1 -0
  34. package/dist/hooks/atlas/session-last-agent.d.ts +10 -1
  35. package/dist/hooks/atlas/types.d.ts +1 -0
  36. package/dist/hooks/auto-update-checker/constants.d.ts +17 -2
  37. package/dist/hooks/auto-update-checker/hook.d.ts +22 -1
  38. package/dist/hooks/comment-checker/cli-runner.d.ts +4 -1
  39. package/dist/hooks/keyword-detector/hook.d.ts +2 -1
  40. package/dist/hooks/ralph-loop/constants.d.ts +1 -0
  41. package/dist/hooks/ralph-loop/oracle-verification-detector.d.ts +8 -0
  42. package/dist/hooks/read-image-resizer/image-resizer.d.ts +3 -1
  43. package/dist/hooks/read-image-resizer/png-fallback-resizer.d.ts +2 -0
  44. package/dist/hooks/rules-injector/injector.d.ts +12 -0
  45. package/dist/hooks/runtime-fallback/auto-retry-signal.d.ts +4 -0
  46. package/dist/hooks/runtime-fallback/error-classifier.d.ts +1 -5
  47. package/dist/hooks/session-recovery/types.d.ts +2 -0
  48. package/dist/hooks/todo-continuation-enforcer/pending-question-detection.d.ts +1 -1
  49. package/dist/hooks/todo-continuation-enforcer/token-limit-detection.d.ts +4 -0
  50. package/dist/hooks/todo-continuation-enforcer/types.d.ts +7 -0
  51. package/dist/hooks/unstable-agent-babysitter/task-message-analyzer.d.ts +1 -0
  52. package/dist/hooks/unstable-agent-babysitter/unstable-agent-babysitter-hook.d.ts +2 -0
  53. package/dist/index.js +9071 -1699
  54. package/dist/openclaw/dispatcher.d.ts +3 -12
  55. package/dist/openclaw/reply-listener-discord.d.ts +4 -0
  56. package/dist/openclaw/reply-listener-injection.d.ts +10 -0
  57. package/dist/openclaw/reply-listener-log.d.ts +2 -0
  58. package/dist/openclaw/reply-listener-paths.d.ts +7 -0
  59. package/dist/openclaw/reply-listener-process.d.ts +4 -0
  60. package/dist/openclaw/reply-listener-spawn.d.ts +5 -0
  61. package/dist/openclaw/reply-listener-startup.d.ts +12 -0
  62. package/dist/openclaw/reply-listener-state.d.ts +29 -0
  63. package/dist/openclaw/reply-listener-telegram.d.ts +4 -0
  64. package/dist/openclaw/reply-listener.d.ts +5 -18
  65. package/dist/openclaw/runtime-dispatch.d.ts +17 -0
  66. package/dist/openclaw/types.d.ts +4 -0
  67. package/dist/plugin/chat-params.d.ts +1 -0
  68. package/dist/plugin/command-execute-before.d.ts +3 -1
  69. package/dist/plugin/hooks/create-transform-hooks.d.ts +2 -0
  70. package/dist/plugin/tool-registry.d.ts +23 -0
  71. package/dist/plugin-handlers/agent-priority-order.d.ts +11 -0
  72. package/dist/shared/agent-display-names.d.ts +14 -2
  73. package/dist/shared/compaction-marker.d.ts +13 -0
  74. package/dist/shared/index.d.ts +1 -0
  75. package/dist/shared/internal-initiator-marker.d.ts +1 -0
  76. package/dist/shared/migration/migrations-sidecar.d.ts +41 -0
  77. package/dist/shared/plugin-identity.d.ts +2 -0
  78. package/dist/shared/posthog-activity-state.d.ts +8 -0
  79. package/dist/shared/posthog.d.ts +14 -0
  80. package/dist/shared/session-prompt-params-state.d.ts +1 -0
  81. package/dist/shared/shell-env.d.ts +6 -2
  82. package/dist/testing/module-mock-lifecycle.d.ts +21 -0
  83. package/dist/tools/background-task/constants.d.ts +1 -1
  84. package/dist/tools/session-manager/tools.d.ts +19 -1
  85. package/package.json +17 -18
  86. package/postinstall.mjs +63 -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.