Commit 9a7d0a3
committed
fix: address PR feedback - fix root cause of OpenAI Compatible settings storage mismatch
- Updated config-manager to read settings from correct location (codebaseIndexConfig object)
- Added OpenAI Compatible fields to official type definitions
- Removed complex workaround code from import/export functions
- Fixed empty catch block by adding error logging
- Updated all unit tests to reflect new architecture
- All tests now passing (82 total)1 parent 690c903 commit 9a7d0a3
File tree
5 files changed
+151
-244
lines changed- packages/types/src
- src
- core/config
- __tests__
- services/code-index
- __tests__
5 files changed
+151
-244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments