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.
- package/dist/index.js +3 -3
- 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
|
|
34292
|
-
sonnet: "github-copilot/claude-sonnet-4
|
|
34293
|
-
opus: "github-copilot/claude-opus-4
|
|
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);
|