You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SettingsPage — centralized settings UI with dedicated sections (AppearanceSection, AgentSection, EntitiesSection, ProjectSection, RemoteProjectSection, ServerSection, UserSettingsSection, AboutSection) wrapped in a shared SettingsCard. The Sidebar and UserSection now navigate to it, and a new RestartRequiredBanner surfaces when settings changes require a server restart.
Remote project plumbing — /api/remote-project route, useRemoteProject hook, and shared/remote-project.ts types, plus RemoteAuthService / RemoteHttpClient extensions.
shared/code-ranges.ts and shared/xml-tags.ts helpers, and a usePagesIndex hook.
Changed
Rewrote xml-chip-preprocess and tightened Editor / PlanEditor around the new code-range helpers.
UserSection and Sidebar simplified — settings navigation replaces inline controls.