Open
Conversation
- Add 'kimi' to ACP provider enum in typesRaw.ts - Add Kimi permission modes (default, read-only, safe-yolo, yolo) and model modes (kimi-k2-0711-preview, kimi-k1.6-preview, kimi-k1.5-preview) in modelModeOptions.ts - Add Kimi compatibility flag and dismissedCLIWarnings support in settings.ts - Add Kimi built-in profile with KIMI_API_KEY env var in profileUtils.ts - Add Kimi avatar icon (placeholder copied from Gemini) in Avatar.tsx - Add kimi agent type to NewSessionAgentType, CLIAvailability, SpawnSessionOptions, tempDataStore, AgentInput, and new session screen (index.tsx) - Add kimiPermissionMode translation block to all 10 language files (en, zh-Hans, zh-Hant, ru, pt, pl, ja, it, es, ca) - Update CLIDetection to detect kimi CLI availability on remote machines Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
kimi-k2-0711-preview(default),kimi-k1.6-preview,kimi-k1.5-previewChanges
sync/typesRaw.ts: Add'kimi'to ACP provider enumcomponents/modelModeOptions.ts: AddgetKimiPermissionModes()andgetKimiModelModes()functions; update dispatchers for permission modes, model modes, and default model keysync/settings.ts: Add Kimi compatibility flag anddismissedCLIWarningssupportsync/profileUtils.ts: Add Kimi built-in profile (usesKIMI_API_KEYenv var)components/Avatar.tsx: Add Kimi avatar icon (placeholder, copied from Gemini)assets/images/icon-kimi{,@2x,@3x}.png: Placeholder icon files (to be replaced with real Kimi icons)hooks/useCLIDetection.ts: AddkimitoCLIAvailabilityinterface and detection logicsync/persistence.ts,utils/tempDataStore.ts,components/AgentInput.tsx,sync/ops.ts,app/(app)/new/index.tsx: Add'kimi'to agent type unions throughouttext/_default.ts+ 10 translation files (en, zh-Hans, zh-Hant, ru, pt, pl, ja, it, es, ca): Addagent.kimiandkimiPermissionModetranslation keysTest plan
yarn typecheck— passes with zero errorsKIMI_API_KEYenv var is picked up from built-in Kimi profileNotes
provider: 'kimi'in ACP envelope (see happy-cli PR feat(happy-cli): add Kimi CLI support via ACP protocol #665)🤖 Generated with Claude Code