@andyqiu/codeforge 0.5.18 → 0.5.19

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.
@@ -15,7 +15,7 @@ permissions:
15
15
  bash: allow
16
16
  webfetch: deny
17
17
  allowed_tools: [ast_edit, plan_read, smart_search, bash, task]
18
- model: anthropic/claude-opus-4-7
18
+ model: anthropic/claude-opus-4-8
19
19
  model_category: deep
20
20
  tier: deep
21
21
  model_thinking:
@@ -33,7 +33,7 @@ allowed_tools:
33
33
  - save_chat_insight
34
34
  - task
35
35
  - skill
36
- model: anthropic/claude-opus-4-7
36
+ model: anthropic/claude-opus-4-8
37
37
  model_category: deep
38
38
  tier: deep
39
39
  model_thinking:
package/agents/planner.md CHANGED
@@ -15,7 +15,7 @@ permissions:
15
15
  bash: allow
16
16
  webfetch: allow
17
17
  allowed_tools: [smart_search, repo_map, read, webfetch, plan_write]
18
- model: anthropic/claude-opus-4-7
18
+ model: anthropic/claude-opus-4-8
19
19
  model_category: deep
20
20
  tier: deep
21
21
  model_thinking:
package/dist/index.js CHANGED
@@ -21787,7 +21787,7 @@ import * as zlib from "node:zlib";
21787
21787
  // lib/version-injected.ts
21788
21788
  function getInjectedVersion() {
21789
21789
  try {
21790
- const v = "0.5.18";
21790
+ const v = "0.5.19";
21791
21791
  if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
21792
21792
  return v;
21793
21793
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andyqiu/codeforge",
3
- "version": "0.5.18",
3
+ "version": "0.5.19",
4
4
  "description": "CodeForge — opencode 的零侵入扩展包",
5
5
  "type": "module",
6
6
  "private": false,