v2.0.1

a16z-infra/JungleGymv2.0.1Apr 11, 2026by lipku

AI Summary

A minor update that changes the `sessionid` type from integer to string to facilitate future extensibility, requiring corresponding changes to the frontend API interface.

Key Highlights

  • Changed `sessionid` type from `int` to `str`.
  • Note: Frontend API interface requires corresponding type changes.

Breaking Changes

  • Changed `sessionid` type from `int` to `str`

Full Release Notes

sessionid类型由int改成str,方便扩展。
**注意:前端api接口该字段类型都需要改**