Releases: NearDeFi/shade-agent-framework
Releases · NearDeFi/shade-agent-framework
shade-agent-cli-v2.2.1
- Add defaults for dstack version and instance type
shade-agent-cli-v2.2.0
- Add support for different Phala hardware and dstack image versions
shade-agent-js-v2.1.0
Add support for dynamic deposits on register depending if agent is already registered
shade-agent-cli-v2.1.1
Reproduce command now uses --no-cache flag for clean builds
shade-agent-cli-v2.1.0
- Add support for reproducible docker image builds
- Add support for reproducible near contract builds
- Mask near and phala credentials on input
shade-agent-js-v2.0.0
Breaking release to shade-agent-js with major architectural and breaking changes.
Review https://github.com/NearDeFi/shade-agent-framework/blob/main/docs/blog/2026-02-23.md
shade-agent-cli-v2.0.4
- Fix bug where the app compose hash would be computed incorrectly if environment variables aren't in the correct order
- Update to use dstack 0.5.7
- Use
latestcontract builder
shade-agent-cli-v2.0.3
- Phala Cloud deployment now uses a fixed app compose, ensuring the app has the same measurements as calculated
- Update contract builder image
shade-agent-js-v2.0.1
Require explicit acknowledgement of risk for getPrivateKeys method
// Before
const keys = agent.getPrivateKeys(true);
// After
const keys = agent.getPrivateKeys({ acknowledgeRisk: true });shade-agent-cli-v2.0.2
Breaking release to shade-agent-cli with major architectural and breaking changes.
Review https://github.com/NearDeFi/shade-agent-framework/blob/main/docs/blog/2026-02-23.md