v0.76.2

OpenBMB/ChatDevv0.76.2Apr 22, 2026by onuratakan

AI Summary

A minor patch release focusing on the AppliedScientist agent, making the `current_data` parameter optional so the agent can automatically infer the data source from the notebook.

Key Highlights

  • `current_data` is now optional in AppliedScientist
  • Agent infers data source from notebook when omitted

New Features

  • Optional `current_data` parameter for AppliedScientist agent

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)