Skip to content

docs: fix false claims about CodeBox auto-install and state persistence#389

Open
c1oudman wants to merge 1 commit intoboxlite-ai:mainfrom
c1oudman:fix/codebox-docs-233-234
Open

docs: fix false claims about CodeBox auto-install and state persistence#389
c1oudman wants to merge 1 commit intoboxlite-ai:mainfrom
c1oudman:fix/codebox-docs-233-234

Conversation

@c1oudman
Copy link

Fixes #233: Remove claim that CodeBox automatically installs packages. Packages must be installed explicitly via install_package().

Fixes #234: Add note clarifying that run() executes in fresh processes. Variables and state do not persist between run() calls.

Fixes boxlite-ai#233: Remove claim that CodeBox automatically installs packages.
Packages must be installed explicitly via install_package().

Fixes boxlite-ai#234: Add note clarifying that run() executes in fresh processes.
Variables and state do not persist between run() calls.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CodeBox: state does not persist between run() calls CodeBox: auto-install does not work — import of missing packages raises ModuleNotFoundError

1 participant