Seamless Update Handoff and SQLite State - #27
Conversation
|
Hello from @codemakerai. CodeMaker AI GitHub App integration. Usage: @codemakerai [command or prompt] AssistantAll Assistant features are supported in GitHub. Assistant can answer general questions as well as questions directly @codemakerai assistant prompt - the assistant prompt CommandsPull Request Commands - commands that can be posted as comments on the pull request: @codemakerai help - prints this help message Pull Request Code Review Commands - commands that can be posted as comments on the code review i.e. "Files changed" tab: @codemakerai assistant prompt - the assistant prompt TriggersTo automatically trigger certain actions on pull requests you can create and use the following GitHub labels. codemakerai-pull-request-generate-documentation - automatically generates comments/documentation on Pull Request creation. For in depth explanation of the features, please consult https://docs.codemaker.ai In case of any issues please report them to https://community.codemaker.ai |
Seamless Update Handoff and SQLite State
Seamless Update Handoff and SQLite State
This PR introduces: 1) SQLite-backed state persistence in internal/context. 2) State serialization/restoration in the chat UI. 3) Seamless process handoff via syscall.Exec after binary updates, ensuring the application immediately reflects the new version without losing user state.