copilot-swe-agent[bot]
650d693849
Initial plan
2026-04-12 15:31:33 +00:00
Sovran_Systems
1dac6a0527
Merge pull request #203 from naturallaw777/copilot/fix-gnome-keyring-authentication
...
fix: disable auto-login, diceware passwords, decoupled security reset UX
2026-04-12 10:12:12 -05:00
copilot-swe-agent[bot]
17f89fa773
fix: disable auto-login, diceware passwords, improved security reset UX, fix GNOME keyring
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/82a54a25-4844-4a41-afcc-c034cebbd6ed
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 15:08:25 +00:00
copilot-swe-agent[bot]
38acee7319
Initial plan
2026-04-12 15:01:51 +00:00
7cba8e6258
readme update
2026-04-12 09:26:15 -05:00
Sovran_Systems
ec641b1b9b
Merge pull request #202 from naturallaw777/copilot/fix-sovran-hub-update-issue
...
Fix update process killed mid-run by nixos-rebuild switch
2026-04-12 09:23:04 -05:00
copilot-swe-agent[bot]
008a003fa1
fix: prevent nixos-rebuild from killing in-flight update; improve stale status recovery
...
Part A (modules/core/sovran-hub.nix):
- Add restartIfChanged=false and stopIfChanged=false to sovran-hub-update service
- Add restartIfChanged=false and stopIfChanged=false to sovran-hub-rebuild service
These prevent nixos-rebuild switch from terminating an in-flight update mid-execution.
Part B (app/sovran_systemsos_web/server.py):
- Replace _recover_stale_status() with improved version
- Use MainPID + os.kill() to guard against transient is-active lies during daemon-reload
- Use ExecMainStatus (actual exit code) instead of Result (may be stale from prior run)
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/63bf2cd5-9c02-4542-8926-44aa9ed63bf0
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 13:47:49 +00:00
copilot-swe-agent[bot]
8310028546
Initial plan
2026-04-12 13:45:19 +00:00
ac235f2e38
readme update
2026-04-12 08:32:54 -05:00
e3ecdfafb7
readme update
2026-04-12 08:30:11 -05:00
Sovran_Systems
37bc0c6192
Merge pull request #201 from naturallaw777/copilot/fix-update-modal-message
...
fix: check_for_updates() tri-state return to unblock updates on inconclusive checks
2026-04-12 07:59:45 -05:00
copilot-swe-agent[bot]
536b3bfa78
fix: tri-state check_for_updates() to prevent blocking updates on inconclusive checks
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/6bdd26ad-7b2f-455c-8b34-6be3de48bd9a
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 12:58:42 +00:00
copilot-swe-agent[bot]
57de0d31a7
Initial plan
2026-04-12 12:56:17 +00:00
Sovran_Systems
bd1acfa266
Merge pull request #200 from naturallaw777/copilot/fix-dconf-settings-priority
...
[WIP] Fix dconf settings priority for GNOME custom configurations
2026-04-12 07:25:48 -05:00
copilot-swe-agent[bot]
a05ca90b2d
Add dconf locks to enforce GNOME custom settings on new installs
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/5363d209-197f-4011-ac43-2e5ae3f9931f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 12:25:19 +00:00
copilot-swe-agent[bot]
ece73148cd
Initial plan
2026-04-12 12:24:20 +00:00
Sovran_Systems
3ead52583f
Merge pull request #199 from naturallaw777/copilot/fix-stale-status-logging
...
Fix update modal UX when hub restarts mid-update
2026-04-12 07:17:59 -05:00
copilot-swe-agent[bot]
c7005c93b5
fix: user-friendly stale recovery messages and complete log on reconnect
...
- _recover_stale_status(): returns True when corrected; changes message from
internal '[Hub] Stale RUNNING...' to user-friendly text
- _startup_recover_stale_status(): sets _update_recovery_happened flag when
update recovery happens at startup
- api_updates_status(): uses offset=0 when recovery happened so frontend
receives the full log, not just a stale delta
- pollUpdateStatus(): when reconnecting after server-down with update done,
resets offset to 0, re-fetches full log, shows '[Server restarted — update
completed successfully.]' instead of '[Server reconnected]'
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/90b535d1-bc3b-4147-9d62-3c7a93b1c8e4
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 12:16:22 +00:00
copilot-swe-agent[bot]
d2d2ed58a6
Initial plan
2026-04-12 12:05:34 +00:00
Sovran_Systems
a48fe1c882
Merge pull request #198 from naturallaw777/copilot/add-gnome-keyring-unlock-service
...
Unlock GNOME Keyring on session start using stored free-user password
2026-04-12 06:49:28 -05:00
copilot-swe-agent[bot]
d07ea9a227
Add gnome-keyring-unlock service and update change-free-password to re-key keyring
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/311643b0-e3d5-4ee5-a8f8-da5baa59cab8
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 11:47:42 +00:00
copilot-swe-agent[bot]
0f77c6834c
Initial plan
2026-04-12 11:45:49 +00:00
f1188abff5
readme update
2026-04-12 00:11:46 -05:00
Sovran_Systems
f66de58b78
Merge pull request #197 from naturallaw777/copilot/fix-update-modal-bad-ux
...
[WIP] Fix update modal to show system status correctly
2026-04-12 00:01:37 -05:00
copilot-swe-agent[bot]
90d423e94b
fix: remove _recover_stale_status() from api_updates_run, verify unit active before trusting RUNNING status
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3a855cab-5d0d-4c32-984c-5c88d922934e
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 05:00:03 +00:00
copilot-swe-agent[bot]
e1a06079fd
Initial plan
2026-04-12 04:58:42 +00:00
Sovran_Systems
f0f9f6854c
Merge pull request #196 from naturallaw777/copilot/fix-sparrow-desktop-references
...
fix: correct Sparrow desktop entry filename in dock favorites and Bitcoin app folder
2026-04-11 23:49:10 -05:00
copilot-swe-agent[bot]
73dd4fbb4b
fix: correct Sparrow desktop file name from sparrow-desktop.desktop to sparrow.desktop
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/9085bdd6-ea69-4652-b862-dbc96b85eed0
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 04:48:33 +00:00
copilot-swe-agent[bot]
2edc4c1829
Initial plan
2026-04-12 04:47:49 +00:00
Sovran_Systems
9dab44f7e3
Merge pull request #195 from naturallaw777/copilot/fix-disabled-bitcoin-tile-sync
...
Fix disabled Bitcoin tile incorrectly showing "Syncing Timechain" when another variant is active
2026-04-11 23:36:19 -05:00
copilot-swe-agent[bot]
c8fb773be4
Fix disabled Bitcoin tile incorrectly showing Syncing Timechain
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/b87b574a-c97e-45c0-a4c6-396fe3c9c418
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 04:33:38 +00:00
Sovran_Systems
5d43f7e0d7
Merge pull request #194 from naturallaw777/copilot/fix-update-system-ux-issue
...
Fix false "Update complete" + Reboot button when no updates are available
2026-04-11 23:30:26 -05:00
copilot-swe-agent[bot]
31f1e16a3c
Fix stale update state causing false Update complete when no updates available
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/1cc7ff30-4a1b-46f7-a20a-2ec0cbdfe291
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 04:29:11 +00:00
copilot-swe-agent[bot]
458b8fae0b
Initial plan
2026-04-12 04:28:13 +00:00
copilot-swe-agent[bot]
6e5863ed48
Initial plan
2026-04-12 04:26:11 +00:00
Sovran_Systems
70d5286f87
Merge pull request #193 from naturallaw777/copilot/fix-update-system-flow
...
fix: skip update flow when no updates are available
2026-04-11 23:14:11 -05:00
copilot-swe-agent[bot]
ad6cf6c498
fix: show already up to date instead of full update flow when no updates available
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/fb575403-f4f0-41bb-8fb1-12f7d9874009
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 04:13:13 +00:00
copilot-swe-agent[bot]
51537c47b3
Initial plan
2026-04-12 04:09:58 +00:00
Sovran_Systems
82ecf581c3
Merge pull request #192 from naturallaw777/copilot/fix-iso-build-warning-root-password-options
...
Fix ISO build warning: multiple root password options set
2026-04-11 21:20:24 -05:00
copilot-swe-agent[bot]
a5ff38786c
Fix ISO build warning: use lib.mkForce to override root password options
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/aa57a263-33e8-4379-9cc3-379125371b46
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 02:14:14 +00:00
copilot-swe-agent[bot]
eb3463cdfe
Initial plan
2026-04-12 02:13:26 +00:00
Sovran_Systems
ad4337c12f
Merge pull request #191 from naturallaw777/copilot/fix-update-modal-race-condition
...
fix: correct stale RUNNING update status after hub restart mid-update
2026-04-11 20:51:19 -05:00
copilot-swe-agent[bot]
d5b16da57e
fix: detect and correct stale RUNNING update status on poll and startup
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3c41cfb3-08f3-4e27-900c-7312a9204d4c
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 01:47:20 +00:00
copilot-swe-agent[bot]
1a7ed3cb6c
Initial plan
2026-04-12 01:43:05 +00:00
1ecd1e1470
nixpkgs update
2026-04-11 20:21:24 -05:00
7e1c7b0dbd
fixed icon color
2026-04-11 20:12:12 -05:00
Sovran_Systems
ab1150266b
Merge pull request #190 from naturallaw777/copilot/update-vaultwarden-icon-color
...
[WIP] Change Vaultwarden icon color to white
2026-04-11 20:10:12 -05:00
copilot-swe-agent[bot]
97ceb0c0ce
Change Vaultwarden icon stroke color from black to white
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8377658e-a339-407d-9813-b3ada2b710a5
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 01:09:51 +00:00
copilot-swe-agent[bot]
e41b78897d
Initial plan
2026-04-12 01:09:00 +00:00
67678b7927
cleaned up repo
2026-04-11 20:02:43 -05:00