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: c3864e0
Choose a head ref
  • 3 commits
  • 28 files changed
  • 1 contributor

Commits on Jun 10, 2026

  1. docs: mcpp-first README; move xmake usage to docs/<lang>/xmake.md

    README now leads with the mcpp ecosystem workflow (mcpp new --template
    llmapi / mcpp add llmapi) like imgui-m; the xmake package usage moved
    from README into docs/{en,zh,zh-hant}/xmake.md and getting-started is
    rewritten mcpp-first. All three README languages stay in sync.
    Sunrisepeak committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    142ef2a View commit details
    Browse the repository at this point in the history
  2. feat: ship project templates (openai default, chat, anthropic, deepseek)

    templates/openai (default): minimal one-shot OpenAI chat.
    templates/chat: interactive streaming chat CLI.
    templates/anthropic: Claude via AnthropicConfig.
    templates/deepseek: OpenAI-compatible endpoint via baseUrl.
    Generated projects pin {{self.version}} under [dependencies.mcpplibs],
    so the scaffold can never drift from the library version it shipped
    with. Consumed by mcpp package templates:
    `mcpp new app --template llmapi[:chat|anthropic|deepseek]` /
    `mcpp new --list-templates llmapi`.
    Sunrisepeak committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    e970035 View commit details
    Browse the repository at this point in the history
  3. chore: bump version 0.2.7; workspace mcpp 0.0.13 → 0.0.53

    mcpp 0.0.13 is no longer resolvable from the xim index locally; 0.0.53
    is the current release (and the floor for package templates is 0.0.48).
    mcpp.lock regenerated by mcpp 0.0.53 (lock v2, tinyhttps 0.2.3).
    Sunrisepeak committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    c3864e0 View commit details
    Browse the repository at this point in the history
Loading