Skip to content

v1.0.9

Choose a tag to compare

@michael-tomala michael-tomala released this 28 May 09:19
· 34 commits to main since this release

Added

  • 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.

Removed

  • WritingStyleSelector component (UI cleanup).

Full diff