rowboat/apps/x
tusharmagar bfb6702dc9 Refactor: move model config parsing from renderer to main process via IPC
The renderer was reading config/models.json via workspace:readFile and
manually parsing the provider/model structure. This moves that logic into
a dedicated models:getConfiguredModels IPC handler backed by a new
getAllConfiguredModels() method on the model config repo, matching the
existing models:saveConfig pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 11:37:47 +05:30
..
apps Refactor: move model config parsing from renderer to main process via IPC 2026-03-16 11:37:47 +05:30
packages Refactor: move model config parsing from renderer to main process via IPC 2026-03-16 11:37:47 +05:30
.gitignore bootstrap new electron app 2026-01-16 12:05:33 +05:30
eslint.config.mts ignore renderer eslint 2026-01-16 12:05:33 +05:30
package.json integrate electron forge 2026-01-17 10:28:44 +05:30
pnpm-lock.yaml Download notes (#423) 2026-03-14 21:29:53 +05:30
pnpm-workspace.yaml fix pnpm postinstall 2026-01-21 10:47:44 +05:30
tsconfig.base.json bootstrap new electron app 2026-01-16 12:05:33 +05:30