Benjamin Admin
aed0edbf6d
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Failing after 20s
CI / test-go-edu-search (push) Successful in 43s
CI / test-python-klausur (push) Failing after 2m41s
CI / test-python-agent-core (push) Successful in 24s
CI / test-nodejs-website (push) Successful in 30s
Fix word split scoring: prefer longer words over short ones
...
"Comeon" was split as "Com eon" instead of "Come on" because both
are 2-word splits. Now uses sum-of-squared-lengths as tiebreaker:
"come"(16) + "on"(4) = 20 > "com"(9) + "eon"(9) = 18.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-11 14:14:23 +02:00
..
2026-03-25 22:18:20 +01:00
2026-03-26 15:55:28 +01:00
2026-03-26 15:55:28 +01:00
2026-03-23 09:53:02 +01:00
2026-04-11 14:11:16 +02:00
2026-03-20 18:21:00 +01:00
2026-03-23 09:53:02 +01:00
2026-03-23 09:53:02 +01:00
2026-04-11 00:14:21 +02:00
2026-03-25 22:18:20 +01:00
2026-03-24 07:45:39 +01:00
2026-03-25 07:26:32 +01:00
2026-04-11 14:14:23 +02:00
2026-03-27 16:47:42 +01:00
2026-03-25 22:18:20 +01:00
2026-03-24 09:23:30 +01:00
2026-04-10 19:09:12 +02:00
2026-03-28 10:54:41 +01:00
2026-03-26 15:55:28 +01:00
2026-03-18 13:46:48 +01:00
2026-03-18 08:42:00 +01:00
2026-03-23 16:27:12 +01:00
2026-03-19 09:19:09 +01:00
2026-03-18 08:42:00 +01:00
2026-03-18 11:08:23 +01:00
2026-03-18 08:42:00 +01:00
2026-03-24 13:16:44 +01:00
2026-03-18 08:42:00 +01:00
2026-04-10 19:34:32 +02:00
2026-03-24 17:05:33 +01:00
2026-03-18 08:42:00 +01:00
2026-03-24 17:05:33 +01:00
2026-04-11 13:58:14 +02:00
2026-03-25 22:18:20 +01:00
2026-04-11 01:17:40 +02:00