Skip to content

Conversation

@Pangjiping
Copy link
Collaborator

No description provided.

@Pangjiping Pangjiping added the documentation Improvements or additions to documentation label Feb 4, 2026
@jwx0925
Copy link
Collaborator

jwx0925 commented Feb 4, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4382d4c199

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 38 to +41
```bash
git clone https://github.com/alibaba/OpenSandbox.git
cd OpenSandbox
uv pip install opensandbox-server
curl -o ~/.sandbox.toml https://raw.githubusercontent.com/alibaba/OpenSandbox/main/server/example.config.toml
```

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid pulling config from main for PyPI installs

These steps tell users to install opensandbox-server from PyPI but download example.config.toml from the repository’s main branch. If the PyPI release lags or leads main, the downloaded config can include fields not supported by the installed version (or omit required fields), and Pydantic validation in server/src/config.py will reject it at startup. This creates a real setup failure for users who follow the documented flow; consider pointing to a version-matched config (tagged release) or the packaged example instead.

Useful? React with 👍 / 👎.

Copy link
Collaborator

@ninan-nn ninan-nn Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example toml is already package in opensandbox-server, can be copied from dist.

@Pangjiping Pangjiping closed this Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants