Open Issues Need Help
View All on GitHubAI Summary: This feature request proposes adding color theme customization to the CLI output. Users will be able to select from 'default', 'minimal' (no colors), or 'high-contrast' themes via the `pv config` command. The chosen theme will be stored in `config.json` and applied globally to all terminal output.
AI Summary: This feature request proposes adding a new command, `pv duplicate <id>`, to the application. This command will create a copy of an existing prompt entry, preserving its latest version's text but not its version history. The new copy will have a title prefixed with 'Copy of' and its new ID will be printed upon successful creation.
AI Summary: This issue proposes adding a new command-line feature to rename existing prompts. Users will be able to specify a prompt ID and a new title, with confirmation and success messages provided. The implementation will involve creating a new command file and updating database query functions.
AI Summary: This feature request proposes adding a new command `pv compare <id1> <id2>` to enable head-to-head comparison of two different prompts. The comparison will involve running both prompts against the same test cases, presenting a side-by-side score table, and using an LLM judge to declare a winner with reasoning. The functionality should gracefully handle cases where prompts lack test cases by falling back to analysis scores.
AI Summary: This issue proposes adding a new `pv stats` command to provide vault-wide analytics. The command will display metrics like total prompts, versions, evaluations, average scores, top-performing prompts, and score distribution, all derived from existing SQLite data. No AI calls are required for this feature.