Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kerinin
/
patchwork
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Feb 27, 2026
fix: use single-column layout for import cards
Show description for 320a6fe
kerinin
and
claude
committed
320a6fe
View commit details
Copy full SHA for 320a6fe
Browse repository at this point
fix: let import cards fill available width
Show description for d826308
kerinin
and
claude
committed
d826308
View commit details
Copy full SHA for d826308
Browse repository at this point
fix: render OCR review widget inline instead of absolute positioned
Show description for 4d3a2f3
kerinin
and
claude
committed
4d3a2f3
View commit details
Copy full SHA for 4d3a2f3
Browse repository at this point
fix: recover stale processing patches and improve card layout
Show description for 8a0ff25
kerinin
and
claude
committed
8a0ff25
View commit details
Copy full SHA for 8a0ff25
Browse repository at this point
fix: add delete button to patch cards and handle OCR failure gracefully
Show description for 1099d9b
kerinin
and
claude
committed
1099d9b
View commit details
Copy full SHA for 1099d9b
Browse repository at this point
fix: use supabase.functions.invoke for OCR instead of raw fetch
Show description for fc5aa8c
kerinin
and
claude
committed
fc5aa8c
View commit details
Copy full SHA for fc5aa8c
Browse repository at this point
fix: add step labels to import error messages for debugging
Show description for c689bec
kerinin
and
claude
committed
c689bec
View commit details
Copy full SHA for c689bec
Browse repository at this point
fix: use session JWT instead of anon key for OCR edge function auth
Show description for 7b449b1
kerinin
and
claude
committed
7b449b1
View commit details
Copy full SHA for 7b449b1
Browse repository at this point
feat: add login/signup page and auth gating for production
Show description for 4fcfe82
kerinin
and
claude
committed
4fcfe82
View commit details
Copy full SHA for 4fcfe82
Browse repository at this point
fix: only set development condition in dev mode
Show description for 528eff5
kerinin
and
claude
committed
528eff5
View commit details
Copy full SHA for 528eff5
Browse repository at this point
feat: switch to Vercel adapter for deployment
Show description for e089400
kerinin
and
claude
committed
e089400
View commit details
Copy full SHA for e089400
Browse repository at this point
Commits on Feb 8, 2026
feat: wire up Accept All through component hierarchy and allow empty text acceptance
Show description for 72e69a8
kerinin
committed
72e69a8
View commit details
Copy full SHA for 72e69a8
Browse repository at this point
Commits on Jan 9, 2026
feat: Accept All deletes OCR_FAILED patches and improves test isolation
Show description for 2900dcd
kerinin
committed
2900dcd
View commit details
Copy full SHA for 2900dcd
Browse repository at this point
fix: review modal validation, OCR failed attention, status badge update
Show description for 33831c9
kerinin
committed
33831c9
View commit details
Copy full SHA for 33831c9
Browse repository at this point
fix: import UI bugs and OCR_FAILED status detection
Show description for a313358
kerinin
committed
a313358
View commit details
Copy full SHA for a313358
Browse repository at this point
feat: OCR review UI improvements
Show description for e215ebc
kerinin
committed
e215ebc
View commit details
Copy full SHA for e215ebc
Browse repository at this point
Commits on Jan 8, 2026
feat(db): add ocr_corrections column to patches table
kerinin
committed
a2825e3
View commit details
Copy full SHA for a2825e3
Browse repository at this point
feat(import): wire up corrections saving with debounce
kerinin
committed
ca39624
View commit details
Copy full SHA for ca39624
Browse repository at this point
feat(store): add updatePatchCorrections for saving OCR edits
kerinin
committed
65e903f
View commit details
Copy full SHA for 65e903f
Browse repository at this point
feat(ui): integrate OcrReviewController into PatchCard
kerinin
committed
6dca011
View commit details
Copy full SHA for 6dca011
Browse repository at this point
feat(ui): add OcrReviewController for keyboard nav and review flow
kerinin
committed
dcc6175
View commit details
Copy full SHA for dcc6175
Browse repository at this point
feat(ui): add OcrReviewWidget for inline mark/typo correction
kerinin
committed
2f42912
View commit details
Copy full SHA for 2f42912
Browse repository at this point
feat(ui): add OcrMarkupRenderer component for HTML markup display
Show description for fe9fdb6
kerinin
committed
fe9fdb6
View commit details
Copy full SHA for fe9fdb6
Browse repository at this point
feat(types): add OcrCorrections type for non-destructive OCR edits
kerinin
committed
a71b8ad
View commit details
Copy full SHA for a71b8ad
Browse repository at this point
feat: add OCR confidence markup with HTML tags
Show description for 0894728
kerinin
committed
0894728
View commit details
Copy full SHA for 0894728
Browse repository at this point
test: add OCR edge function integration tests
Show description for 9bd2f8f
kerinin
and
claude
committed
9bd2f8f
View commit details
Copy full SHA for 9bd2f8f
Browse repository at this point
refactor: switch OCR from local VLM to OpenAI API via edge function
Show description for 858ff8f
kerinin
and
claude
committed
858ff8f
View commit details
Copy full SHA for 858ff8f
Browse repository at this point
feat: OCR benchmark suite with OpenAI GPT-4.1-nano winner
Show description for 3981836
kerinin
and
claude
committed
3981836
View commit details
Copy full SHA for 3981836
Browse repository at this point
feat: prompt experiment and optimized default OCR prompt
Show description for fdbabe4
kerinin
and
claude
committed
fdbabe4
View commit details
Copy full SHA for fdbabe4
Browse repository at this point
feat: add typewritten benchmark samples and fix Node image prep
Show description for 180e121
kerinin
and
claude
committed
180e121
View commit details
Copy full SHA for 180e121
Browse repository at this point
updates
kerinin
committed
232cb28
View commit details
Copy full SHA for 232cb28
Browse repository at this point
fix: reject 'cpu' device in browser entry point
Show description for a8e734d
kerinin
and
claude
committed
a8e734d
View commit details
Copy full SHA for a8e734d
Browse repository at this point
fix: use 'cpu' device for Node.js benchmark script
Show description for 15b71f2
kerinin
and
claude
committed
15b71f2
View commit details
Copy full SHA for 15b71f2
Browse repository at this point
feat(benchmark): add hello-world sample test case
Show description for e2959f6
kerinin
and
claude
committed
e2959f6
View commit details
Copy full SHA for e2959f6
Browse repository at this point
feat(benchmark): add OCR benchmark CLI script
Show description for 4814fed
kerinin
and
claude
committed
4814fed
View commit details
Copy full SHA for 4814fed
Browse repository at this point
Previous
Next
You can’t perform that action at this time.