🔧 **New Features**
✅ Configurable Template Paths via Environment Variables ([[9](https://github.com/mazen160/llmquery/issues/9)](https://github.com/mazen160/llmquery/issues/9))
- Introduced support for defining template paths using environment variables.
- Enables users to customize and override default paths without modifying code.
- Enhances flexibility for diverse deployment environments and workflows.
✅ RawQuery Mode for Direct LLM Interactions ([[5](https://github.com/mazen160/llmquery/issues/5)](https://github.com/mazen160/llmquery/issues/5))
- Added a `RawQuery` mode to allow direct interaction with the LLM, bypassing predefined templates.
- Provides dynamic querying capabilities for users who require ad-hoc responses.
---
📜 **New Templates Added**
🏷 JIRA Ticket Generator ([[8](https://github.com/mazen160/llmquery/issues/8)](https://github.com/mazen160/llmquery/issues/8))
- A structured template for auto-generating JIRA tickets.
- Helps streamline ticket creation and maintain consistency.
✍ Grammarly-Assisted Writing ([[7](https://github.com/mazen160/llmquery/issues/7)](https://github.com/mazen160/llmquery/issues/7))
- A template that integrates Grammarly for improved writing clarity, grammar, and tone.
- Ideal for refining content before submission.
---
🛠 **Improvements & Fixes**
- 📖 Updated documentation to reflect new features and templates.
- ⚙️ Minor refactoring and optimizations for better maintainability.
---
🔍 **Testing & Validation**
- ✅ Verified template path customization via environment variables.
- ✅ Tested `RawQuery` for direct LLM interactions.
- ✅ Validated JIRA and Grammarly templates with sample inputs.
---
🔗 **Related Issues & Tickets:**
1. [[9 - Configurable Template Paths](https://github.com/mazen160/llmquery/issues/9)](https://github.com/mazen160/llmquery/issues/9)
2. [[8 - JIRA Ticket Generator](https://github.com/mazen160/llmquery/issues/8)](https://github.com/mazen160/llmquery/issues/8)
3. [[7 - Grammarly-Assisted Writing](https://github.com/mazen160/llmquery/issues/7)](https://github.com/mazen160/llmquery/issues/7)
4. [[5 - RawQuery Mode](https://github.com/mazen160/llmquery/issues/5)](https://github.com/mazen160/llmquery/issues/5)
What's Changed
* Update (February 2025) by mazen160 in https://github.com/mazen160/llmquery/pull/10
* Update feb 2025 by mazen160 in https://github.com/mazen160/llmquery/pull/11
**Full Changelog**: https://github.com/mazen160/llmquery/compare/v1.0.16...v0.1.17