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: mcpplibs/llmapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a48d0cd
Choose a base ref
...
head repository: mcpplibs/llmapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4894499
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Jun 10, 2026

  1. fix(templates): import-std-safe I/O; CI compile-checks every template

    std::println(stderr, ...) fails under `import std` (stderr/stdout/fflush
    are <cstdio> macros/functions not reachable without the header) — caught
    when building a project generated from llmapi@0.2.7:openai. Use
    std::cerr/std::cout stream overloads instead, and flush the chat
    prompts explicitly.
    
    tools/template_smoke.sh renders every template the way `mcpp new` does
    and builds it against this checkout (path dependency), so template code
    is compile-gated in CI before any release ships it. Version → 0.2.8
    (0.2.7's default template is broken and will not be indexed).
    Sunrisepeak committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    de4ba30 View commit details
    Browse the repository at this point in the history
  2. ci: run template smoke inside the workspace (xlings shim needs the pin)

    mktemp dirs live outside the repo, where the `mcpp` shim has no
    workspace .xlings.json to resolve — CI failed with "'mcpp' is not
    installed". Render/build under target/template-smoke instead.
    Sunrisepeak committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    4894499 View commit details
    Browse the repository at this point in the history
Loading