fix: close PI core chat review gaps

This commit is contained in:
2026-08-24 01:28:06 +08:00
parent 612135f911
commit bec93d0918
15 changed files with 1094 additions and 122 deletions

View File

@@ -1,6 +1,8 @@
import { hostApiFetch, hostApiFetchBytes } from './host-api';
export const CODING_ATTACHMENT_MAX_BYTES = 16 * 1024 * 1024;
export const CODING_ATTACHMENT_MAX_COUNT = 16;
export const CODING_ATTACHMENT_UPLOAD_CONCURRENCY = 4;
export const CODING_ATTACHMENT_MIMES = new Set([
'image/png',
'image/jpeg',