v0.8.1-beta.2

moeru-ai/airiv0.8.1-beta.2Dec 31, 2025by nekomeowww

AI Summary

Primarily a bug fix release addressing server connection stability, tamagotchi startup errors, and configuration parsing errors.

Key Highlights

  • Fixed tamagotchi server startup errors (EADDRINUSE and ERR_SERVER_NOT_RUNNING).
  • Added guards to preserve falsy configs during parsing errors.
  • Improved server-sdk connection handling to prevent rejection on failure.

Full Release Notes

### 🐞 Bug Fixes

- **persistence**:
- **stage-tamagotchi**:
  - Ignore EADDRINUSE and ERR_SERVER_NOT_RUNNING, srvx doesn't correctly handle nodejs error - by @nekomeowww [<samp>(d1cd1)</samp>](https://github.com/moeru-ai/airi/commit/d1cd15af)
  - Should not reject directly due to checkForUpdates() error - by @nekomeowww [<samp>(95c9e)</samp>](https://github.com/moeru-ai/airi/commit/95c9e193)
- **stage-ui**:
  - Should not reject due to server-sdk connection failed - by @nekomeowww [<samp>(3bd66)</samp>](https://github.com/moeru-ai/airi/commit/3bd664cb)
  - Guard parsing errors and preserve falsy configs - by @s3d-i in https://github.com/moeru-ai/airi/issues/850 [<samp>(cb754)</samp>](https://github.com/moeru-ai/airi/commit/cb754e40)


**Full Changelog**: https://github.com/moeru-ai/airi/compare/v0.8.0...v0.8.1-beta.2