@skj1724/oh-my-opencode 3.17.12 → 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 (111) hide show
  1. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-16.d.ts +1 -0
  2. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-17.d.ts +1 -0
  3. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-18.d.ts +1 -0
  4. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-19.d.ts +1 -0
  5. package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-20.d.ts +1 -0
  6. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-01.d.ts +1 -0
  7. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-02.d.ts +1 -0
  8. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-03.d.ts +1 -0
  9. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-04.d.ts +1 -0
  10. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-05.d.ts +1 -0
  11. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-06.d.ts +1 -0
  12. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-07.d.ts +1 -0
  13. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-08.d.ts +1 -0
  14. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-09.d.ts +1 -0
  15. package/dist/__tests__/perf/fixtures/in-tree/src/app/file-10.d.ts +1 -0
  16. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-11.d.ts +1 -0
  17. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-12.d.ts +1 -0
  18. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-13.d.ts +1 -0
  19. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-14.d.ts +1 -0
  20. package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-15.d.ts +1 -0
  21. package/dist/agents/atlas/default-prompt-sections.d.ts +6 -6
  22. package/dist/agents/atlas/gemini-prompt-sections.d.ts +6 -6
  23. package/dist/agents/atlas/gpt-prompt-sections.d.ts +6 -6
  24. package/dist/agents/atlas/prompt-section-builder.d.ts +3 -2
  25. package/dist/agents/gpt-apply-patch-guard.d.ts +1 -1
  26. package/dist/agents/hephaestus/gpt-5-3-codex.d.ts +9 -9
  27. package/dist/agents/metis.d.ts +7 -7
  28. package/dist/agents/momus.d.ts +6 -6
  29. package/dist/agents/prometheus/behavioral-summary.d.ts +3 -3
  30. package/dist/agents/prometheus/gemini.d.ts +7 -7
  31. package/dist/agents/prometheus/gpt.d.ts +6 -6
  32. package/dist/agents/prometheus/high-accuracy-mode.d.ts +3 -3
  33. package/dist/agents/prometheus/identity-constraints.d.ts +4 -3
  34. package/dist/agents/prometheus/interview-mode.d.ts +3 -3
  35. package/dist/agents/prometheus/plan-generation.d.ts +4 -4
  36. package/dist/agents/prometheus/plan-template.d.ts +4 -4
  37. package/dist/agents/sisyphus/default.d.ts +2 -2
  38. package/dist/agents/sisyphus/gemini.d.ts +10 -10
  39. package/dist/agents/sisyphus/gpt-5-4.d.ts +18 -18
  40. package/dist/agents/sisyphus-junior/gemini.d.ts +6 -6
  41. package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +4 -4
  42. package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +7 -7
  43. package/dist/agents/sisyphus-junior/gpt.d.ts +5 -5
  44. package/dist/cli/index.js +256 -61
  45. package/dist/features/background-agent/process-cleanup.test-helpers.d.ts +4 -0
  46. package/dist/features/builtin-commands/templates/handoff.d.ts +1 -1
  47. package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
  48. package/dist/features/builtin-commands/templates/ralph-loop.d.ts +3 -3
  49. package/dist/features/builtin-commands/templates/refactor.d.ts +1 -1
  50. package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -1
  51. package/dist/features/builtin-commands/templates/start-work.d.ts +1 -1
  52. package/dist/features/builtin-commands/templates/stop-continuation.d.ts +1 -1
  53. package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
  54. package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +1 -1
  55. package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +1 -1
  56. package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +1 -1
  57. package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +1 -1
  58. package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +1 -1
  59. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +5 -5
  60. package/dist/features/claude-code-command-loader/loader-cache.d.ts +6 -0
  61. package/dist/features/claude-code-command-loader/loader.d.ts +2 -0
  62. package/dist/features/team-mode/team-layout-tmux/index.d.ts +1 -0
  63. package/dist/features/team-mode/team-layout-tmux/layout.d.ts +15 -0
  64. package/dist/features/tmux-subagent/event-handlers.d.ts +0 -4
  65. package/dist/features/tmux-subagent/index.d.ts +0 -3
  66. package/dist/features/tmux-subagent/manager.d.ts +4 -0
  67. package/dist/features/tmux-subagent/polling-manager.d.ts +2 -1
  68. package/dist/hooks/atlas/system-reminder-templates.d.ts +2 -2
  69. package/dist/hooks/auto-update-checker/hook/deferred-startup-check.d.ts +1 -0
  70. package/dist/hooks/comment-checker/initialization-gate.d.ts +1 -0
  71. package/dist/hooks/directory-agents-injector/finder.d.ts +1 -1
  72. package/dist/hooks/directory-readme-injector/finder.d.ts +1 -1
  73. package/dist/hooks/edit-error-recovery/hook.d.ts +1 -1
  74. package/dist/hooks/json-error-recovery/hook.d.ts +1 -1
  75. package/dist/hooks/keyword-detector/analyze/default.d.ts +1 -1
  76. package/dist/hooks/keyword-detector/search/default.d.ts +1 -1
  77. package/dist/hooks/rules-injector/cache.d.ts +5 -0
  78. package/dist/hooks/rules-injector/injector.d.ts +2 -0
  79. package/dist/hooks/rules-injector/project-root-finder.d.ts +1 -0
  80. package/dist/hooks/rules-injector/rule-file-finder.d.ts +2 -19
  81. package/dist/hooks/rules-injector/rule-scan-cache.d.ts +6 -0
  82. package/dist/hooks/session-notification-init.d.ts +7 -0
  83. package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +1 -0
  84. package/dist/hooks/write-existing-file-guard/tool-execute-before-handler.d.ts +1 -1
  85. package/dist/index.js +8270 -7802
  86. package/dist/shared/excluded-dirs.d.ts +1 -0
  87. package/dist/shared/index.d.ts +1 -0
  88. package/dist/shared/jsonc-parser.d.ts +8 -5
  89. package/dist/shared/load-opencode-plugins.d.ts +1 -0
  90. package/dist/shared/project-discovery-dirs.d.ts +2 -0
  91. package/dist/shared/tmux/tmux-utils/index.d.ts +1 -0
  92. package/dist/shared/tmux/tmux-utils/session-kill.d.ts +1 -0
  93. package/dist/shared/tmux/tmux-utils/session-spawn.d.ts +1 -0
  94. package/dist/shared/tmux/tmux-utils/spawn-process.d.ts +1 -0
  95. package/dist/shared/tmux/tmux-utils/stale-session-sweep.d.ts +11 -0
  96. package/dist/shared/tmux/tmux-utils.d.ts +3 -1
  97. package/dist/tools/background-task/constants.d.ts +3 -3
  98. package/dist/tools/call-omo-agent/constants.d.ts +1 -1
  99. package/dist/tools/delegate-task/constants.d.ts +2 -2
  100. package/dist/tools/hashline-edit/tool-description.d.ts +1 -1
  101. package/dist/tools/interactive-bash/constants.d.ts +1 -1
  102. package/dist/tools/look-at/constants.d.ts +1 -1
  103. package/dist/tools/session-manager/constants.d.ts +5 -5
  104. package/dist/tools/skill/constants.d.ts +2 -2
  105. package/dist/tools/skill/description-formatter.d.ts +1 -1
  106. package/dist/tools/skill/session-skill-cache.d.ts +1 -0
  107. package/dist/tools/skill-mcp/constants.d.ts +1 -1
  108. package/package.json +3 -3
  109. package/dist/features/tmux-subagent/cleanup.d.ts +0 -9
  110. package/dist/features/tmux-subagent/session-created-handler.d.ts +0 -22
  111. 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.