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
* feat: Enhance Promptix Studio with improved prompt management and UI
- Refactor prompt library, dashboard, and playground pages for better UX
- Add comprehensive schema and tools configuration support
- Improve version management with more robust metadata handling
- Enhance error handling and debugging capabilities
- Update data management to support more flexible prompt configurations
* feat: Enhance Tools Configuration UI and Improve Prompt Studio Interaction
- Completely redesign tools configuration page with dynamic tool management
- Add support for adding, editing, and deleting tools with real-time preview
- Implement advanced tools template editing with normalization and formatting
- Improve user experience with expanded tool explanation and example sections
- Remove debug print statements and add more user-friendly status indicators
- Optimize tool configuration saving and rendering process
* docs: Update README with refined prompt generation and builder pattern examples
- Revamp README with clearer, more concise code examples for prompt generation
- Introduce Promptix Studio dashboard screenshot and detailed explanation
- Refactor code snippets to showcase dynamic system instruction generation
- Enhance examples for multi-provider model configuration
- Add context-aware prompting section with improved syntax
- Update quick start guide with more intuitive usage patterns
* license: Add Commons Clause Restriction to MIT License
Manage prompts through a clean web interface by simply running:
79
+
80
+
```bash
81
+
promptix studio
82
+
```
83
+
84
+
When you run this command, you'll get access to the Promptix Studio dashboard:
85
+
86
+

87
+
88
+
The Studio interface provides:
89
+
90
+
-**Dashboard overview** with prompt usage statistics
91
+
-**Prompt Library** for browsing and managing all your prompts
92
+
-**Version management** to track prompt iterations and mark releases as live
93
+
-**Quick creation** of new prompts with a visual editor
94
+
-**Usage statistics** showing which models and providers are most used
95
+
-**Live editing** with immediate validation and preview
96
+
97
+
Studio makes it easy to collaborate on prompts, test variations, and manage your prompt library without touching code.
98
+
99
+
> **Note**: To include the screenshot in your README, save the image to your repository (e.g., in a `docs/images/` directory) and update the image path accordingly.
100
+
90
101
### 🧠 Context-Aware Prompting
91
102
Adapt prompts based on dynamic conditions to create truly intelligent interactions:
0 commit comments