Commit graph

4 commits

Author SHA1 Message Date
bytecii
6518d87cd2 refactor: move HITL models to app/hitl/config.py 2026-02-23 17:49:45 -08:00
bytecii
702a819d7f refactor: move HitlOptions and ApprovalRequest to app.hitl package
- Move HitlOptions and ApprovalRequest models from chat.py to app/hitl/__init__.py
- Remove unnecessary hasattr guard on auto_approve (always initialized)
- Remove issue reference comment and docstring comments
- Update all imports across controllers, services, and tests
2026-02-23 17:47:20 -08:00
bytecii
778bea2575 redesign & fix 2026-02-23 04:59:33 -08:00
bytecii
9c396ee015
tests: fix and refactor tests (#1262)
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-13 23:16:14 -08:00
Renamed from backend/tests/unit/controller/test_chat_controller.py (Browse further)