Skip to content

Remove remote/OpenAI-compatible server support, focus on local GGUF only - #903

Closed
Auseven9 wants to merge 1 commit into
a-ghorbani:mainfrom
Auseven9:claude/local-gguf-tool-calling-r27nxz
Closed

Remove remote/OpenAI-compatible server support, focus on local GGUF only#903
Auseven9 wants to merge 1 commit into
a-ghorbani:mainfrom
Auseven9:claude/local-gguf-tool-calling-r27nxz

Conversation

@Auseven9

@Auseven9 Auseven9 commented Sep 8, 2026

Copy link
Copy Markdown

Strips the ModelOrigin.REMOTE model type, ServerStore, the OpenAI-compatible completion engine, RemoteModelSheet/ServerDetailsSheet, and all associated capability-probing, reasoning-routing, and context-banner logic. The app now only ever runs GGUF models through llama.rn's LocalCompletionEngine.

The full native generation parameter panel (system prompt, temperature, top-k/p, min-p, repetition penalties, Mirostat) is untouched, and the existing Talents/AgentRunner tool-calling loop (including the web_search talent that injects live search results into the context window) already worked against any CompletionEngine and needed no changes to keep working for local models.

Claude-Session: https://claude.ai/code/session_014iBLsPRqM5fAHYVYuDQexr

Description

Provide a brief description of the changes made and the issue(s) this resolves.

Fixes # (issue number)

Platform Affected

  • iOS
  • Android

Checklist

  • Necessary comments have been made.
  • I have tested this change on:
    • iOS Simulator/Device
    • Android Emulator/Device
  • Unit tests and integration tests pass locally.

Strips the ModelOrigin.REMOTE model type, ServerStore, the OpenAI-compatible
completion engine, RemoteModelSheet/ServerDetailsSheet, and all associated
capability-probing, reasoning-routing, and context-banner logic. The app now
only ever runs GGUF models through llama.rn's LocalCompletionEngine.

The full native generation parameter panel (system prompt, temperature,
top-k/p, min-p, repetition penalties, Mirostat) is untouched, and the
existing Talents/AgentRunner tool-calling loop (including the web_search
talent that injects live search results into the context window) already
worked against any CompletionEngine and needed no changes to keep working
for local models.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014iBLsPRqM5fAHYVYuDQexr
@Auseven9

Auseven9 commented Sep 8, 2026

Copy link
Copy Markdown
Author

WiP

@a-ghorbani

Copy link
Copy Markdown
Owner

Thanks for the contribution. I'm going to close this as not planned for now.
It's not clear to me what issue this PR is intended to resolve.

@a-ghorbani a-ghorbani closed this Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants