futurehua
bd355deaa9
refactor: use the built-in max/min to simplify the code ( #17059 )
...
### Summary
In Go 1.21, the standard library includes built-in
[max/min](https://pkg.go.dev/builtin@go1.21.0#max ) function, which can
greatly simplify the code.
Signed-off-by: futurehua <futurehua@outlook.com >
2026-07-24 15:33:02 +08:00
qinling0210
dbef3e361f
Update chunk/metadata cli ( #15055 )
...
### What problem does this PR solve?
Update chunk/metadata cli
### Type of change
- [ ] Refactoring
2026-05-20 20:32:06 +08:00
Jin Hai
731c887ba0
Fix cli login ( #14658 )
...
### What problem does this PR solve?
Since API is updated, CLI login failed.
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
Signed-off-by: Jin Hai <haijin.chn@gmail.com >
2026-05-08 13:56:19 +08:00
Yingfeng
4ee0702aed
Feat: add skills space to context engine ( #13908 )
...
### What problem does this PR solve?
issue #13714
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
2026-04-30 12:36:03 +08:00