@gotza02/mathinking 2.2.0 → 2.2.1

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -131,6 +131,12 @@ You can define tasks that only run if a certain condition is met:
131
131
 
132
132
  ## 📝 Changelog
133
133
 
134
+ ### v2.2.0
135
+ - **Improved:** `conclude` action logic: `thought` parameter is now optional, using the last thought or a default message if missing.
136
+ - **Fixed:** MCP error reporting: added `isError: true` flag to tool responses when an action fails, ensuring AI agents correctly recognize and recover from errors.
137
+ - **Improved:** Suggested actions: The system now provides more context-aware suggestions, including `execute_conclusion` after completing a session.
138
+ - **Improved:** Error messaging for pending hypotheses during conclusion.
139
+
134
140
  ### v2.1.0
135
141
  - **Added:** New **"mathinking"** keyword trigger support for Gemini/Claude CLI protocols.
136
142
  - **Improved:** Documentation and "How to Use" guides for autonomous workflows.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gotza02/mathinking",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "MCP Server with sequential thinking (The Brain) and orchestrator (The Body) capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",