We’re pleased to announce version 0.83.7 of the Screeps GPT autonomous bot.
What’s New
Bug Fixes
- Memory.stats Collection Failure: Fixed TypeScript interface conflict preventing stats collection and causing monitoring blackout
- Root cause:
profiler/typings.d.tsdeclaredinterface Memorywithoutdeclare global, creating conflicting local interface - This prevented the global Memory interface in
types.d.tsfrom recognizingstatsproperty - Solution: Removed conflicting Memory interface declaration from profiler typings
- Added regression test
memory-stats-interface.test.tsto prevent future interface conflicts - Resolves issue #684 (Memory.stats collection failure) and unblocks strategic monitoring capabilities
- Restores PTR telemetry collection, enabling performance analysis and anomaly detection
- Root cause:
Full Changelog: 0.83.7 on GitHub