- remove prompt and preview generation from task creation
- create tasks as inactive and route directly to edit page
- add generated message history UX to edit task
- update entity/task views and related test coverage
Replace the local preview stub with a real Ollama-backed test message flow using the configured local model.
Show the exact final prompt live on create and edit task pages, render generated output below it, and cover the integration with frontend tests.
Add task reactivation support to the local task API and update the edit task page to switch between Activate and Inactivate based on the current task state.
Keep the separate entity-page inactive-visibility changes out of this commit so they can be reviewed independently.
Extend the local task store with active state, inactivation, and hard delete support.
Update the edit task page and tests so inactive tasks are hidden from normal lists and task lifecycle actions are available from the details view.
Add a task details action from the entity page and route it to a prefilled edit task page.
Extend the local task API with single-task read and update helpers, and cover the new flow with frontend tests.