Product
Copyable Actionable Output
The structured response field that turns a good answer into something a developer can use immediately.
What it does
Every FlowLens response ends with an actionable_output field. This is the cleanest version of the answer: the improved prompt, the suggested fix, or the rewritten text.
The renderer treats this as an operational artifact, not just explanation. It is the part meant to be copied back into the user's workflow.
Input
- the model's structured response
- the active mode
- any clarifying follow-up context if one happened
Output
- one copyable block of final text
- a system clipboard action through the main-process clipboard IPC
- a brief copied confirmation in the overlay
Why it is useful
A spoken answer is helpful. A readable card is better. A copy-ready final artifact is what makes the product operational. actionable_output is the bridge from explanation to action.
Current implementation intentionally does not do
- write directly into files
- apply terminal commands automatically
- maintain multiple output variants per response
- generate multi-file patches