Derive capture document titles from the conversation instead of the date - #2
Merged
Merged
Conversation
/session-capture and /response-capture previously titled every saved document with a timestamp (e.g. 'Session 2026-06-26 17:53'). Both commands now compose a short descriptive title from the captured conversation, keeping the dated title only as a fallback when the exchange is too thin to name. Plugin metadata and the README are updated to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CHsM2aZn1jyXcvk8qpbkig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/session-captureand/response-capturepreviously titled every saved Hillnote document with a timestamp (Session 2026-06-26 17:53,Q&A 2026-06-26 17:53), which makes documents hard to tell apart in a workspace. Both commands now derive the document title from the captured conversation itself.Changes
Debugging Auth Token Refreshinstead ofSession 2026-06-26 17:53.Why Docker Builds Fail on ARMinstead ofQ&A 2026-06-26 17:53.No script changes were needed — the titles were built entirely in the command prompts, and both scripts'
--selfcheckbehavior is unaffected.🤖 Generated with Claude Code
https://claude.ai/code/session_01CHsM2aZn1jyXcvk8qpbkig
Generated by Claude Code