@leing2021/super-pi 0.23.6 → 0.23.7

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/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Super Pi
2
2
 
3
- ![Super Pi Workflow](docs/assets/super-pi.png)
3
+ ![Super Pi Workflow](docs/assets/super-pi.webp)
4
4
 
5
- [中文](README-CN.md) | [English](README.md)
5
+ [中文](README_CN.md) | [English](README.md)
6
6
 
7
7
 
8
8
 
@@ -32,7 +32,7 @@ export function createAskUserQuestionTool() {
32
32
  : { answer, mode: "input" }
33
33
  }
34
34
 
35
- const allowCustom = input.allowCustom ?? false
35
+ const allowCustom = input.allowCustom ?? true
36
36
  const selectOptions = allowCustom ? [...options, CUSTOM_OPTION] : options
37
37
  const selected = await ui.select(input.question, selectOptions)
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leing2021/super-pi",
3
- "version": "0.23.6",
3
+ "version": "0.23.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Pi-native Compound Engineering package for iterative development workflows",