Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
AI45Lab
/
Code
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
136
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Release v3.3.0 — cluster-grade runtime + review hardening
- #47
#47
Merged
ZhiXiao-Lin
merged 27 commits into
main
AI45Lab/Code:main
from
release/v3.3.0
AI45Lab/Code:release/v3.3.0
Copy head branch name to clipboard
May 29, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Release v3.3.0 — cluster-grade runtime + review hardening
#47
ZhiXiao-Lin
merged 27 commits into
main
AI45Lab/Code:main
from
release/v3.3.0
AI45Lab/Code:release/v3.3.0
Copy head branch name to clipboard
Commits
Commits on May 28, 2026
feat(session): graceful close with closed-state guard
Show description for b71d541
claude
committed
b71d541
View commit details
Copy full SHA for b71d541
Browse repository at this point
feat(session): parent CancellationToken hierarchy for cascading cancel
Show description for 11fdc31
claude
committed
11fdc31
View commit details
Copy full SHA for 11fdc31
Browse repository at this point
feat(agent): session registry + Agent::close_session / close
Show description for 9c865eb
claude
committed
9c865eb
View commit details
Copy full SHA for 9c865eb
Browse repository at this point
feat(sdk): expose Agent.close / closeSession and Session.isClosed
Show description for 3326a9c
claude
committed
3326a9c
View commit details
Copy full SHA for 3326a9c
Browse repository at this point
test(session-close): cross-module integration + SDK smoke tests
Show description for f56b216
claude
committed
f56b216
View commit details
Copy full SHA for f56b216
Browse repository at this point
feat(store): persist subagent task tracker across save/resume (P1)
Show description for e0b7e9b
claude
committed
e0b7e9b
View commit details
Copy full SHA for e0b7e9b
Browse repository at this point
feat(session): host-provided identity labels — tenant / principal / template / correlation (P5)
Show description for 7c4c58c
claude
committed
7c4c58c
View commit details
Copy full SHA for 7c4c58c
Browse repository at this point
feat(events): cluster-platform event variants — BudgetThresholdHit / PassivationRequested / PeerInvocation (P6)
Show description for 0043844
claude
committed
0043844
View commit details
Copy full SHA for 0043844
Browse repository at this point
feat(budget): BudgetGuard trait + LLM-entry enforcement (P4)
Show description for 679efb8
claude
committed
679efb8
View commit details
Copy full SHA for 679efb8
Browse repository at this point
feat(host_env): inject IdGenerator + Clock for deterministic replay (P2)
Show description for 9c290ad
claude
committed
9c290ad
View commit details
Copy full SHA for 9c290ad
Browse repository at this point
feat(loop-checkpoint): per-tool-round checkpoints (P3 cut 1)
Show description for db87a74
claude
committed
db87a74
View commit details
Copy full SHA for db87a74
Browse repository at this point
feat(session): AgentSession::resume_run replays a checkpointed run (P3 cut 2)
Show description for e125562
claude
committed
e125562
View commit details
Copy full SHA for e125562
Browse repository at this point
feat(sdk): propagate identity labels + resume_run to Node and Python
Show description for ef01792
claude
committed
ef01792
View commit details
Copy full SHA for ef01792
Browse repository at this point
docs(readme): cluster-grade extensibility section
Show description for 975da86
claude
committed
975da86
View commit details
Copy full SHA for 975da86
Browse repository at this point
feat(retention): FIFO caps on RunStore / TraceSink / SubagentTracker
Show description for ef2501f
claude
committed
ef2501f
View commit details
Copy full SHA for ef2501f
Browse repository at this point
test(resume_run): E2E happy-path coverage with mock LLM
Show description for c91e267
claude
committed
c91e267
View commit details
Copy full SHA for c91e267
Browse repository at this point
feat(mcp): idle disconnect — release FDs + bg workers from quiet servers
Show description for e218137
claude
committed
e218137
View commit details
Copy full SHA for e218137
Browse repository at this point
Commits on May 29, 2026
feat(sdk/python): BudgetGuard bridge — Python class → Rust dyn BudgetGuard
Show description for 3bf803d
claude
committed
3bf803d
View commit details
Copy full SHA for 3bf803d
Browse repository at this point
feat(sdk/node): BudgetGuard bridge + runtime-mutable guard slot
Show description for dedaa4e
claude
committed
dedaa4e
View commit details
Copy full SHA for dedaa4e
Browse repository at this point
docs(readme): add retention / MCP idle / BudgetGuard examples
Show description for 6431ac5
claude
committed
6431ac5
View commit details
Copy full SHA for 6431ac5
Browse repository at this point
feat(sdk): SessionRetentionLimits via Python dict + Node object
Show description for 8bfed74
claude
committed
8bfed74
View commit details
Copy full SHA for 8bfed74
Browse repository at this point
test(integration): cluster ops consolidated lifecycle (two-node sim)
Show description for 9f05154
claude
committed
9f05154
View commit details
Copy full SHA for 9f05154
Browse repository at this point
fix(core): cluster-pillars review hardening (H2/H3/H4 + M1/M2/M3 + L1)
Show description for 4b35537
claude
committed
4b35537
View commit details
Copy full SHA for 4b35537
Browse repository at this point
fix(sdk): BudgetGuard fail-closed + disconnect_idle_mcp parity (H1/M4/L2)
Show description for 281dc58
claude
committed
281dc58
View commit details
Copy full SHA for 281dc58
Browse repository at this point
style(sdk): cargo fmt node + python lib sources
Show description for 213eb79
claude
committed
213eb79
View commit details
Copy full SHA for 213eb79
Browse repository at this point
chore(release): prepare v3.3.0
Show description for cbd5b20
claude
committed
cbd5b20
View commit details
Copy full SHA for cbd5b20
Browse repository at this point
test(real-llm): end-to-end cluster-feature tests against a live provider
Show description for cd991a5
claude
committed
cd991a5
View commit details
Copy full SHA for cd991a5
Browse repository at this point
You can’t perform that action at this time.