fix(models): include Kimi in preview picker - #3883
Merged
Merged
Conversation
Generated-By: PostHog Code Task-Id: dd739bea-9df5-4e0b-a5e2-42f6b8f8f207
|
😎 Merged directly without going through the merge queue, as the queue was empty and the PR was up to date with the target branch - details. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
tatoalo
marked this pull request as ready for review
July 28, 2026 15:59
tatoalo
enabled auto-merge (squash)
July 28, 2026 15:59
Contributor
|
Reviews (1): Last reviewed commit: "fix(models): include Kimi in preview pic..." | Re-trigger Greptile |
There was a problem hiding this comment.
Small, well-tested fix that adds Modal-hosted models (e.g. Kimi) to the existing preview model filter alongside Anthropic/Cloudflare; diff matches the description and includes a new test covering the change, with no risky-territory surface touched.
- 👍 on the PR from greptile-apps[bot].
Gate mechanics and policy version
| Gate | Result | |
|---|---|---|
| prerequisites | ✓ | all clear |
| deny-list | ✓ | no deny categories matched |
| size | ✓ | 10L, 1F substantive, 54L/2F incl. docs/generated/snapshots — within ceiling |
| tier | ✓ | T1-agent / T1b-small (54L, 2F, single-area, fix) |
| stamphog 2.0.0b3 | .stamphog/policy.yml @ 943ba3b · reviewed head 68591cd |
Contributor
Author
|
/trunk merge |
Gilbert09
added a commit
that referenced
this pull request
Jul 29, 2026
Ports the desktop Kimi K3 model support (#3869, #3883) to the React Native app. Adds `moonshotai/kimi-k3` to the cloud-task model picker, gated on the shared `KIMI_MODEL_FLAG`, with no reasoning-effort support (matching desktop, where Kimi is absent from the Claude effort table). When the flag is off Kimi is hidden and a persisted per-task selection of it falls back to a visible model, mirroring desktop's stripKimiModelOption. Generated-By: PostHog Code Task-Id: 21ef821f-1517-4bd0-a79d-074848e1c2b0
2 tasks
Gilbert09
added a commit
that referenced
this pull request
Jul 29, 2026
Ports the desktop Kimi K3 model support (#3869, #3883) to the React Native app. Adds `moonshotai/kimi-k3` to the cloud-task model picker, gated on the shared `KIMI_MODEL_FLAG`, with no reasoning-effort support (matching desktop, where Kimi is absent from the Claude effort table). When the flag is off Kimi is hidden and a persisted per-task selection of it falls back to a visible model, mirroring desktop's stripKimiModelOption. Generated-By: PostHog Code Task-Id: 21ef821f-1517-4bd0-a79d-074848e1c2b0
Gilbert09
added a commit
that referenced
this pull request
Jul 29, 2026
Ports the desktop Kimi K3 model support (#3869, #3883) to the React Native app. Adds `moonshotai/kimi-k3` to the cloud-task model picker, gated on the shared `KIMI_MODEL_FLAG`, with no reasoning-effort support (matching desktop, where Kimi is absent from the Claude effort table). When the flag is off Kimi is hidden and a persisted per-task selection of it falls back to a visible model, mirroring desktop's stripKimiModelOption. Generated-By: PostHog Code Task-Id: 21ef821f-1517-4bd0-a79d-074848e1c2b0
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.
Problem
new-task model picker because the preview path drops some models 🫠