Commit 963e65e
Mateusz
refactor(request-processing): consolidate unified flow and remove legacy migration scaffolding
Align connectors, controllers, and tests with the unified request-processing path while removing deprecated promotion/legacy steering artifacts to reduce maintenance overhead.1 parent 39950f9 commit 963e65e
91 files changed
Lines changed: 2679 additions & 3469 deletions
File tree
- config/schemas
- dev/scripts
- docs
- development_guide
- user_guide/features
- src
- connectors
- contracts
- gemini_base
- openai_codex
- core
- app
- controllers
- stages
- auth/sso
- config/models
- di/registration_helpers/request_processing
- domain
- interfaces
- services
- streaming
- tool_call_handlers
- transport/fastapi
- adapters/response
- loop_detection
- services/steering
- tests
- chat_completions_tests
- codex/unit
- integration
- regression
- streaming_regression
- emulators
- unit
- chat_completions_tests
- connectors
- core
- app/controllers
- config
- domain
- configuration
- ports
- services
- streaming
- tool_call_handlers
- dev/scripts
- gemini_connector_tests
- openai_connector_tests
- openrouter_connector_tests
- services/steering
- transport/fastapi/adapters/response
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
302 | 301 | | |
303 | 302 | | |
304 | 303 | | |
| |||
646 | 645 | | |
647 | 646 | | |
648 | 647 | | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | 648 | | |
657 | 649 | | |
658 | 650 | | |
| |||
798 | 790 | | |
799 | 791 | | |
800 | 792 | | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
| 793 | + | |
805 | 794 | | |
806 | 795 | | |
807 | 796 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments