v0.76.2
gitbutlerapp/gitbutlerv0.76.2Apr 22, 2026by onuratakan
AI Summary
Updated the AppliedScientist agent to be more flexible by making current data optional.
Key Highlights
- Made current_data optional in AppliedScientist
- Agent now infers data source automatically when current_data is omitted
New Features
- Optional current_data parameter
- Automatic data source inference
Full Release Notes
## Improvements: - **AppliedScientist: `current_data` is now optional**. When omitted, the agent reads the current notebook and figures out the data source itself. **Full Changelog**: https://github.com/Upsonic/Upsonic/compare/v0.76.2...v0.76.3 ### Pull Requests: - feat: current_data optional, agent infers data source from notebook: [onuratakan](https://github.com/onuratakan) in [#575](https://github.com/Upsonic/Upsonic/pull/575)