@flydocs/cli 0.5.0-beta.2 → 0.5.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ var CLI_VERSION, CLI_NAME, PACKAGE_NAME;
15
15
  var init_constants = __esm({
16
16
  "src/lib/constants.ts"() {
17
17
  "use strict";
18
- CLI_VERSION = "0.5.0-beta.2";
18
+ CLI_VERSION = "0.5.0-beta.3";
19
19
  CLI_NAME = "flydocs";
20
20
  PACKAGE_NAME = "@flydocs/cli";
21
21
  }
@@ -947,12 +947,14 @@ async function promptCommunitySkills(targetDir, stack, autoYes) {
947
947
  const options = suggestions.map((s) => ({
948
948
  value: s,
949
949
  label: s.name,
950
- hint: s.description
950
+ hint: s.description,
951
+ initialValue: true
951
952
  }));
952
953
  const result = await multiselect({
953
- message: "Select community skills to install",
954
+ message: "Select community skills to install (space to toggle, enter to confirm)",
954
955
  options,
955
- required: false
956
+ required: false,
957
+ initialValues: suggestions
956
958
  });
957
959
  if (isCancel(result)) {
958
960
  cancel("Skipped community skills");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flydocs/cli",
3
- "version": "0.5.0-beta.2",
3
+ "version": "0.5.0-beta.3",
4
4
  "type": "module",
5
5
  "description": "FlyDocs AI CLI — install, setup, and manage FlyDocs projects",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0-beta.2",
2
+ "version": "0.5.0-beta.3",
3
3
  "sourceRepo": "github.com/plastrlab/flydocs-core",
4
4
  "tier": "cloud",
5
5
  "setupComplete": false,
@@ -1 +1 @@
1
- 0.5.0-beta.2
1
+ 0.5.0-beta.3
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0-beta.2",
2
+ "version": "0.5.0-beta.3",
3
3
  "description": "FlyDocs Core - Manifest of all managed files",
4
4
  "repository": "github.com/plastrlab/flydocs-core",
5
5