fix(silo): fix auth crashes, menu redundancy, and origin connect #1

Merged
forbes merged 1 commits from fix/silo-workbench-bugs into main 2026-02-07 20:33:26 +00:00

1 Commits

Author SHA1 Message Date
Zoe Forbes
02ad9a00db fix(silo): fix auth crashes, menu redundancy, and origin connect
- Add missing _get_auth_token() function that caused NameError in Settings
- Replace _client.auth_username/role/source() calls with _get_auth_*()
  helpers (methods don't exist on SiloClient, crashed auth dock widget)
- Fix connect() in silo_origin.py to show login dialog instead of just
  revealing the dock panel (was using non-existent Command.get() API)
- Separate toolbar (file ops) from menu (admin/management commands)
- Remove DEBUG logging from Silo_Save command
- Fix long line formatting in silo_origin.py
2026-02-07 14:30:37 -06:00