Files
hapi/shared/src/version.ts
T
weishu 1b22fe0f82 feat: add CLI-server protocol version mismatch detection
- Define PROTOCOL_VERSION constant in shared/src/version.ts
- Server sets X-Hapi-Protocol-Version header on /cli/* responses
- Server includes protocolVersion in /health endpoint
- CLI extracts serverProtocolVersion from API responses
- CLI shows version mismatch hints in both directions
- Add tests for error utilities and version extraction

close #104
2026-01-27 16:28:52 +08:00

3 lines
107 B
TypeScript

/** Bump when CLI↔Server REST/Socket API changes in a breaking way. */
export const PROTOCOL_VERSION = 1