Merge branch 'master' into fix/workspace-instruction-frame-metadata

This commit is contained in:
Tianyi Cui
2026-07-30 11:45:00 +08:00
committed by GitHub
350 changed files with 20751 additions and 3591 deletions

View File

@@ -110,8 +110,8 @@ export class SessionReferenceService extends Service {
*/
async listCandidates(
agent: Agent,
query = '',
limit = this.config.candidateLimit,
query: string = '',
limit: number = this.config.candidateLimit,
signal?: AbortSignal,
): Promise<SessionReferenceCandidate[]> {
if (!Number.isSafeInteger(limit) || limit <= 0) {