7ba2fbdabc
The normalizeMessages function in transform.ts was missing a block that normalizes tool call IDs for Claude models. This block exists in the upstream OpenCode repo but was inadvertently removed in our fork. The normalization replaces any characters that are not alphanumeric, underscore, or hyphen with underscores in toolCallId fields. This prevents Claude from rejecting messages with tool call IDs containing invalid characters.