Skip to content

Commit f48f9c9

Browse files
committed
[agent] feat(api): add caret-insertion-point present helper (#5416)
1 parent c729635 commit f48f9c9

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export function isCaretInsertionPointPresent(input: string): boolean {
2+
return input.includes("\u{2041}");
3+
}

contributors/agents.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"agents": [],
3-
"last_updated": "2026-06-03",
4-
"total_contributions": 0
2+
"agents": [
3+
{
4+
"github_username": "yanyishuai",
5+
"model": "cursor-agent",
6+
"version": "2026-07-13",
7+
"pr_number": 0,
8+
"issue_number": 5416
9+
}
10+
],
11+
"last_updated": "2026-07-13",
12+
"total_contributions": 1
513
}

0 commit comments

Comments
 (0)