Files
cleveragents-core/features
freemo f83bbc2bcf
CI / lint (pull_request) Failing after 3s
CI / typecheck (pull_request) Failing after 3s
CI / security (pull_request) Failing after 3s
CI / unit_tests (pull_request) Failing after 3s
CI / quality (pull_request) Failing after 3s
CI / integration_tests (pull_request) Failing after 3s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / tdd_quality_gate (pull_request) Failing after 3s
CI / e2e_tests (pull_request) Failing after 3s
CI / helm (pull_request) Failing after 4s
CI / push-validation (pull_request) Failing after 4s
CI / build (pull_request) Failing after 8s
CI / status-check (pull_request) Failing after 4s
Build: Reinforced label enforcement, and ensure implementation workers dont continue work on a mergable PR.
Sanitised database URL in `agents info` CLI output to prevent credential leakage (#8395): Added \_sanitise\_db\_url() helper in src/cleveragents/cli/commands/system.py that uses urllib.parse.urlparse to detect and mask username/password components in database URLs. PostgreSQL and MySQL URLs with embedded credentials are now shown as postgresql://\*\*\*:\*\*\*@host/db instead of leaking real passwords. SQLite URLs (which never contain credentials) remain unchanged. Added 11 Behave BDD scenarios covering postgresql, mysql, and sqlite URL variants.

ISSUES CLOSED: #8395
2026-05-12 19:11:24 +00:00
..