Releases: kaixinbaba/dsh-session-activity
Releases · kaixinbaba/dsh-session-activity
Release list
v0.1.2
Changed
- Keep Sessions with a directly running AI or any uninterrupted running subagent in Hot, even during long-running turns whose durable
Last updatedvalue does not change. - Refresh a view-local activity timestamp during the existing periodic evaluation for grouping, ordering, and the displayed relative time.
- Preserve DSH's Host-owned durable Session timestamp unchanged.
Validation
npm testnpm run verify:pluginnpm run smoke:installnpm pack --json --dry-run --ignore-scripts
v0.1.1
Fix Add workspace for Web deployments.
- Replaces the native-only directory chooser with an in-app browser over DSH's public
browsecapability. - Supports folder navigation, breadcrumbs, absolute-path entry, and optional hidden-folder display.
- Registers the selected directory as a Workspace and starts its Session through the existing public Workspace service.
- Adds browser rendering and client delegation regression coverage.
v0.1.0
First public release of the DSH Session Activity organizer.
- Groups sidebar Sessions into configurable Hot, Warm, Cool, and Cold activity buckets.
- Prioritizes explicit interactions and completed replies while placing active AI work last.
- Preserves Workspace/flat and Manual/Last updated view choices.
- Adds persistent Focus mode and global search bypass.
- Adds Settings → Session Organizer with validated durable configuration and immediate sidebar updates.
- Includes Session/Workspace actions, lifecycle coverage, and isolated DSH 0.1.0-rc.6 installation verification.