hangerye
00e2b23351
chore: update zip
2025-06-23 16:44:36 +08:00
hangerye
e5fc8f7d75
feat: compress base64 image & find interactive elements optimize
2025-06-23 16:36:59 +08:00
hangwin
fe26c13d04
Update TROUBLESHOOTING.md
2025-06-23 14:34:15 +08:00
hangwin
47b605f5d5
Update TROUBLESHOOTING_zh.md
2025-06-23 14:33:53 +08:00
hangwin
db5ad5f2b1
Update README.md
2025-06-22 22:16:34 +08:00
hangwin
a43be8ead3
Update README_zh.md
2025-06-22 22:14:19 +08:00
hangwin
ee056bcd71
Update CHANGELOG.md
2025-06-22 21:52:35 +08:00
hangwin
5afc383a94
Merge pull request #27 from hangwin/feat/support_stdio
...
feat: add console tool & support mcp stdio type
2025-06-22 21:49:03 +08:00
hangerye
660f7498c5
feat: add console tool & support mcp stdio type
2025-06-22 21:45:17 +08:00
hangwin
b96df242ae
Merge pull request #20 from hangwin/feat/gen_changelog
...
Update CHANGELOG.md
2025-06-18 16:14:41 +08:00
hangwin
ac8ebb4586
Update CHANGELOG.md
2025-06-18 16:14:23 +08:00
hangwin
5efa5feed0
Update README_zh.md
2025-06-17 19:30:42 +08:00
hangwin
a5057a7486
Update README.md
2025-06-17 19:23:48 +08:00
hangwin
4c8ffebc73
Update excalidraw-prompt.md
2025-06-17 17:55:32 +08:00
hangwin
5d906809eb
Update README_zh.md
2025-06-17 03:10:03 +08:00
hangwin
0923563ddd
Update README.md
2025-06-17 03:08:25 +08:00
hangwin
6dacbe3023
Merge pull request #10 from hangwin/feat/add_inject_tool
...
Feat/add inject tool
2025-06-17 03:03:31 +08:00
hangerye
c93d312f52
docs: update docs and zip
2025-06-17 03:02:23 +08:00
hangerye
3f941f2020
docs: update docs and zip
2025-06-17 03:02:05 +08:00
hangerye
4c72e5e75b
fix: inject tool bug fix
2025-06-17 01:53:44 +08:00
hangerye
4db34af905
feat: add prompts for test
2025-06-16 21:27:01 +08:00
hangerye
3f7cd5665f
feat: add inject tool
2025-06-16 01:13:52 +08:00
hangwin
2b2d1ca66e
Merge pull request #4 from hangwin/feat/model_cache
...
model cache optimize
2025-06-12 21:45:19 +08:00
hangerye
13f2bc0de4
chore: update zip
2025-06-12 21:41:03 +08:00
hangerye
167c4f6a95
chore: update zip
2025-06-12 21:37:00 +08:00
hangerye
eda7a2901b
feat: model initial optimize
2025-06-12 21:34:00 +08:00
hangerye
05b7f98ca5
style: model cache manage ui optimize
2025-06-12 20:49:16 +08:00
hangerye
e0a0de9a42
fix: model cache refactor
2025-06-12 20:21:37 +08:00
hangwin
7f3961be35
feat: implement comprehensive model cache management system
...
- Add intelligent cache mechanism using stable HuggingFace URLs as keys
- Implement automatic cache cleanup with time-based expiry (7 days) and size limits (500MB)
- Add zero-copy ArrayBuffer transfer to workers using Transferable Objects
- Create cache management UI in popup with statistics and manual controls
- Add background periodic cleanup task (every 24 hours)
- Support both local files (URL) and remote files (cached ArrayBuffer) modes
- Include comprehensive cache metadata management
- Add cache testing tools and detailed documentation
Key improvements:
- Solves HuggingFace dynamic URL caching issues
- Prevents unlimited cache growth with smart cleanup
- Provides user-friendly cache management interface
- Maintains backward compatibility with existing functionality
- Significantly improves model loading performance after first download
2025-06-11 12:56:06 +00:00
hangwin
67b222ff89
Merge pull request #3 from hangwin/feat/optional_use_model
...
update run_host.bat to fix compatibility
2025-06-11 20:19:17 +08:00
hangerye
aef5346988
fix: update run_host.bat to fix compatibility
2025-06-11 20:17:15 +08:00
hangwin
ad190619c1
Merge pull request #2 from hangwin/feat/optional_use_model
...
change embedding model initial time
2025-06-11 20:04:40 +08:00
hangerye
3c99acfa32
feat: update zip
2025-06-11 20:01:52 +08:00
hangerye
f64493378a
feat: update zip
2025-06-11 20:01:40 +08:00
hangerye
90b0c04e36
feat: change semantic-engine init time
2025-06-11 19:34:52 +08:00
hangwin
1af6f41e8c
Update WINDOWS_INSTALL_zh.md
2025-06-11 15:17:12 +08:00
hangerye
592639ff1e
docs: update windows install doc
2025-06-11 15:11:12 +08:00
hangerye
c15946f4fd
fix: windows node env fix again2
2025-06-11 02:20:40 +08:00
hangerye
95503eced8
fix: windows node env fix again
2025-06-11 02:09:31 +08:00
hangerye
a91998b917
fix: windows node env fix
2025-06-11 01:58:26 +08:00
hangerye
27c07ec742
fix: windows install fail
2025-06-11 00:33:15 +08:00
hangerye
b38c49ded6
fix: install script permission fix
2025-06-10 15:50:07 +08:00
hangerye
6d5ab6f4e0
fix: npm包权限问题fix
2025-06-10 15:19:12 +08:00
hangerye
5850baaa10
feat: update zip
2025-06-10 11:59:30 +08:00
hangwin
7b02d03d71
Merge pull request #1 from hangwin/translate-chinese-comments
...
Translate Chinese comments to English and remove redundant comments
2025-06-10 11:43:17 +08:00
hangwin
920f8ffe9d
Translate Chinese comments to English and remove redundant comments
...
- Translated all Chinese comments in app/chrome-extension/utils/ to English
- Removed redundant comments that were obvious from the code
- Preserved valuable technical explanations and complex logic comments
- Improved code internationalization and readability
Files modified:
- content-indexer.ts: Translated database cleanup and initialization comments
- semantic-similarity-engine.ts: Translated model comparison, memory pool, and SIMD comments
- simd-math-engine.ts: Translated SIMD optimization and browser detection comments
- vector-database.ts: Translated vector operations, database management, and cleanup comments
- image-utils.ts: Removed redundant whitespace and obvious comments
2025-06-10 03:25:20 +00:00
hangerye
9cec6c477e
feat: update version
2025-06-10 02:07:27 +08:00
hangerye
2dada1a799
feat: update docs(download link)
2025-06-10 01:41:26 +08:00
hangerye
f00451424e
feat: update docs
2025-06-10 01:38:28 +08:00
hangerye
c17ef29fcc
feat: update docs
2025-06-10 01:34:43 +08:00