@clawos-dev/clawd 0.2.325 → 0.2.327
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.
|
@@ -22052,6 +22052,10 @@ var ContextUsageSchema = external_exports.object({
|
|
|
22052
22052
|
var sessionMetaShape = {
|
|
22053
22053
|
gitBranch: external_exports.string().optional(),
|
|
22054
22054
|
resolvedModel: external_exports.string().optional(),
|
|
22055
|
+
// CC 每条 assistant 记录的顶层 `effort`(实测 2.1.228)——即本轮真正生效的推理强度。
|
|
22056
|
+
// 与 resolvedModel 对称:session.effort 是「用户选的」('' = 没选),这个是「实际用的」。
|
|
22057
|
+
// 没选时 UI 拿它显示确切值,而不是「由 CC 决定」这种占位。
|
|
22058
|
+
resolvedEffort: external_exports.string().optional(),
|
|
22055
22059
|
contextUsage: ContextUsageSchema.optional(),
|
|
22056
22060
|
contextWindowSize: external_exports.number().int().positive().optional()
|
|
22057
22061
|
};
|