[PR #949] [MERGED] Fix: title generation #9757

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/949
Author: @rekram1-node
Created: 7/13/2025
Status: Merged
Merged: 7/13/2025
Merged by: @adamdotdevin

Base: devHead: fix/title-generation


📝 Commits (1)

  • 65f549c fix: llm title generation

📊 Changes

1 file changed (+11 additions, -6 deletions)

View changed files

📝 packages/opencode/src/session/prompt/title.txt (+11 -6)

📄 Description

Fixes: #948

Before:

  • Test case 1: Read @packages/opencode/src/format/formatter.ts and explain which formatters are supported. I actually only care about Go.

    • Title: Go file formatter support analysis The file shows multiple formatters are supported, but for Go specifically:
  • Test case 2: Read @packages/opencode/src/session/prompt/title.txt How could I improve this prompt?

    • Title: Analyzing prompt improvement for title generation task Here are key improvements I'd suggest for the title generation

After:

  • Test case 1:
    • Title: Go formatter gofmt support
  • Test case 2:
    • Title: Improve title prompt from file

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/949 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 7/13/2025 **Status:** ✅ Merged **Merged:** 7/13/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/title-generation` --- ### 📝 Commits (1) - [`65f549c`](https://github.com/anomalyco/opencode/commit/65f549cbbc705bc6059605744e10ae1e108792b3) fix: llm title generation ### 📊 Changes **1 file changed** (+11 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/session/prompt/title.txt` (+11 -6) </details> ### 📄 Description Fixes: #948 Before: - Test case 1: Read @packages/opencode/src/format/formatter.ts and explain which formatters are supported. I actually only care about Go. * Title: Go file formatter support analysis The file shows multiple formatters are supported, but for Go specifically: - Test case 2: Read @packages/opencode/src/session/prompt/title.txt How could I improve this prompt? * Title: Analyzing prompt improvement for title generation task Here are key improvements I'd suggest for the title generation After: - Test case 1: * Title: Go formatter gofmt support - Test case 2: * Title: Improve title prompt from file --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:07 -05:00
yindo closed this issue 2026-02-16 18:14: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#9757