Releases: seankim658/codeprompts
Releases · seankim658/codeprompts
v1.2
What's Changed
- Add global ignore list for commonly ignored files and directories (
.git,node_modules/, etc.) - Add warning prompt for sensitive files (
.env, etc.) - Add support for hidden files and directories
- Add warning prompt before copying 200,00+ tokens to clipboard
- Add
--no-warningflag to ignore all warnings
- Hidden files by @seankim658 in #48
- Add large token count copy prompt by @seankim658 in #51
- Warning flag by @seankim658 in #52
Full Changelog: v1.1.1...v1.2
v1.1.1
What's Changed
- Add formatted error message if output option fails by @seankim658 in #44
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fix no clipboard typo by @seankim658 in #33
- No large token count warning message when using no-clipboard by @seankim658 in #34
- Add gg and G keybinds by @seankim658 in #35
- Add collapse all keybind by @seankim658 in #37
- Add new file tree keybinds by @seankim658 in #39
- Add command print on tui run by @seankim658 in #42
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v0.1.6
What's Changed
- Update arg names by @seankim658 in #22
- Better verbose handling by @seankim658 in #23
- Common warnings by @seankim658 in #24
- Some performance improvements by @seankim658 in #25
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
What's Changed
- cleanup template formatting by @seankim658 in #12
- fix token count print formatting by @seankim658 in #16
- wrap issue body in quote block by @seankim658 in #17
- add support for verbose option by @seankim658 in #18
- use relative paths bool for glob pattern matching by @seankim658 in #19
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- 6 add GitHub issue functionality by @seankim658 in #10
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Add code optimization template.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- #2 add git features by @seankim658 in #3
New Contributors
- @seankim658 made their first contribution in #3
Full Changelog: v0.1.0...v0.1.1