Comparing main...docs-minimum-rust-version · Noumena-Network/code · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Noumena-Network/code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Noumena-Network/code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs-minimum-rust-version
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 18, 2026

  1. Document NCODE_USER_TYPE build mode and runtime feature switches

    Clarifies that NCODE_USER_TYPE is a build-time setting baked into the
    binary, while NCODE_USER_MODE and NCODE_OPENAI_COMPAT_WS_V2 are runtime
    switches. Adds guidance on using NCODE_OPENAI_COMPAT_WS_V2 for fastest
    Noumena-managed inference.
    xjdr-noumena committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    38328ab View commit details
    Browse the repository at this point in the history
  2. Add AGENTS.md and CLAUDE.md for OSS agent safety

    Adds canonical agent instruction files tailored for a public Git repo.
    Focuses on preventing cloned instances from having agents install global
    system packages, modify shell configs, or use unsupported tooling.
    xjdr-noumena committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    ae9c04a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. Set minimum Rust version to 1.80 in build docs

    Documents Rust 1.80 or newer as the minimum supported version in both
    README.md and OSS_BUILD.md to help users avoid build failures from
    too-old toolchains.
    xjdr-noumena committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    42504a5 View commit details
    Browse the repository at this point in the history
Loading