Skip to content

Releases: kaixinbaba/dsh-session-activity

v0.1.2

Choose a tag to compare

@kaixinbaba kaixinbaba released this 21 Aug 02:21

Changed

  • Keep Sessions with a directly running AI or any uninterrupted running subagent in Hot, even during long-running turns whose durable Last updated value 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 test
  • npm run verify:plugin
  • npm run smoke:install
  • npm pack --json --dry-run --ignore-scripts

v0.1.1

Choose a tag to compare

@kaixinbaba kaixinbaba released this 20 Aug 13:36

Fix Add workspace for Web deployments.

  • Replaces the native-only directory chooser with an in-app browser over DSH's public browse capability.
  • 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

Choose a tag to compare

@kaixinbaba kaixinbaba released this 20 Aug 12:41

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.