This website requires JavaScript.
Explore
Help
Register
Sign In
ydy0615
/
llm-in-text
Watch
1
Star
0
Fork
0
You've already forked llm-in-text
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1e58c18bbcdac55c7888899e47f33bf0acb6b3b9
llm-in-text
/
backend
/
__pycache__
/
prompt.cpython-310.pyc
70 lines
3.5 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add theme management with light and dark modes - Implemented a new composable `useTheme` for managing theme state. - Added functions to read and write theme preference to local storage. - Applied theme styles to the DOM based on user preference. - Introduced a toggle function to switch between light and dark themes. refactor: enhance copilot plugin functionality - Improved request handling with sequence and document versioning. - Refactored ghost text handling to improve clarity and efficiency. - Updated markdown insertion logic to handle parsed content more robustly. - Enhanced error handling and logging for better debugging. style: update global styles for light and dark themes - Defined CSS variables for light and dark themes to streamline styling. - Improved overall styling consistency and responsiveness. - Added transitions for smoother theme changes and interactions.
2026-02-15 15:44:09 +08:00
o
feat: add image hash-based OCR caching with 100MB size limit - Implement SHA-256 image hashing to cache OCR results and avoid re-processing identical images - Add 100MB file size limit for image uploads with user-friendly error messages - Clear ghost suggestions when uploading new images to prevent interference - Optimize size limit calculation in copilot plugin to include OCR context - Remove debug logging from production code - Add image processing optimization plan document BREAKING CHANGE: Image upload size limit is now enforced at 100MB (previously unlimited)
2026-02-15 22:17:37 +08:00