Hive Hive
Sign in

Fix spec creation failing on long text fields

Metadata
Source
GitHub
Version
0.37.9
Domains
Published
Jul 02, 2026 · 10:32 UTC
Repository
tuist/hive
Update

Spec creation (and other writes) longer than 255 characters failed with a string_data_right_truncation error and surfaced to MCP clients as an unresponsive server. The specs.summary, projects.description, drops.title, and drops.external_id columns have been widened from varchar(255) to text, so values up to their validated maximums (280 or 500 characters) now persist successfully.