3.7.0

asheshgoplani/agent-deck3.7.0Jun 2, 2026by dtslvr

AI Summary

This release adds support for OpenRouter web fetching, extends country mappings for asset profiles via Trackinsight, and removes deprecated attributes from portfolio holdings. It also includes fixes for currency handling in impersonation mode and environment variable expansion.

Key Highlights

  • Added OpenRouter `web_fetch` tool support in `FetchService`
  • Extended countries mapping in asset profile data via Trackinsight
  • Removed deprecated attributes from portfolio holdings endpoint response
  • Fixed currency mismatch in impersonation mode
  • Fixed environment variable expansion in `.env` file

Breaking Changes

  • Removed deprecated attributes (assetClass, assetClassLabel, assetSubClass, assetSubClassLabel, countries, currency, dataSource, holdings, name, sectors, symbol, url) from portfolio holdings

New Features

  • OpenRouter support for web fetching

Full Release Notes

### Added

- Added support for routing selected requests through the _OpenRouter_ `web_fetch` tool in the `FetchService`

### Changed

- Extended the countries mapping in the data enhancer for asset profile data via _Trackinsight_
- Removed the deprecated attributes (`assetClass`, `assetClassLabel`, `assetSubClass`, `assetSubClassLabel`, `countries`, `currency`, `dataSource`, `holdings`, `name`, `sectors`, `symbol` and `url`) from the holdings of the portfolio details endpoint response
- Upgraded `Nx` from version `22.7.2` to `22.7.5`

### Fixed

- Resolved an issue in the impersonation mode where the values did not match the owner’s currency
- Fixed the environment variable expansion in the `.env` file when debugging via _Visual Studio Code_

### Special Thanks

- @dtslvr
- @KenTandrian