oh-my-opencode 3.0.0-beta.9 → 3.0.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 (92) hide show
  1. package/README.ja.md +52 -804
  2. package/README.ko.md +377 -0
  3. package/README.md +61 -933
  4. package/README.zh-cn.md +53 -928
  5. package/dist/agents/atlas.d.ts +19 -0
  6. package/dist/agents/{sisyphus-prompt-builder.d.ts → dynamic-agent-prompt-builder.d.ts} +10 -6
  7. package/dist/agents/explore.d.ts +1 -2
  8. package/dist/agents/index.d.ts +9 -3
  9. package/dist/agents/librarian.d.ts +1 -2
  10. package/dist/agents/metis.d.ts +1 -2
  11. package/dist/agents/momus.d.ts +15 -3
  12. package/dist/agents/multimodal-looker.d.ts +1 -2
  13. package/dist/agents/oracle.d.ts +1 -2
  14. package/dist/agents/prometheus-prompt.d.ts +1 -1
  15. package/dist/agents/sisyphus-junior.d.ts +1 -2
  16. package/dist/agents/sisyphus.d.ts +2 -3
  17. package/dist/agents/types.d.ts +2 -2
  18. package/dist/agents/utils.d.ts +4 -3
  19. package/dist/cli/doctor/checks/dependencies.d.ts +1 -1
  20. package/dist/cli/doctor/checks/index.d.ts +1 -0
  21. package/dist/cli/doctor/checks/model-resolution.d.ts +33 -0
  22. package/dist/cli/doctor/constants.d.ts +1 -0
  23. package/dist/cli/index.js +886 -401
  24. package/dist/cli/install.test.d.ts +1 -0
  25. package/dist/cli/model-fallback.d.ts +18 -0
  26. package/dist/cli/model-fallback.test.d.ts +1 -0
  27. package/dist/cli/types.d.ts +9 -3
  28. package/dist/config/schema.d.ts +50 -246
  29. package/dist/features/background-agent/manager.d.ts +10 -0
  30. package/dist/features/background-agent/types.d.ts +4 -3
  31. package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
  32. package/dist/features/builtin-commands/templates/start-work.d.ts +1 -1
  33. package/dist/features/builtin-commands/types.d.ts +1 -1
  34. package/dist/features/skill-mcp-manager/manager.d.ts +1 -0
  35. package/dist/features/task-toast-manager/manager.d.ts +1 -0
  36. package/dist/features/task-toast-manager/types.d.ts +3 -0
  37. package/dist/hooks/{sisyphus-orchestrator → atlas}/index.d.ts +3 -3
  38. package/dist/hooks/atlas/index.test.d.ts +1 -0
  39. package/dist/hooks/auto-update-checker/constants.d.ts +0 -3
  40. package/dist/hooks/index.d.ts +2 -2
  41. package/dist/hooks/prometheus-md-only/constants.d.ts +1 -0
  42. package/dist/hooks/question-label-truncator/index.d.ts +7 -0
  43. package/dist/hooks/question-label-truncator/index.test.d.ts +1 -0
  44. package/dist/hooks/ralph-loop/index.d.ts +1 -0
  45. package/dist/hooks/ralph-loop/types.d.ts +1 -0
  46. package/dist/index.js +12781 -13070
  47. package/dist/index.test.d.ts +1 -0
  48. package/dist/mcp/context7.d.ts +1 -0
  49. package/dist/mcp/grep-app.d.ts +1 -0
  50. package/dist/mcp/index.d.ts +1 -0
  51. package/dist/mcp/websearch.d.ts +1 -0
  52. package/dist/plugin-handlers/config-handler.d.ts +1 -0
  53. package/dist/shared/agent-config-integration.test.d.ts +1 -0
  54. package/dist/shared/agent-display-names.d.ts +12 -0
  55. package/dist/shared/agent-display-names.test.d.ts +1 -0
  56. package/dist/shared/case-insensitive.d.ts +24 -0
  57. package/dist/shared/case-insensitive.test.d.ts +1 -0
  58. package/dist/shared/config-path.d.ts +1 -5
  59. package/dist/shared/index.d.ts +4 -0
  60. package/dist/shared/migration.d.ts +15 -1
  61. package/dist/shared/model-availability.d.ts +8 -0
  62. package/dist/shared/model-availability.test.d.ts +1 -0
  63. package/dist/shared/model-requirements.d.ts +11 -0
  64. package/dist/shared/model-requirements.test.d.ts +1 -0
  65. package/dist/shared/model-resolver.d.ts +20 -0
  66. package/dist/shared/model-resolver.test.d.ts +1 -0
  67. package/dist/tools/delegate-task/constants.d.ts +3 -4
  68. package/dist/tools/delegate-task/tools.d.ts +11 -1
  69. package/dist/tools/delegate-task/types.d.ts +1 -1
  70. package/dist/tools/skill/types.d.ts +1 -1
  71. package/package.json +8 -12
  72. package/dist/agents/build-prompt.d.ts +0 -31
  73. package/dist/agents/document-writer.d.ts +0 -5
  74. package/dist/agents/frontend-ui-ux-engineer.d.ts +0 -5
  75. package/dist/agents/orchestrator-sisyphus.d.ts +0 -20
  76. package/dist/agents/plan-prompt.d.ts +0 -64
  77. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-executor.d.ts +0 -3
  78. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-purge-errors.d.ts +0 -7
  79. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-storage.d.ts +0 -2
  80. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-supersede.d.ts +0 -6
  81. package/dist/hooks/comment-checker/constants.d.ts +0 -3
  82. package/dist/hooks/comment-checker/filters/bdd.d.ts +0 -2
  83. package/dist/hooks/comment-checker/filters/directive.d.ts +0 -2
  84. package/dist/hooks/comment-checker/filters/docstring.d.ts +0 -2
  85. package/dist/hooks/comment-checker/filters/index.d.ts +0 -7
  86. package/dist/hooks/comment-checker/filters/shebang.d.ts +0 -2
  87. package/dist/hooks/comment-checker/output/formatter.d.ts +0 -2
  88. package/dist/hooks/comment-checker/output/index.d.ts +0 -2
  89. package/dist/hooks/comment-checker/output/xml-builder.d.ts +0 -2
  90. package/dist/tools/ast-grep/napi.d.ts +0 -13
  91. package/dist/tools/interactive-bash/types.d.ts +0 -3
  92. /package/dist/{hooks/sisyphus-orchestrator/index.test.d.ts → cli/doctor/checks/model-resolution.test.d.ts} +0 -0

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.