removedInput schema / properties / branchFromThought
Removed value: -{
- "description": "Branching point thought number",
- "exclusiveMinimum": 0,
- "type": "integer"
-}
removedInput schema / properties / branchId
Removed value: -{
- "description": "Branch identifier",
- "type": "string"
-}
addedInput schema / properties / branch_from_step
Added value: +{
+ "description": "Optional: Create a new reasoning branch from a specific step number",
+ "type": "number"
+}
addedInput schema / properties / category
Added value: +{
+ "description": "Optional: Categorize this thought (analysis, synthesis, evaluation, etc.)",
+ "type": "string"
+}
addedInput schema / properties / complete_thinking
Added value: +{
+ "description": "Optional: Mark the thinking session as complete",
+ "type": "boolean"
+}
removedInput schema / properties / isRevision
Removed value: -{
- "description": "Whether this revises previous thinking",
- "type": "boolean"
-}
removedInput schema / properties / needsMoreThoughts
Removed value: -{
- "description": "If more thoughts are needed",
- "type": "boolean"
-}
removedInput schema / properties / nextThoughtNeeded
Removed value: -{
- "description": "Whether another thought step is needed",
- "type": "boolean"
-}
addedInput schema / properties / reasoning
Added value: +{
+ "description": "Optional: Explain why this thought follows from previous ones",
+ "type": "string"
+}
addedInput schema / properties / revise_step
Added value: +{
+ "description": "Optional: Revise a previous step by its number",
+ "type": "number"
+}
removedInput schema / properties / revisesThought
Removed value: -{
- "description": "Which thought is being reconsidered",
- "exclusiveMinimum": 0,
- "type": "integer"
-}
addedInput schema / properties / target_steps
Added value: +{
+ "description": "Optional: Target number of thinking steps for this session",
+ "type": "number"
+}
changedInput schema / properties / thought / description
Previous value: -"The current thinking step"New value: +"Your current thought or analysis step"
removedInput schema / properties / thoughtNumber
Removed value: -{
- "description": "Current thought number",
- "exclusiveMinimum": 0,
- "type": "integer"
-}
removedInput schema / properties / totalThoughts
Removed value: -{
- "description": "Estimated total thoughts needed",
- "exclusiveMinimum": 0,
- "type": "integer"
-}
changedInput schema / required
Previous value: -[
- "thought",
- "nextThoughtNeeded",
- "thoughtNumber",
- "totalThoughts"
-]New value: +[
+ "thought"
+]