@andyqiu/codeforge 0.5.24 → 0.5.25

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.
@@ -16,13 +16,14 @@ permissions:
16
16
  webfetch: deny
17
17
  allowed_tools: [pending_changes, plan_read, bash, read, smart_search, task, review_approval]
18
18
  model: openai/gpt-5.5
19
+ reasoningEffort: medium
19
20
  model_category: ultrabrain
20
21
  tier: deep
21
22
  model_thinking:
22
23
  type: enabled
23
24
  budget_tokens: 2000
24
25
  fallback_models:
25
- - anthropic/claude-opus-4-7
26
+ - anthropic/claude-opus-4-8
26
27
  - anthropic/claude-sonnet-4-6
27
28
  - google/gemini-3-pro
28
29
  ---
package/dist/index.js CHANGED
@@ -21152,7 +21152,7 @@ import * as zlib from "node:zlib";
21152
21152
  // lib/version-injected.ts
21153
21153
  function getInjectedVersion() {
21154
21154
  try {
21155
- const v = "0.5.24";
21155
+ const v = "0.5.25";
21156
21156
  if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
21157
21157
  return v;
21158
21158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andyqiu/codeforge",
3
- "version": "0.5.24",
3
+ "version": "0.5.25",
4
4
  "description": "CodeForge — opencode 的零侵入扩展包",
5
5
  "type": "module",
6
6
  "private": false,