You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add test coverage for cursor command (73 tests all passing)
- Fix security: validate paths before git command execution
- Document breaking change: CLI now requires explicit commands
Per review feedback from GPT-5, Gemini 2.5 Pro, and Grok
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## [0.5.1] - 2025-01-12
4
+
5
+
### Added
6
+
-**Cursor IDE Integration**: New `promptcode cursor` command creates `.cursor/rules/*.mdc` files for Cursor IDE integration
7
+
-**Enhanced CLI Documentation**: Added 8 new comprehensive example sections covering real-world use cases
8
+
-**Shared Integration Utilities**: New helper module for managing AI agent integrations (Claude Code, Cursor, etc.)
9
+
10
+
### Fixed
11
+
- Documentation URLs now correctly reference `main` branch instead of feature branches
12
+
- Markdown formatting issues resolved across all documentation files
13
+
- Security: Added path validation for git command execution to prevent injection attacks
14
+
15
+
### Breaking Changes
16
+
-**CLI Parsing**: Commands must now be explicitly specified. Previously `promptcode "question"` would implicitly run the expert command, now you must use `promptcode expert "question"`. This change improves clarity and prevents ambiguous command interpretation.
0 commit comments