feat(opencode): add option to mark sessions as favorite.#15138
feat(opencode): add option to mark sessions as favorite.#15138sergio-asenjo wants to merge 2 commits into
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, the most relevant finding is: PR #15025 - "fix(tui): show models in provider section even when in recents/favorites" This PR mentions "favorites" functionality and appears to be related to session management/filtering. It may be addressing the same feature area or could be a dependent PR that works with the favorites system being introduced in PR #15138. No other clear duplicates found that are directly addressing the "mark sessions as favorite" feature itself. |
|
oh my god, I was about to implement a same thing, why don't we have this merged, cc @rekram1-node |
|
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Closes #10854
Type of change
What does this PR do?
Adds the ability to add a session to favorites, and a toggle to filter through/show them.
How did you verify your code works?
Tested locally, against opencode's current version.
Screenshots / recordings
opencode-fav-thingy.mp4
Checklist