Introduce LazyCodex#4471
Merged
Merged
Conversation
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 30196031 | Triggered | Generic High Entropy Secret | 08e0a98 | packages/omo-codex/plugin/components/telemetry/src/product-identity.ts | View secret |
| 30196031 | Triggered | Generic High Entropy Secret | 3ab50de | packages/omo-codex/src/telemetry/product-identity.ts | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
c68dc5a to
5030a11
Compare
31 tasks
7dbd07b to
ccaa5b1
Compare
Resolve LazyCodex/Codex integration conflicts and keep Codex install compatibility checks building bundled MCP runtimes before installer tests.
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.
Introduces LazyCodex, the Codex harness path for OmO: https://lazycodex.ai
Vendored codex-plugins as
packages/omo-codex/.New CLI flag
--codexand shortcutlazycodex(npm-publishable, routed viaOMO_INVOCATION_NAME).Parallel PostHog event
omo_codex_daily_activewith full opt-out (OMO_CODEX_DISABLE_POSTHOG,OMO_CODEX_SEND_ANONYMOUS_TELEMETRY, plus inheritedOMO_DISABLE_POSTHOG/OMO_SEND_ANONYMOUS_TELEMETRY).Backward compat:
bunx oh-my-opencode installandbunx oh-my-openagent installstill work;--codexis purely additive.Test coverage: 489 tests pass in changed dirs (
src/cli/+packages/omo-codex/src/).typecheck clean.
Manual QA: verified idempotent install against
/tmpCODEX_HOME, all 4 expected sections in resultingconfig.toml.MUST use merge commit.
Summary by cubic
Ships the Codex Light edition (“LazyCodex”) so OmO runs inside Codex CLI with a one‑command install. Adds the
@oh-my-opencode/omo-codexmarketplace bundle,lazycodex/omoNode bins, a Content‑Length framed JSON‑RPC MCP stdio server with idle exit and rotating tmp logs, and platform‑prefixed session IDs.New Features
bunx omo install --platform=codexorlazycodex; vendored marketplacesisyphuslabs/omoin@oh-my-opencode/omo-codexwithrules,comment-checker,lsp,ultrawork,ulw-loop,start-work-continuation, and telemetry; idempotent;--platform <opencode|codex|both>.oh-my-opencode,oh-my-openagent,omo,lazycodex; wrapper mapslazycodexto theoh-my-openagentplatform family sonpx lazycodexruns without Bun; tests added.ast-grep-mcprenamed toomo-ast-grep; new Content‑Length framed JSON‑RPC stdio server with line‑mode fallback, idle timeout, and rotating lifecycle logs; Codex LSP consumespackages/lsp-tools-mcp; Windows shims; tests cover framing, idle exit, and package smoke.normalizeSessionId()from@oh-my-opencode/boulder-stateand applied across read/write/session/task (defaults toopencode:; usescodex:when running under Codex); Codex adapter emitsomo_codex_daily_activeon install and CodexSessionStart, withOMO_CODEX_DISABLE_POSTHOG/OMO_CODEX_SEND_ANONYMOUS_TELEMETRYopt‑outs.remove-ai-slopsand normalizedinit-deepplacement.CI/Docs/Publishing
1.3.12.publish.ymladdssync_lazycodex_marketplaceand a soft first‑publish path for thelazycodexnpm name (trusted‑publisher preflight, token check); quoting fixes for$GITHUB_OUTPUT.lazycodex/omo;docs/reference/lazycodex-npm-reservation.md; privacy policy documentsomo_codex_daily_active.Written for commit 11949ab. Summary will update on new commits.