v1.0.7
Added
- M24 Remote Account — device-flow login to the remote claude4spec API with a local session store (migration
030_remote_session). Adds the/api/remote-accountroute (GET /,POST /login/start,POST /login/poll,POST /logout),RemoteAuthService, a single-per-processRemoteHttpClientwith a startup reachability check, and aremoteApiUrlconfig override (defaults to the production remote). Client side:remoteAccountApi, theuseRemoteAccounthook, and aUserSectionin the sidebar. SegmentedControlcomponent for view switching, plus aContextLinkBarin the chat overlay.- Shared entity-list primitives under
entities/_shared/(EntityListRow,ListPageHeader,ListPageLayout,ListScrollArea,TagFilterBar,EntityViewSwitcher,EntityDetailToolbar,useEntityListQuery) that deduplicate the per-entity list and detail pages.
Changed
- Reworked every entity list page (ac, dto, endpoint, database-table, ui-view) onto the shared
_shared/primitives, replacingChatToggleButtonwithSegmentedControland centralizing tag filtering, list scrolling, and view switching. EditorToolbarnow takes apathprop instead ofselection, simplifying its callers (PlanPage,PatchDetail,BriefDetail,ReleaseDetail).- Improved localization and wording in
SystemPromptViewandOutlineFloater.
Removed
- Legacy marketing
site/index.htmland the unusedChatToggleButtoncomponent.
Full changelog: v1.0.6...v1.0.7