What Addio stores
Addio stores your account email, profile details, recent goals, saved tasks, subtask breakdowns, and any notes you write in the task editor.
This project refactor moves credentials out of source code and centralizes session handling, while keeping the product behavior familiar.
Addio stores your account email, profile details, recent goals, saved tasks, subtask breakdowns, and any notes you write in the task editor.
When you ask Addio to generate a task or refresh your AI plan, the app sends the necessary task text and profile context to the configured model provider so it can produce a response.
This refactor uses a secure httpOnly session cookie after email-code login. Verification codes are short-lived and intended only for login.
You can update your profile, recent goals, task notes, and delete saved tasks inside the app. Environment secrets are no longer hard-coded in source and should be supplied through env vars.