oh-my-opencode 3.5.2 → 3.5.4

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 (81) hide show
  1. package/README.md +3 -3
  2. package/dist/agents/builtin-agents/agent-overrides.d.ts +2 -2
  3. package/dist/agents/builtin-agents/atlas-agent.d.ts +1 -0
  4. package/dist/agents/builtin-agents/resolve-file-uri.d.ts +1 -0
  5. package/dist/cli/doctor/checks/config.d.ts +2 -8
  6. package/dist/cli/doctor/checks/dependencies.d.ts +1 -5
  7. package/dist/cli/doctor/checks/index.d.ts +4 -16
  8. package/dist/cli/doctor/checks/model-resolution.d.ts +4 -4
  9. package/dist/cli/doctor/checks/{opencode.d.ts → system-binary.d.ts} +6 -12
  10. package/dist/cli/doctor/checks/system-loaded-version.d.ts +9 -0
  11. package/dist/cli/doctor/checks/system-plugin.d.ts +15 -0
  12. package/dist/cli/doctor/checks/system.d.ts +3 -0
  13. package/dist/cli/doctor/checks/{gh.d.ts → tools-gh.d.ts} +0 -3
  14. package/dist/cli/doctor/checks/tools-lsp.d.ts +6 -0
  15. package/dist/cli/doctor/checks/tools-mcp.d.ts +3 -0
  16. package/dist/cli/doctor/checks/tools.d.ts +3 -0
  17. package/dist/cli/doctor/constants.d.ts +4 -17
  18. package/dist/cli/doctor/format-default.d.ts +2 -0
  19. package/dist/cli/doctor/format-shared.d.ts +6 -0
  20. package/dist/cli/doctor/format-status.d.ts +2 -0
  21. package/dist/cli/doctor/format-verbose.d.ts +2 -0
  22. package/dist/cli/doctor/formatter.d.ts +2 -11
  23. package/dist/cli/doctor/index.d.ts +1 -1
  24. package/dist/cli/doctor/runner.d.ts +1 -3
  25. package/dist/cli/doctor/types.d.ts +39 -6
  26. package/dist/cli/index.js +959 -1138
  27. package/dist/cli/run/poll-for-completion.d.ts +1 -0
  28. package/dist/cli/run/runner.d.ts +1 -0
  29. package/dist/config/schema/background-task.d.ts +1 -0
  30. package/dist/config/schema/hooks.d.ts +0 -1
  31. package/dist/config/schema/oh-my-opencode-config.d.ts +11 -11
  32. package/dist/config/schema/skills.d.ts +10 -10
  33. package/dist/create-hooks.d.ts +0 -1
  34. package/dist/features/background-agent/background-event-handler.d.ts +1 -0
  35. package/dist/features/background-agent/constants.d.ts +1 -0
  36. package/dist/features/background-agent/index.d.ts +1 -0
  37. package/dist/features/background-agent/manager.d.ts +4 -0
  38. package/dist/features/background-agent/poll-running-tasks.d.ts +3 -1
  39. package/dist/features/background-agent/session-idle-event-handler.d.ts +10 -0
  40. package/dist/features/background-agent/session-task-cleanup.d.ts +10 -0
  41. package/dist/features/background-agent/stale-task-pruner.d.ts +7 -1
  42. package/dist/features/background-agent/task-history.d.ts +18 -0
  43. package/dist/features/background-agent/task-poller.d.ts +4 -0
  44. package/dist/features/background-agent/types.d.ts +4 -0
  45. package/dist/features/claude-code-agent-loader/loader.d.ts +1 -1
  46. package/dist/features/claude-code-command-loader/loader.d.ts +3 -3
  47. package/dist/features/opencode-skill-loader/config-source-discovery.d.ts +7 -0
  48. package/dist/features/opencode-skill-loader/index.d.ts +1 -0
  49. package/dist/features/opencode-skill-loader/loader.d.ts +8 -5
  50. package/dist/features/opencode-skill-loader/merger.d.ts +1 -1
  51. package/dist/features/opencode-skill-loader/skill-resolution-options.d.ts +2 -0
  52. package/dist/features/tmux-subagent/grid-planning.d.ts +1 -1
  53. package/dist/features/tmux-subagent/pane-split-availability.d.ts +3 -3
  54. package/dist/features/tmux-subagent/spawn-action-decider.d.ts +1 -1
  55. package/dist/hooks/claude-code-hooks/transcript.d.ts +8 -13
  56. package/dist/hooks/compaction-context-injector/hook.d.ts +2 -1
  57. package/dist/hooks/index.d.ts +0 -1
  58. package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +2 -5
  59. package/dist/hooks/prometheus-md-only/agent-matcher.d.ts +1 -0
  60. package/dist/hooks/think-mode/switcher.d.ts +1 -2
  61. package/dist/hooks/todo-continuation-enforcer/constants.d.ts +1 -0
  62. package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +1 -0
  63. package/dist/hooks/todo-continuation-enforcer/types.d.ts +2 -0
  64. package/dist/index.js +2043 -1425
  65. package/dist/plugin/hooks/create-core-hooks.d.ts +0 -1
  66. package/dist/plugin/hooks/create-session-hooks.d.ts +1 -2
  67. package/dist/plugin/session-agent-resolver.d.ts +19 -0
  68. package/dist/plugin-config.d.ts +1 -0
  69. package/dist/plugin-handlers/command-config-handler.d.ts +3 -0
  70. package/dist/shared/session-tools-store.d.ts +3 -0
  71. package/dist/tools/call-omo-agent/sync-executor.d.ts +10 -1
  72. package/dist/tools/slashcommand/command-discovery.d.ts +1 -1
  73. package/package.json +8 -8
  74. package/dist/cli/doctor/checks/auth.d.ts +0 -7
  75. package/dist/cli/doctor/checks/lsp.d.ts +0 -8
  76. package/dist/cli/doctor/checks/mcp-oauth.d.ts +0 -15
  77. package/dist/cli/doctor/checks/mcp.d.ts +0 -6
  78. package/dist/cli/doctor/checks/plugin.d.ts +0 -4
  79. package/dist/cli/doctor/checks/version.d.ts +0 -4
  80. package/dist/hooks/subagent-question-blocker/hook.d.ts +0 -2
  81. package/dist/hooks/subagent-question-blocker/index.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.