File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.1.1 (2026-03-17)
6+
7+ ### Bug Fixes
8+
9+ - Rename job to Claude, add env validation and diff size limit
10+ ([ ` 24aca72 ` ] ( https://github.com/node9-ai/node9-python/commit/24aca7239a4f00b1128749b7a4013c37e3d8e740 ) )
11+
12+ - Surface truncation warning in PR comment, align word limit with max_tokens
13+ ([ ` 12771d8 ` ] ( https://github.com/node9-ai/node9-python/commit/12771d8b64d30ebc3556e3a7ba296618b7766471 ) )
14+
15+ - ** ai-review** : Upgrade to claude-sonnet-4-6 with 2048 max_tokens
16+ ([ ` 52766cf ` ] ( https://github.com/node9-ai/node9-python/commit/52766cf88eebea0568223f25f27152c77b9b8a09 ) )
17+
18+
519## v1.1.0 (2026-03-15)
620
721### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " node9"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88description = " Execution security for Python AI agents — seatbelt for LangChain, CrewAI, and plain Python."
99readme = " README.md"
1010license = { text = " Apache-2.0" }
You can’t perform that action at this time.
0 commit comments