File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.2.post1] ( https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.1.2.post1 ) (2026-04-29)
4+
5+ ### Features
6+
7+ * Session: Updated session summarization to retain full conversation history while marking summarized events as model-invisible.
8+ * Session: Added backend-threaded summarization execution to avoid blocking front-end conversation turns.
9+ * Skill: Added multi-user support for skill operations.
10+
11+ ### Bug Fixes
12+
13+ * Code Execution: Fixed the conflict between code execution and tool invocation where tool data could be lost after code execution.
14+ * MCP: Added support for parsing and returning multiple MCP tool results in a single response.
15+
316## [ 1.1.2] ( https://github.com/trpc-group/trpc-agent-python/releases/tag/v1.1.2 ) (2026-04-24)
417
518### Features
Original file line number Diff line number Diff line change 1010
1111def test_version ():
1212 """Test the version module."""
13- assert __version__ == '1.1.2'
13+ assert __version__ == '1.1.2.post1 '
Original file line number Diff line number Diff line change 99This module defines the version information for TRPC Agent
1010"""
1111
12- __version__ = '1.1.2'
12+ __version__ = '1.1.2.post1 '
You can’t perform that action at this time.
0 commit comments