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
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.0...v1.15.0) (2025-07-26)
### Features
* **problem:** enhance problem command to accept user input for problem definition and create a new problem file if needed ([68d9284](68d9284))
chore(release): 1.14.0 [skip ci]
# [1.14.0](v1.13.0...v1.14.0) (2025-07-26)
### Features
* **problem.ts:** integrate formatLLMResponse to format AI analysis for terminal display to enhance readability ([2017a8d](2017a8d))
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.0...v1.13.0) (2025-07-26)
### Features
* **problem.ts:** enhance problem command to display AI analysis results in the app and append them to the problem file for better user feedback ([ee3f4d7](ee3f4d7))
chore(release): 1.12.0 [skip ci]
# [1.12.0](v1.11.0...v1.12.0) (2025-07-26)
### Bug Fixes
* **problem.ts:** update problems directory name from "problems" to "problem" for consistency with naming conventions ([7cb3c63](7cb3c63))
### Features
* **problem:** add problem command to analyze and extract problem description from markdown files ([8923bb0](8923bb0))
* **problem:** add problem definition markdown file and enhance extraction logic ([f6a8463](f6a8463))
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.0...v1.11.0) (2025-07-26)
### Features
* **problem:** add problem definition markdown file and enhance problem command for better user interaction ([317fae6](317fae6))
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2025-07-26)
### Features
* **problem.ts:** refactor problem analysis prompt loading to use a dedicated prompt module for better maintainability ([623ed32](623ed32))
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.0...v1.9.0) (2025-07-26)
### Features
* **problem.ts:** add functionality to extract existing problem description from markdown file and prompt user for input if not found ([5ba3b1a](5ba3b1a))
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2025-07-26)
### Features
* **problem:** add problem definition analysis command and prompt template to provide actionable feedback for startups ([430e403](430e403))