- Remove ntfy deep link feature (ntfyDashboardHost setting) - Add changeset for terminal session error message improvements - Remove deep link logic from dashboard App and SettingsModal - Clean up notifier tests and implementation - Return specific error codes for terminal session failures
301 B
301 B
@gsxdsm/fusion
| @gsxdsm/fusion |
|---|
| patch |
Fix terminal session creation error messages to return specific, actionable error messages instead of generic "Max sessions" message. Now returns distinct error codes (max_sessions, invalid_shell, pty_load_failed, pty_spawn_failed) with appropriate HTTP status codes.