feat(opencode): heuristic fallback for title generation - #38968
feat(opencode): heuristic fallback for title generation#38968Retromadee wants to merge 1 commit into
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: I found 2 potentially related PRs that address similar title generation issues:
These PRs may be exploring related or previous attempts to solve title generation issues. You may want to review them to ensure this new PR (38968) doesn't duplicate their work or should build upon them instead. |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Adds a heuristic fallback when the small model used for title generation fails. The fallback uses the first user message trimmed to 60 characters, or a generic placeholder. This improves robustness of session title creation.