Release v0.1.21¶
Overview¶
G-Agent v0.1.21 is a visual-request hotfix for Telegram runtime safety.
This release addresses a live production false positive where Indonesian prohibition slang such as gaboleh kirim pap was still classified as an explicit PAP/selfie request after v0.1.20.
Fixes¶
- Fixed
gaboleh,ga boleh,gak boleh,nggak boleh,enggak boleh,tidak boleh, andjgnas negative visual-request terms. - Fixed English prohibition variants such as
not allowed,can't, andcannotas negative visual-request terms. - Preserved positive explicit visual requests such as
pap dongwhile blocking nearby negation/prohibition terms around PAP/selfie/photo keywords.
Verification¶
backend/agent/.venv/bin/python -m pytest -q backend/agent/tests/test_runtime_checkpoints.py backend/agent/tests/test_selfie_tool.pypassed with 64 tests.backend/agent/.venv/bin/python -m ruff check backend/agent/g_agent backend/agent/tests --select Fpassed.backend/agent/.venv/bin/python -m pytest -q backend/agent/testspassed with 474 tests.mkdocs build --strictpassed.- Runtime intent coverage includes
kei gaboleh kirim pap ya => None,ga boleh kirim selfie => None, andpap dong => <request>.
Runtime notes¶
This patch requires reinstalling the package used by the live systemd gateway and restarting the user service: