opening the app should select the last project we were on automatically and open a draft chat for that project #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
instead of starting in the current starting screen, when we closed the app with a chat opoen, persist the project we were in and start a draft chat with that project, so the user can directly continue work on the project they left it on. Also when creating a new chat, focus the entry field directly, because the user most probably wants to start typing immediately.
Implemented in
e446805.preferences.last_project_idcolumn (migration20260725160000_add_last_project) records the project whenever one becomes active: selecting a project or session, creating a project, or opening a draft.Not included: restoring the last session and its transcript — the issue asked for a draft chat, so a new one is opened. Say so if you want the previous conversation reopened instead.