Skip to content

Conversation

@whyuds
Copy link

@whyuds whyuds commented Dec 30, 2025

Key Changes:
Async Spawn Implementation: Switched from synchronous child process execution to async spawn. This prevents the CLI from freezing and allows the loading spinner to animate correctly during repository cloning/installation.

Dependency Migration: Replaced ora with nanospinner. This provides a more lightweight spinner implementation.

Warning Fix: Resolved the (node:32292) ExperimentalWarning: Importing JSON modules warning that appeared in newer Node.js versions.

PS D:\git\github\whyuds\openskills> openskills install git@github.com:whyuds/skills.git
(node:32292) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Installing from: git@github.com:whyuds/skills.git
Location: project (.claude/skills)

⠋ Cloning repository...

wangyudong added 5 commits December 30, 2025 23:47
…om `ora` to `nanospinner` fix ExperimentalWarning
Document cloud catalog search (~58K)\nAdd remote QuickPick search with retry and install\nRefine indexing/refresh behavior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant