Skip to content

Releases: NearDeFi/shade-agent-framework

shade-agent-cli-v2.2.1

07 Apr 04:27
2f471a9

Choose a tag to compare

  • Add defaults for dstack version and instance type

shade-agent-cli-v2.2.0

07 Apr 04:02
2d4282a

Choose a tag to compare

  • Add support for different Phala hardware and dstack image versions

shade-agent-js-v2.1.0

26 Mar 17:10

Choose a tag to compare

Add support for dynamic deposits on register depending if agent is already registered

shade-agent-cli-v2.1.1

27 Mar 13:31

Choose a tag to compare

Reproduce command now uses --no-cache flag for clean builds

shade-agent-cli-v2.1.0

26 Mar 17:13

Choose a tag to compare

  • 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

16 Mar 15:51

Choose a tag to compare

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

16 Mar 16:07

Choose a tag to compare

  • 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 latest contract builder

shade-agent-cli-v2.0.3

16 Mar 16:04

Choose a tag to compare

  • 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

16 Mar 15:56

Choose a tag to compare

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

16 Mar 16:01
62f5d76

Choose a tag to compare

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