ai-pack-cli 0.1.7__tar.gz → 0.1.8__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ai-pack-cli
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Home-page: https://github.com/iamraydoan/ai-pack
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -314,7 +314,7 @@ def interactive_select(files: List[str]) -> List[str]:
314
314
  choices = []
315
315
  for f in files:
316
316
  rel = os.path.relpath(f, cwd)
317
- choices.append(questionary.Choice(title=rel, value=f, checked=True))
317
+ choices.append(questionary.Choice(title=rel, value=f, checked=False))
318
318
 
319
319
  if not choices:
320
320
  print("⚠️ No files available to select.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ai-pack-cli
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Home-page: https://github.com/iamraydoan/ai-pack
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
6
6
 
7
7
  setup(
8
8
  name="ai-pack-cli",
9
- version="0.1.7",
9
+ version="0.1.8",
10
10
  py_modules=["ai_pack"],
11
11
  install_requires=[
12
12
  "pyperclip>=1.8.2",
File without changes
File without changes