This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Releases: danyooooo/jules-sdk.NET
Releases · danyooooo/jules-sdk.NET
v1.3.0
Update
- replaced FileStorage with SqliteStorage to ensure thread safety and performance
- change to standard Logging for all raw console logs
- refactored McpServer to use ILogger
- added unit tests for SqliteStorage
- updated JulesClient to support ILoggerFactory injection
- adjusted some codes for resumable sessions and interactive configurations
- added HasStableHistory logic and null-safety for Activities
- added warning and stability checks
- added activityId support to inspect diffs from specific activities
- fixed namespace/nullability issues
- added SessionOutcomeData to deserialized session outcomes
- updated SessionSnapshot constructor and logic
- separated SessionOutcomeData and SessionOutcome class
- added ChangeSet and ChangeSetData property in SessionOutput
- updated InfoAsync and MapToOutcome
- updated README.md
- updated versioning
v1.2.0
Added new stuff
- added ChangeSet method
- removed all Proxy functionality
- renamed Outcome to SessionOutcome
- added SessionSnapshot class with full functionality
- added new supporting types : TimelineEntry, SessionInsights, SnapshotOptions
- added SnapshotAsync method
- removed the state pre-check from ApproveAsync
- updated the version number