Skip to content

Commit 3771ee4

Browse files
FradSerGemini
andcommitted
chore: update changelog for v0.8.0
- Rename [Unreleased] to [0.8.0] - Add bug fix entry - Update version links Co-Authored-By: Gemini <gemini-cli@google.com>
1 parent 3d91cd1 commit 3771ee4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0] - 2026-02-02
11+
1012
### Added
1113
- LearningMachine-backed agent learning with culture updates and reasoning tools for synthesis agents
1214
- Event-driven token usage tracking from model request events
@@ -20,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022
- `sequentialthinking` now publishes `outputSchema` and returns `structuredContent` control fields (`should_continue`, `next_thought_number`, `stop_reason`, and parameter guidance)
2123
- Tool description and usage guidance now explicitly require active reflection (`isRevision=true` when correcting prior steps)
2224

25+
### Fixed
26+
- Fixed type error in thinking sequence synthesis in `MultiThinkingSequentialProcessor`
27+
2328
## [0.7.0] - 2025-09-24
2429

2530
### Added
@@ -154,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154159
- MCP server implementation with FastMCP
155160
- Distributed intelligence across specialized agents
156161

157-
[Unreleased]: https://github.com/FradSer/mcp-server-mas-sequential-thinking/compare/v0.7.0...HEAD
162+
[Unreleased]: https://github.com/FradSer/mcp-server-mas-sequential-thinking/compare/v0.8.0...HEAD
163+
[0.8.0]: https://github.com/FradSer/mcp-server-mas-sequential-thinking/compare/v0.7.0...v0.8.0
158164
[0.7.0]: https://github.com/FradSer/mcp-server-mas-sequential-thinking/compare/v0.5.0...v0.7.0
159165
[0.5.0]: https://github.com/FradSer/mcp-server-mas-sequential-thinking/compare/v0.4.1...v0.5.0
160166
[0.4.1]: https://github.com/FradSer/mcp-server-mas-sequential-thinking/compare/v0.4.0...v0.4.1

0 commit comments

Comments
 (0)