@skj1724/oh-my-opencode 3.17.13 → 3.17.16

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 (78) hide show
  1. package/dist/agents/atlas/default-prompt-sections.d.ts +6 -6
  2. package/dist/agents/atlas/gemini-prompt-sections.d.ts +6 -6
  3. package/dist/agents/atlas/gpt-prompt-sections.d.ts +6 -6
  4. package/dist/agents/atlas/prompt-section-builder.d.ts +3 -2
  5. package/dist/agents/gpt-apply-patch-guard.d.ts +1 -1
  6. package/dist/agents/hephaestus/gpt-5-3-codex.d.ts +9 -9
  7. package/dist/agents/metis.d.ts +7 -7
  8. package/dist/agents/momus.d.ts +6 -6
  9. package/dist/agents/prometheus/behavioral-summary.d.ts +3 -3
  10. package/dist/agents/prometheus/gemini.d.ts +7 -7
  11. package/dist/agents/prometheus/gpt.d.ts +6 -6
  12. package/dist/agents/prometheus/high-accuracy-mode.d.ts +3 -3
  13. package/dist/agents/prometheus/identity-constraints.d.ts +4 -3
  14. package/dist/agents/prometheus/interview-mode.d.ts +3 -3
  15. package/dist/agents/prometheus/plan-generation.d.ts +4 -4
  16. package/dist/agents/prometheus/plan-template.d.ts +4 -4
  17. package/dist/agents/sisyphus/default.d.ts +2 -2
  18. package/dist/agents/sisyphus/gemini.d.ts +10 -10
  19. package/dist/agents/sisyphus/gpt-5-4.d.ts +18 -18
  20. package/dist/agents/sisyphus-junior/gemini.d.ts +6 -6
  21. package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +4 -4
  22. package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +7 -7
  23. package/dist/agents/sisyphus-junior/gpt.d.ts +5 -5
  24. package/dist/cli/index.js +254 -59
  25. package/dist/features/builtin-commands/templates/handoff.d.ts +1 -1
  26. package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
  27. package/dist/features/builtin-commands/templates/ralph-loop.d.ts +3 -3
  28. package/dist/features/builtin-commands/templates/refactor.d.ts +1 -1
  29. package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -1
  30. package/dist/features/builtin-commands/templates/start-work.d.ts +1 -1
  31. package/dist/features/builtin-commands/templates/stop-continuation.d.ts +1 -1
  32. package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
  33. package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +1 -1
  34. package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +1 -1
  35. package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +1 -1
  36. package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +1 -1
  37. package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +1 -1
  38. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +5 -5
  39. package/dist/features/claude-code-command-loader/loader.d.ts +2 -0
  40. package/dist/features/tmux-subagent/event-handlers.d.ts +0 -4
  41. package/dist/features/tmux-subagent/index.d.ts +0 -3
  42. package/dist/features/tmux-subagent/manager.d.ts +4 -0
  43. package/dist/features/tmux-subagent/polling-manager.d.ts +2 -1
  44. package/dist/hooks/agent-usage-reminder/constants.d.ts +1 -1
  45. package/dist/hooks/atlas/system-reminder-templates.d.ts +2 -2
  46. package/dist/hooks/directory-agents-injector/finder.d.ts +1 -1
  47. package/dist/hooks/directory-readme-injector/finder.d.ts +1 -1
  48. package/dist/hooks/edit-error-recovery/hook.d.ts +1 -1
  49. package/dist/hooks/json-error-recovery/hook.d.ts +1 -1
  50. package/dist/hooks/keyword-detector/analyze/default.d.ts +1 -1
  51. package/dist/hooks/keyword-detector/search/default.d.ts +1 -1
  52. package/dist/hooks/rules-injector/cache.d.ts +5 -0
  53. package/dist/hooks/rules-injector/injector.d.ts +2 -0
  54. package/dist/hooks/rules-injector/project-root-finder.d.ts +1 -0
  55. package/dist/hooks/rules-injector/rule-file-finder.d.ts +2 -19
  56. package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +1 -0
  57. package/dist/hooks/write-existing-file-guard/tool-execute-before-handler.d.ts +1 -1
  58. package/dist/index.js +8304 -7836
  59. package/dist/shared/index.d.ts +1 -0
  60. package/dist/shared/jsonc-parser.d.ts +8 -5
  61. package/dist/shared/load-opencode-plugins.d.ts +1 -0
  62. package/dist/shared/project-discovery-dirs.d.ts +2 -0
  63. package/dist/shared/tmux/tmux-utils/session-spawn.d.ts +1 -0
  64. package/dist/shared/tmux/tmux-utils.d.ts +3 -1
  65. package/dist/tools/background-task/constants.d.ts +3 -3
  66. package/dist/tools/call-omo-agent/constants.d.ts +1 -1
  67. package/dist/tools/delegate-task/constants.d.ts +2 -2
  68. package/dist/tools/hashline-edit/tool-description.d.ts +1 -1
  69. package/dist/tools/interactive-bash/constants.d.ts +1 -1
  70. package/dist/tools/look-at/constants.d.ts +1 -1
  71. package/dist/tools/session-manager/constants.d.ts +5 -5
  72. package/dist/tools/skill/constants.d.ts +2 -2
  73. package/dist/tools/skill/description-formatter.d.ts +1 -1
  74. package/dist/tools/skill-mcp/constants.d.ts +1 -1
  75. package/package.json +1 -1
  76. package/dist/features/tmux-subagent/cleanup.d.ts +0 -9
  77. package/dist/features/tmux-subagent/session-created-handler.d.ts +0 -22
  78. package/dist/features/tmux-subagent/session-deleted-handler.d.ts +0 -15

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.