mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-21 20:11:43 +08:00
feat(server): improve context management (#15448)
#### PR Dependency Tree * **PR #15448** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added workspace artifact upload, browsing, removal, deduplication, and library ownership support. * Copilot now supports scoped document and artifact search, canvas reading, live editor context, and frontend tools. * Added scope and focus selectors with source-resolution receipts in chat. * Added embedding health, progress, synchronization, and retrieval capabilities. * Added BYOK policy visibility, provider restrictions, endpoint dialect selection, and validation. * Added delegated editor interactions and userdata document authorization. * **Bug Fixes** * Improved attachment handling, cancellation, access control, retrieval fallbacks, workspace synchronization, and configuration validation. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"ar": 90,
|
||||
"ca": 88,
|
||||
"ar": 89,
|
||||
"ca": 86,
|
||||
"da": 3,
|
||||
"de": 98,
|
||||
"el-GR": 86,
|
||||
"de": 96,
|
||||
"el-GR": 85,
|
||||
"en": 100,
|
||||
"es-AR": 87,
|
||||
"es-CL": 88,
|
||||
"es": 86,
|
||||
"fa": 86,
|
||||
"fr": 90,
|
||||
"es-AR": 85,
|
||||
"es-CL": 86,
|
||||
"es": 85,
|
||||
"fa": 85,
|
||||
"fr": 89,
|
||||
"hi": 1,
|
||||
"it": 88,
|
||||
"ja": 86,
|
||||
"kk": 93,
|
||||
"ko": 87,
|
||||
"nb-NO": 43,
|
||||
"pl": 88,
|
||||
"pt-BR": 86,
|
||||
"ru": 88,
|
||||
"sv-SE": 87,
|
||||
"tr": 93,
|
||||
"uk": 86,
|
||||
"ur": 93,
|
||||
"zh-Hans": 97,
|
||||
"zh-Hant": 88
|
||||
"it": 86,
|
||||
"ja": 85,
|
||||
"kk": 92,
|
||||
"ko": 86,
|
||||
"nb-NO": 42,
|
||||
"pl": 86,
|
||||
"pt-BR": 85,
|
||||
"ru": 87,
|
||||
"sv-SE": 85,
|
||||
"tr": 92,
|
||||
"uk": 85,
|
||||
"ur": 92,
|
||||
"zh-Hans": 96,
|
||||
"zh-Hant": 87
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user