Commit f1be893
sync: pull 33 commits from usnavy13/main (incl. AUTH_ENABLED, Basic auth via URL credentials)
Merges upstream usnavy13/LibreCodeInterpreter:main into On-Behalf-AI:main.
Notable upstream changes pulled:
- 67d2a18 feat: AUTH_ENABLED flag + Basic auth via URL credentials (LibreChat dev compat)
- 64b4494 refactor: Replace MinIO with S3-compatible storage (Garage)
- 9bf6479 feat: Sandbox network access for skill installations
- 3b5794b feat(files): Update file upload restrictions and session limits
- e85e9e8 fix: Match LibreChat's Unicode sanitization
- 74bb001 chore: Simplify CI/CD — remove nightly, lean PR checks, keep release pipeline
- 8323225 chore: Consolidate compose files, update docs for S3/Garage
Conflict resolution:
- .github/workflows/nightly.yml — accepted upstream deletion (74bb001).
Our local commit 1032ee9 ("on-change+weekly schedule") aimed to reduce GHA
minute consumption; upstream's full removal goes in the same direction.
Going forward we rely on ci.yml (lean PR checks) + release.yml.
Preserved On-Behalf-AI customizations:
- .gitleaks.toml (whitelist upstream test fixtures + docs)
- ci/nightly-on-change-weekly history (commits remain in tree even though
the file is now deleted)
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>90 files changed
Lines changed: 5596 additions & 3387 deletions
File tree
- .github/workflows
- Reference
- docker
- docs
- src
- api
- config
- dependencies
- middleware
- models
- services
- execution
- sandbox
- utils
- tests
- functional
- integration
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
9 | 31 | | |
10 | 32 | | |
11 | 33 | | |
12 | 34 | | |
13 | 35 | | |
14 | 36 | | |
15 | 37 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
22 | 45 | | |
23 | 46 | | |
24 | 47 | | |
| |||
35 | 58 | | |
36 | 59 | | |
37 | 60 | | |
38 | | - | |
| 61 | + | |
39 | 62 | | |
40 | 63 | | |
41 | 64 | | |
| |||
0 commit comments