Skip to content

feat(proto): add description field to ClipInfo and ClipRegistration - #116

Open
yan5xu wants to merge 2 commits into
mainfrom
feat/clipweb-chunk
Open

feat(proto): add description field to ClipInfo and ClipRegistration#116
yan5xu wants to merge 2 commits into
mainfrom
feat/clipweb-chunk

Conversation

@yan5xu

@yan5xu yan5xu commented May 21, 2026

Copy link
Copy Markdown
Contributor

Adds description (field 12) to both ClipInfo and ClipRegistration proto messages.

All code paths updated to pass description through:

  • clipToClipInfo: sets Description from manifest
  • localClipToRegistration: includes Description in provider registration
  • sanitizeProviderClip: passes through Description
  • providerClipToManifest: passes through Description
  • providerClipToClipInfo: sets Description

Part of Console Web (#115).

yan5xu and others added 2 commits May 11, 2026 17:42
Large ClipWeb files (>256KB) are now sent in 256KB chunks, releasing
the send mutex between each chunk so heartbeat pings can get through.
This prevents session expiry when transferring large files over slow
connections.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Proto: ClipInfo.description (field 12), ClipRegistration.description (field 12)
- clipToClipInfo: set Description from manifest
- localClipToRegistration: include Description in provider registration
- sanitizeProviderClip: pass through Description
- providerClipToManifest: pass through Description
- providerClipToClipInfo: set Description

Closes #115 (partial — Console Web data layer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant