Live Release 11/02/2026#329
Merged
Merged
Conversation
Nightly -> Main
Add JWT-based URL signing for screenshot endpoints to prevent unauthorized access. Screenshots now require valid tokens that are automatically appended to URLs and verified on access.
Feat: implement signed URL security for screenshot access
Release: Nightly -> Main
…n--components--vibesdk chore(main): release 1.5.0
Replace single-row file storage with multi-chunk architecture to support files larger than 1MB SQL parameter limit. Implement automatic migration from v1 (base64 TEXT) to v2 (BLOB chunks) schema while maintaining backward compatibility during reads. Add chunk-based read/write operations with 1.8MB chunk size and update all file operations to handle chunked data storage.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: manual template selection
Feat: migrate SQLite filesystem adapter to chunked storage model
Nightly -> Main 11/02/2026
Contributor
|
Claude finished @karishnu's task in 1m 41s —— View job Code Quality & Security Review (Critical Path)Recommendation: ✅ APPROVE PR SummaryLive release v1.5.0 containing signed URL security for screenshots, SQLite filesystem migration to chunked storage model, Git operation improvements, and manual template selection support. PR Description
Addressed Issues
Code QualityCritical: None High: None Medium:
Low:
SecurityCritical: None High: None Medium: None Low:
Security Analysis SummaryThe signed screenshot URL implementation is well-designed:
The SQLite FS migration handles backward compatibility correctly:
Testing Recommendations
Final Recommendation✅ Approve - The changes implement proper security controls for screenshot access, improve storage efficiency with the chunked model, and add useful features. No critical or high-severity issues found. The minor formatting inconsistencies are cosmetic and don't affect functionality. |
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
Live release v1.5.0 containing multiple features and improvements including signed URL security for screenshots, SQLite filesystem migration to chunked storage, Git operations improvements, and manual template selection support.
Changes
Security
worker/utils/screenshot-security.ts)Storage & Performance
worker/agents/git/fs-adapter.ts)Git Operations
worker/agents/git/memfs.ts)worker/agents/git/git.ts)Features
worker/agents/index.ts)syncGeneratedFilesMapFromGit()method publiclyConfiguration
Testing
Breaking Changes
?token=query parameter for accessRelated Issues