提交

提交图

109 次代码提交

作者 SHA1 备注 提交日期
Olow304 5dfcab903b fix(ci): allow non_std_lazy_statics lint for now
Docker Release / build-and-push (push) Has been cancelled
v2.0.132
2026-01-09 16:37:14 -05:00
Olow304 36d6bd6cd2 fix(ci): install rustfmt explicitly, skip crash_recovery on Windows 2026-01-09 16:33:40 -05:00
Olow304 b50fc74a78 fix(ci): skip Windows-incompatible tests, remove redundant toolchain 2026-01-09 16:20:31 -05:00
Mr Sharafdin 3ef94bb1fb Merge pull request #134 from GinoGreen/docs/i18n-it
Add Italian README translation
2026-01-09 09:11:00 -08:00
Olow304 44b2aa21de feat: add Ed25519 ticket signature verification for dashboard-issued capacity tickets 2026-01-09 12:03:48 -05:00
GinoGreen d51a61f31a docs(i18n): add Italian language selector README 2026-01-09 17:54:00 +01:00
GinoGreen 3d2f5cd5d0 docs(i18n): add it README translation 2026-01-09 17:48:58 +01:00
Mr Sharafdin 715c4271bc Merge pull request #119 from DavidReque/feature/README-translation-spanish
Add Spanish README translation
2026-01-08 23:14:41 -08:00
David Requeno 007d975427 docs(i18n): add Spanish README translation 2026-01-08 21:33:23 -06:00
Mr Sharafdin 2fa594ff1b Merge pull request #118 from shiinedev/docs/i18n-Somali-so
docs(i18n): add Somali README link
2026-01-08 13:19:30 -08:00
shiinedev 6de17114e7 docs(i18n): add Soomaali README link 2026-01-08 21:12:17 +00:00
Mr Sharafdin 1b1a0ba48e Merge pull request #116 from shiinedev/docs/i18n-Somali-so
docs(i18n): add <Somali> README translation
2026-01-08 13:04:04 -08:00
shiinedev 13dab15c4f fix:some issue for somali translation README 2026-01-08 20:42:08 +00:00
shiinedev c807120af4 docs(i18n): add <Somali> README translation 2026-01-08 20:17:36 +00:00
Mr Sharafdin 4aef373024 docs(i18n): add Français README link 2026-01-08 18:48:56 +03:00
Mr Sharafdin 436f9e7213 Replace old Trendshift badge with new link (1 Repo of the Day)
Updated Trendshift badge link in README.
2026-01-08 17:19:43 +03:00
Mr Sharafdin a8ff3e27ff Merge pull request #113 from karamokoisrael/docs/i18n/french-translation
Add French README translation
2026-01-08 00:16:08 -08:00
Karamoko Israel 72eef1e5cf docs(i18n): add French README translation 2026-01-08 15:24:37 +08:00
sharafdin 787eee177e Add translation contribution links and format CONTRIBUTING_TRANSLATIONS.md 2026-01-08 08:13:35 +03:00
Mr Sharafdin 79f99d822a Add internationalization README for translations
This README provides guidelines for translating the main README into various languages, including structure, contributing instructions, and language codes.
2026-01-08 06:57:40 +03:00
Mr Sharafdin 8c5a964e26 Update README.md 2026-01-07 22:51:16 +03:00
Mr Sharafdin 45ea5c6f0e Add Trendshift badge to README
Added Trendshift badge to README for repository tracking.
2026-01-07 22:50:13 +03:00
sharafdin 55630f2ede Update Makefile: add all 4 examples with path arguments 2026-01-07 18:22:30 +03:00
sharafdin 4e99b40fdb Update examples to accept file paths as arguments 2026-01-07 18:20:02 +03:00
Saleban Olow 6044d806b4 Remove CI badge from README.md
Removed CI badge link from README
2026-01-05 15:00:46 -06:00
Mr Sharafdin b792821293 Change copyright year to 2026
Updated copyright year in LICENSE file.
2026-01-05 21:02:57 +03:00
Olow304 e2588511ac fix: use correct rust-toolchain action name
dtolnay/rust-action doesn't exist, the correct action is dtolnay/rust-toolchain

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 10:33:52 -05:00
Mr Sharafdin 1ae228a642 Fix Discord link in README
Updated Discord link in README.md
2026-01-05 15:26:53 +03:00
Mr Sharafdin 358734e78c Update Discord badge link in README.md 2026-01-05 12:53:47 +03:00
sharafdin 1aff144772 Add Makefile with common development tasks
- Build commands (debug, release, all features)
- Test commands (unit, integration, verbose)
- Code quality (fmt, clippy, lint)
- Example runners for all examples
- Docker build and test commands
- CI pipeline target
- Documentation generation
- Utility commands (clean, update, audit, version)
2026-01-05 12:34:30 +03:00
sharafdin ad0b1a7db5 Add GitHub Actions workflow for Docker releases 2026-01-05 12:30:03 +03:00
sharafdin 047067e34d Add Docker test script 2026-01-05 12:29:03 +03:00
sharafdin e18e818885 Add Docker documentation and usage guides 2026-01-05 12:28:50 +03:00
sharafdin 1a750614c6 Add Dockerfile and .dockerignore for Memvid CLI 2026-01-05 12:28:22 +03:00
Olow304 552ea384c2 Release v2.0.131, Give your AI Agent Memory In One File v2.0.131 2026-01-04 20:45:00 -05:00
sharafdin 283f421bda Format prompt.md with proper markdown structure 2026-01-04 18:30:25 +03:00
sharafdin a35ec91137 Clean up Makefile: simplify to essential Docker commands 2026-01-04 18:28:02 +03:00
sharafdin b6f9110ba7 Add README to docker directory 2026-01-04 18:13:15 +03:00
sharafdin 351bde12a4 Clean up old Docker files and documentation 2026-01-04 18:11:21 +03:00
Mr Sharafdin 1682551e30 Removed data/bitcoin.pdf 2026-01-04 18:07:57 +03:00
sharafdin 335456537b Improve Dockerfile: add non-root user, update version, optimize build 2026-01-01 07:21:41 +03:00
sharafdin 732f581b51 Fix Dockerfile: use Ubuntu 24.04 for GLIBC 2.39 compatibility 2026-01-01 07:10:34 +03:00
sharafdin 73b7172377 Add Docker usage documentation 2026-01-01 07:02:42 +03:00
sharafdin 73db86cdd1 Add GitHub Actions workflow for Docker releases 2026-01-01 06:53:42 +03:00
sharafdin 3c78745053 Add .dockerignore for CLI Docker builds 2026-01-01 06:53:08 +03:00
sharafdin 5e305896ae Add Dockerfile for Memvid CLI 2026-01-01 06:52:32 +03:00
Saleban Olow e3595e6110 Add README.md for memvid CLI installation and usage 2025-12-27 18:21:05 -06:00
sharafdin 0deadbb801 changed to white colors 2025-12-22 23:20:02 +03:00
sharafdin 7820e2b007 fix issue 72, added brand logos 2025-12-22 18:27:37 +03:00
Mohamed Mohamed 4292e9ee3c Update README.md 2025-12-21 13:58:42 -05:00