feat: add new message types and update package dependencies

- Added `message.ts` with comprehensive type definitions for various message types including AssistantMessage, UserMessage, and SystemMessage.
- Introduced new dependencies: `react-reconciler` and `auto-bind` in `package.json`.
- Fixed JSON syntax in `server.json` to ensure valid structure.
This commit is contained in:
nirholas
2026-03-31 11:46:59 +00:00
parent cf482195ff
commit d31c2bec03
4 changed files with 1328 additions and 1 deletions

View File

@@ -48,6 +48,8 @@
"proper-lockfile": "^4.1.2",
"qrcode": "^1.5.0",
"react": "^19.0.0",
"react-reconciler": "^0.31.0",
"auto-bind": "^5.0.1",
"semver": "^7.6.0",
"stack-utils": "^2.0.6",
"strip-ansi": "^7.1.0",