@makerbi/openclaude 0.23.0 → 0.24.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makerbi/openclaude",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "description": "OpenClaude opens coding-agent workflows to any LLM — OpenAI, Gemini, DeepSeek, Ollama, and 200+ models",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1470,7 +1470,7 @@ export type ModelInfo = {
1470
1470
  displayName: string
1471
1471
  description: string
1472
1472
  supportsEffort?: boolean
1473
- supportedEffortLevels?: ("low" | "medium" | "high" | "xhigh" | "max")[]
1473
+ supportedEffortLevels?: ("low" | "medium" | "high" | "xhigh" | "max" | "ultracode")[]
1474
1474
  supportsAdaptiveThinking?: boolean
1475
1475
  supportsFastMode?: boolean
1476
1476
  supportsAutoMode?: boolean