3.7.0

666ghj/MiroFish3.7.0Jun 2, 2026by dtslvr

AI Summary

Integrated OpenRouter support for the FetchService and extended country mappings in the data enhancer. Removed deprecated attributes from the portfolio details endpoint response.

Key Highlights

  • Added support for routing requests via OpenRouter web_fetch tool
  • Extended countries mapping in Trackinsight data enhancer
  • Removed deprecated attributes from portfolio holdings endpoint
  • Fixed currency values in impersonation mode
  • Fixed environment variable expansion in VS Code debugging

Breaking Changes

  • Removed deprecated attributes (assetClass, sectors, holdings, etc.) from portfolio details endpoint

New Features

  • OpenRouter integration
  • Extended country mapping

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