Conversation
packages/opencode/script/build.ts
Outdated
| await Bun.write( | ||
| path.join(dir, "src/provider/models-snapshot.ts"), | ||
| `// Auto-generated by build.ts - do not edit\nexport const snapshot = ${modelsData} as const\n`, | ||
| `// Auto-generated by build.ts - do not edit\nexport const snapshot = ${modelsData} as Record<string, unknown>\n`, |
There was a problem hiding this comment.
Changed this as the const type is too large for ts to generate
| const sessionID = c.req.valid("param").sessionID | ||
| const body = c.req.valid("json") | ||
| SessionPrompt.prompt({ ...body, sessionID }) | ||
|
|
||
| return c.body(null, 204) |
There was a problem hiding this comment.
Node isn't happy when returning a 204 with a body
7010a05 to
8fc5f8a
Compare
9154038 to
f501d3c
Compare
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
4 similar comments
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Merge failed Please resolve this issue to include this PR in the next beta release. |
1 similar comment
|
This PR cannot be merged into the beta branch due to: Merge failed Please resolve this issue to include this PR in the next beta release. |
|
This PR cannot be merged into the beta branch due to: Merge conflicts with dev branch Please resolve this issue to include this PR in the next beta release. |
Server.listenin the Electron main processsyncClifunctionality has been removed as CLI is no longer bundled with the appTODO
composite: true?)