Skip to content

[P3 carryover] Align HTML IPC injectable request type with Fast mode #69

Description

@project820

Carryover from PR #68

PR #68 (f2f7366, merged) wires the HTML-only GPT Fast mode through the renderer, IPC boundary, transport, and provider registry.

Residual issue

src/main/ipc/html-export-ipc.ts:72-80 defines the injectable generateHtml input without reasoningEffort?: 'low'.

The live request uses a spread and currently forwards the field correctly, as covered by the focused tests. However, a future field-by-field implementation constrained by this type could silently omit Fast mode.

Desired fix

Align the injectable generateHtml request type with the public html:generate request shape by adding the optional 'low' reasoning effort field. Keep the Fast forwarding test and update its stale title if applicable.

Evidence

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions