@gotza02/mathinking 3.1.6 → 3.1.7
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -241,7 +241,7 @@ You can define tasks that only run if a certain condition is met:
|
|
|
241
241
|
|
|
242
242
|
**Full changelog available in [CHANGELOG.md](CHANGELOG.md)**
|
|
243
243
|
|
|
244
|
-
### v3.1.
|
|
244
|
+
### v3.1.7 (Latest) - 🛡️ Reliability & Validation
|
|
245
245
|
- **Enhanced Plan Validation:** Added strict structural checks for `ExecutionPlan` (ensures `id`, `toolName`, `toolInput`, and `dependencies` exist).
|
|
246
246
|
- **Self-Healing Bridge:** Improved `execute_conclusion` to automatically detect malformed plans and fallback to a safe default "Auto-Plan" to prevent execution crashes.
|
|
247
247
|
- **Clearer Error Reporting:** Validation errors now provide specific details about missing fields instead of generic `undefined` errors.
|