Sebastian Krüger
|
c493ea1347
|
Phase 5: Configuration & Documentation
Updated all documentation and configuration files:
Documentation changes:
- Updated README.md to describe LLMX as LiteLLM-powered fork
- Updated CLAUDE.md with LiteLLM integration details
- Updated 50+ markdown files across docs/, llmx-rs/, llmx-cli/, sdk/
- Changed all references: codex → llmx, Codex → LLMX
- Updated package references: @openai/codex → @llmx/llmx
- Updated repository URLs: github.com/openai/codex → github.com/valknar/llmx
Configuration changes:
- Updated .github/dependabot.yaml
- Updated .github workflow files
- Updated cliff.toml (changelog configuration)
- Updated Cargo.toml comments
Key branding updates:
- Project description: "coding agent from OpenAI" → "coding agent powered by LiteLLM"
- Added attribution to original OpenAI Codex project
- Documented LiteLLM integration benefits
Files changed: 51 files (559 insertions, 559 deletions)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-11-11 14:45:40 +01:00 |
|
Jamie Magee
|
17c98a7fd3
|
Enable Dependabot updates for Rust toolchain (#2460)
This change allows Dependabot to update the Rust toolchain version
defined in `rust-toolchain.toml`. See [Dependabot now supports Rust
toolchain updates - GitHub
Changelog](https://github.blog/changelog/2025-08-19-dependabot-now-supports-rust-toolchain-updates/)
for more details.
|
2025-08-19 18:07:21 -07:00 |
|
Michael Bolin
|
c8051b906f
|
chore: drop codex-cli from dependabot (#1523)
We are not actively developing `codex-cli`, so I would rather leave the
existing `pnpm-lock.yaml` files as-is.
|
2025-07-10 11:23:24 -07:00 |
|
Rene Leonhardt
|
82b0cebe8b
|
chore(rs): update dependencies (#1494)
### Chores
- Update cargo dependencies
- Remove unused cargo dependencies
- Fix clippy warnings
- Update Dockerfile (package.json requires node 22)
- Let Dependabot update bun, cargo, devcontainers, docker,
github-actions, npm (nix still not supported)
### TODO
- Upgrade dependencies with breaking changes
```shell
$ cargo update --verbose
Unchanged crossterm v0.28.1 (available: v0.29.0)
Unchanged schemars v0.8.22 (available: v1.0.4)
```
|
2025-07-10 11:08:16 -07:00 |
|