@vibe-forge/core 0.7.3 → 0.7.4

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": "@vibe-forge/core",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "imports": {
5
5
  "#~/*.js": {
6
6
  "__vibe-forge__": {
@@ -43,7 +43,7 @@ export interface ModelServiceConfig {
43
43
  timeoutMs?: number
44
44
  /**
45
45
  * 模型服务默认最大输出 token。
46
- * - Codex: 映射为 `turn/start.maxOutputTokens`
46
+ * - Codex: routed model service 通过本地代理写入 Responses API `max_output_tokens`
47
47
  * - Claude Code Router: 映射为 `maxtoken` transformer
48
48
  * - OpenCode: 映射为 model `options.maxOutputTokens` / `limit.output`
49
49
  */