文件历史

12 次代码提交

作者 SHA1 备注 提交日期
Olow304 9b7f5a62a1 Fix CI: use Cargo.toml hash for cache key instead of missing Cargo.lock
The previous cache key used hashFiles('**/Cargo.lock') but Cargo.lock is
gitignored in this library repo. This caused the cache to have an empty
hash suffix, restoring stale dependencies that didn't include tantivy,
wide, and other optional deps that were added recently.

Using Cargo.toml hash ensures the cache invalidates when dependencies change.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 10:33:37 -05:00
Mr Sharafdin bb8224f23a Disable Dependabot configuration file 2026-01-17 15:58:24 +03:00
Akash Raj 17f4b91ae1 fix: stabilize CI for Ubuntu, macOS, and Windows 2026-01-16 00:09:42 +05:30
sharafdin e7bd81cb93 fix: correct dependabot cooldown configuration. 2026-01-15 14:40:23 +03:00
Rene Leonhardt 68814d8a8c chore: update dependencies 2026-01-14 17:40:06 +01:00
Olow304 5dfcab903b fix(ci): allow non_std_lazy_statics lint for now
Docker Release / build-and-push (push) Has been cancelled
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
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
sharafdin ad0b1a7db5 Add GitHub Actions workflow for Docker releases 2026-01-05 12:30:03 +03:00
Olow304 552ea384c2 Release v2.0.131, Give your AI Agent Memory In One File 2026-01-04 20:45:00 -05:00
sharafdin 73db86cdd1 Add GitHub Actions workflow for Docker releases 2026-01-01 06:53:42 +03:00