Skip to content

Commit 56a59b0

Browse files
committed
Release v1.3.98: Interactive prompt selection
✨ New Interactive Features: - Default interactive mode in TTY environments - Number selection (1-24+) for instant prompt execution - Force interactive with -i flag in any environment - Disable with --no-interactive when needed 🔧 Improvements: - Fixed eslint arrow-parens compliance - Optimized prompt string handling - Better code maintainability - Enhanced AI workflow integration 🚀 User Benefits: - Faster prompt selection and execution - Zero breaking changes - Works seamlessly with Claude, ChatGPT, and other AI tools - Improved developer experience Author: Alex Kisin <alexkisin1@gmail.com>
1 parent 0d72c6b commit 56a59b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cuecli",
3-
"version": "1.3.97",
3+
"version": "1.3.98",
44
"description": "Lightweight CLI for managing AI prompts. Store, organize, and instantly retrieve ChatGPT & Claude prompts. Features tags, variables, sanitization, and optional command execution.",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)