New:Socket for Asana Is Now Available.Learn more
Get Started

dsh-session-activity

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsh-session-activity - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+4
-0
CHANGELOG.md
# Changelog
## 0.1.1
- Fixed Add workspace in Web deployments by using an in-app browser over DSH's `browse` capability instead of the native-only directory chooser.
## 0.1.0

@@ -4,0 +8,0 @@

+1
-1
{
"name": "dsh-session-activity",
"version": "0.1.0",
"version": "0.1.1",
"description": "Organize DSH sidebar sessions by configurable last-updated activity groups with attention-first sorting and Focus mode.",

@@ -5,0 +5,0 @@ "private": false,

@@ -81,2 +81,6 @@ # dsh-session-activity

## Adding a Workspace
**Add workspace** opens an in-app directory browser backed by DSH's public `browse` capability. Navigate with folder rows, breadcrumbs, or an absolute path; optionally show hidden folders, then choose **Use this folder**. This works in Web deployments that do not provide a native operating-system directory chooser.
## Development

@@ -96,3 +100,2 @@

- The replacement browser uses the operating system directory picker when adding a Workspace; it does not embed DSH's composed directory browser.
- Activity age deliberately follows DSH's existing `Last updated` field instead of creating a second activity timestamp.

@@ -99,0 +102,0 @@ - Subagent child Sessions remain outside the top-level list, matching the built-in Workspace browser.

Sorry, the diff of this file is too big to display