[PR #11195] chore(tui): remove unused experimental keys #13686

Closed
opened 2026-02-16 18:18:31 -05:00 by yindo · 0 comments
Owner

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

State: closed
Merged: Yes


What does this PR do?

cleanup a couple of experimental keys (hook and chatMaxRetries) from the config that are not used anywhere.

How did you verify your code works?

  1. grepped through the codebase to find if these keys are used anywhere
  2. the typecheck would have failed after generating new type gen, if they were used anywhere in the codebase but it didn't fail (screen record below).

https://github.com/user-attachments/assets/9e5d6375-982d-4785-af90-d0229f1606b1

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11195 **State:** closed **Merged:** Yes --- ### What does this PR do? cleanup a couple of experimental keys (`hook` and `chatMaxRetries`) from the config that are not used anywhere. ### How did you verify your code works? 1. grepped through the codebase to find if these keys are used anywhere 2. the typecheck would have failed after generating new type gen, if they were used anywhere in the codebase but it didn't fail (screen record below). https://github.com/user-attachments/assets/9e5d6375-982d-4785-af90-d0229f1606b1
yindo added the pull-request label 2026-02-16 18:18:31 -05:00
yindo closed this issue 2026-02-16 18:18:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13686