chore: Remove OpenAI branding and references
Update project branding to reflect community fork status: - Changed welcome message from "OpenAI's command-line coding agent" to "your command-line coding agent" - Updated system prompt from "led by OpenAI" to "community project" - Removed broken developers.openai.com/llmx documentation URLs - Updated Windows setup instructions with correct npm package name - Removed OpenAI CLA (not applicable to community fork) - Removed OpenAI open source fund documentation - Updated config docs to remove managed configuration references - Changed npm package reference from @openai/llmx to @valknarthing/llmx These changes complete the rebranding from OpenAI's project to an independent community fork while maintaining proper attribution to the original project in README.md. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -873,7 +873,7 @@ notifications = [ "agent-turn-complete", "approval-requested" ]
|
||||
|
||||
### Forcing a login method
|
||||
|
||||
To force users on a given machine to use a specific login method or workspace, use a combination of [managed configurations](https://developers.openai.com/llmx/security#managed-configuration) as well as either or both of the following fields:
|
||||
To force users on a given machine to use a specific login method or workspace, use either or both of the following fields in your configuration:
|
||||
|
||||
```toml
|
||||
# Force the user to log in with ChatGPT or via an api key.
|
||||
|
||||
Reference in New Issue
Block a user