ai-renamer
Advanced tools
Comparing version 1.0.21 to 1.0.22
{ | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"license": "GPL-3.0", | ||
@@ -4,0 +4,0 @@ "name": "ai-renamer", |
@@ -9,11 +9,14 @@ const changeCase = require('./changeCase') | ||
const promptLines = [ | ||
'Generate a concise, descriptive filename for the following content:', | ||
`- Use ${_case} format`, | ||
`- Maximum ${chars} characters`, | ||
`- Use ${language} language in the filename`, | ||
'- Exclude file extension', | ||
'- Avoid special characters', | ||
'- Output only the filename', | ||
'Generate filename:', | ||
'', | ||
`IMPORTANT: Your entire response should be just the filename in ${_case} format, in ${language} language, and max ${chars} characters. Do not include any other text.` | ||
`Use ${_case}`, | ||
`Max ${chars} characters`, | ||
`${language} only`, | ||
'No file extension', | ||
'No special chars', | ||
'Only key elements', | ||
'One word if possible', | ||
'Noun-verb format', | ||
'', | ||
'Respond ONLY with filename.' | ||
] | ||
@@ -20,0 +23,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
509
55788