feat: add rxcode custom context menu support#99
Merged
Conversation
Hook cards never reach the CLI jsonl transcript, so they were rebuilt from a SwiftData sidecar on reload. That sidecar (HookStatusRecord) kept only one row per session, so only the last card survived and cards inserted without an explicit persist call (countdown, commit, send, auto-continue) were lost entirely. Add a per-card HookCardRecord (keyed by toolId, storing the full input payload) and persist through the insertCard/completeCard seam, so every added card survives a reload. Rebuild merges cards back at their original chronological position via createdAt instead of appending to the bottom. persistHookStatus now only updates status fields, preserving the inserted toolName/input. Wire the new model into rename, per-session delete, and project-scoped deleteAll cleanup. Add ThreadStoreHookCardTests covering payload round-trip, status-update preservation, and delete cleanup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Implement user-defined custom context menus scoped per project, with three action types (external API, create thread, continue thread), placeholder substitution, and locale-aware i18n for built-in menu titles. Add desktop settings UI (editor sheet + settings tab), persistence via ThreadStore, and sync support across macOS, iOS, and Android. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9f7e5bc to
a0592eb
Compare
Contributor
|
🎉 This PR is included in version 1.15.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
No description provided.