[PR #12668] Fix Apply on Invalid 'messages[68].tool_calls[0].id': string too long… #14318

Open
opened 2026-02-16 18:19:07 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12668

State: open
Merged: No


…. Expected a string with maximum length 40, but got a string with length 46 instead. #12653

The issue is specific for arch linux environment, and I add this method to allow 40 up character for the message. If the call is triggered, it allows to pass through.

What does this PR do?

Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the pr.

The issue is specific for arch linux environment, and I add this method to allow 40 up character for the message. If the call is triggered, it allows to pass through.

How did you verify your code works?

I simulate the env and test it through the step

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12668 **State:** open **Merged:** No --- …. Expected a string with maximum length 40, but got a string with length 46 instead. #12653 The issue is specific for arch linux environment, and I add this method to allow 40 up character for the message. If the call is triggered, it allows to pass through. ### What does this PR do? Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the pr. The issue is specific for arch linux environment, and I add this method to allow 40 up character for the message. If the call is triggered, it allows to pass through. ### How did you verify your code works? I simulate the env and test it through the step
yindo added the pull-request label 2026-02-16 18:19:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14318