Fixed all remaining user-facing "Codex" references across entire codebase: - Updated all UI strings and error messages - Fixed GitHub issue templates and workflows - Updated MCP server tool descriptions and error messages - Fixed all test messages and comments - Updated documentation comments - Changed auth keyring service name to "LLMX Auth" Reduced from 201 occurrences to only code identifiers (struct/type names). Changes span 78 files across Rust, Python, YAML, and JSON. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
924 B
YAML
26 lines
924 B
YAML
name: 🎁 Feature Request
|
|
description: Propose a new feature for LLMX
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Is LLMX missing a feature that you'd like to see? Feel free to propose it here.
|
|
|
|
Before you submit a feature:
|
|
1. Search existing issues for similar features. If you find one, 👍 it rather than opening a new one.
|
|
2. The LLMX team will try to balance the varying needs of the community when prioritizing or rejecting new features. Not all features will be accepted. See [Contributing](https://github.com/valknar/llmx#contributing) for more details.
|
|
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: What feature would you like to see?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: notes
|
|
attributes:
|
|
label: Additional information
|
|
description: Is there anything else you think we should know?
|