oh-my-claudecode-opencode 0.6.1 → 0.6.2

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -34288,9 +34288,9 @@ ${prompt}`;
34288
34288
 
34289
34289
  // src/config/model-resolver.ts
34290
34290
  var HARDCODED_TIER_DEFAULTS = {
34291
- haiku: "github-copilot/claude-haiku-4.5",
34292
- sonnet: "github-copilot/claude-sonnet-4.5",
34293
- opus: "github-copilot/claude-opus-4.5"
34291
+ haiku: "github-copilot/claude-haiku-4",
34292
+ sonnet: "github-copilot/claude-sonnet-4",
34293
+ opus: "github-copilot/claude-opus-4"
34294
34294
  };
34295
34295
  function isValidModelFormat(model) {
34296
34296
  return /^[a-zA-Z0-9_-]+\/[a-zA-Z0-9_.-]+$/.test(model);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-claudecode-opencode",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "OpenCode port of oh-my-claudecode - Multi-agent orchestration plugin (omco)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",