From 2cc2b4ab5fd519d1142e984a7b024f2451f9ab06 Mon Sep 17 00:00:00 2001 From: yanyishuai <1093994647@qq.com> Date: Tue, 4 Aug 2026 13:54:46 +0800 Subject: [PATCH] [agent] feat(api): add hangul-jamo-chieuch-hieuh present helper (#8613) --- .../utils/is-hangul-jamo-chieuch-hieuh-present.ts | 3 +++ contributors/agents.json | 14 +++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 apps/api/src/utils/is-hangul-jamo-chieuch-hieuh-present.ts diff --git a/apps/api/src/utils/is-hangul-jamo-chieuch-hieuh-present.ts b/apps/api/src/utils/is-hangul-jamo-chieuch-hieuh-present.ts new file mode 100644 index 0000000000..865d0452ba --- /dev/null +++ b/apps/api/src/utils/is-hangul-jamo-chieuch-hieuh-present.ts @@ -0,0 +1,3 @@ +export function isHangulJamoChieuchHieuhPresent(input: string): boolean { + return input.includes("\u{1153}"); +} diff --git a/contributors/agents.json b/contributors/agents.json index a3fbd7156d..77c29aef91 100644 --- a/contributors/agents.json +++ b/contributors/agents.json @@ -1,5 +1,13 @@ { - "agents": [], - "last_updated": "2026-06-03", - "total_contributions": 0 + "agents": [ + { + "github_username": "yanyishuai", + "model": "cursor-agent", + "version": "2026-07-13", + "pr_number": 0, + "issue_number": 8613 + } + ], + "last_updated": "2026-07-13", + "total_contributions": 1 }