chore(env): rename ORBCODE_* env vars to MATTERAI_* (v0.2.0)#5
Merged
code-crusher merged 1 commit intoJun 17, 2026
mainMatterAIOrg/OrbCode:mainfrom
chore/rename-orbcode-env-varsMatterAIOrg/OrbCode:chore/rename-orbcode-env-varsCopy head branch name to clipboard
Merged
chore(env): rename ORBCODE_* env vars to MATTERAI_* (v0.2.0)#5code-crusher merged 1 commit intomainMatterAIOrg/OrbCode:mainfrom chore/rename-orbcode-env-varsMatterAIOrg/OrbCode:chore/rename-orbcode-env-varsCopy head branch name to clipboard
code-crusher merged 1 commit into
mainMatterAIOrg/OrbCode:mainfrom
chore/rename-orbcode-env-varsMatterAIOrg/OrbCode:chore/rename-orbcode-env-varsCopy head branch name to clipboard
Conversation
Breaking change: all environment variables prefixed with ORBCODE_ are now prefixed with MATTERAI_ to align with the MatterAI brand. Renamed variables: - ORBCODE_TOKEN -> MATTERAI_TOKEN - ORBCODE_API_KEY -> MATTERAI_API_KEY - ORBCODE_BASE_URL -> MATTERAI_BASE_URL - ORBCODE_MODEL -> MATTERAI_MODEL - ORBCODE_CONFIG_DIR -> MATTERAI_CONFIG_DIR - ORBCODE_BACKEND_URL -> MATTERAI_BACKEND_URL - ORBCODE_APP_URL -> MATTERAI_APP_URL - ORBCODE_PROJECT_DIR -> MATTERAI_PROJECT_DIR - ORBCODE_TRUST_PROJECT_HOOKS -> MATTERAI_TRUST_PROJECT_HOOKS Updated across source (src/), tests, README, CHANGELOG, and docs/HOOKS.md. Bumps version to 0.2.0 (minor bump for breaking change in 0.x semver).
Contributor
Contributor
|
✅ Reviewed the changes: Straightforward breaking rename of all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Breaking change: renames all environment variables prefixed with
ORBCODE_toMATTERAI_to align the CLI's env-var namespace with the MatterAI brand.Renamed variables
ORBCODE_TOKENMATTERAI_TOKENORBCODE_API_KEYMATTERAI_API_KEYORBCODE_BASE_URLMATTERAI_BASE_URLORBCODE_MODELMATTERAI_MODELORBCODE_CONFIG_DIRMATTERAI_CONFIG_DIRORBCODE_BACKEND_URLMATTERAI_BACKEND_URLORBCODE_APP_URLMATTERAI_APP_URLORBCODE_PROJECT_DIRMATTERAI_PROJECT_DIRORBCODE_TRUST_PROJECT_HOOKSMATTERAI_TRUST_PROJECT_HOOKSFiles changed
src/— all env var references in source (auth, config, hooks, headless, index, UI)test-device-auth.mjs,test-hook-env.mjs,test-hook-trust.mjs,test-hooks.mjs,test-ui.mjsREADME.md,CHANGELOG.md,docs/HOOKS.mdpackage.json— version bump to0.2.0Migration
Users who set any of these env vars in scripts, CI configs, or
.envfiles must update the prefix fromORBCODE_toMATTERAI_.Version
Bumps to
0.2.0(minor bump for breaking change in 0.x semver). After merge, av0.2.0tag will be pushed to trigger the release workflow.Checklist
ORBCODE_occurrences renamed toMATTERAI_dist/rebuilt from updated source (npm run buildexit 0)ORBCODE_occurrences outsidenode_modules/,.git/,dist/0.2.0