Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
它展示了如何为 OpenAI 的 Codex 应用安装自定义宠物,为编程环境增添趣味和个性化,而官方应用虽支持此功能但尚未提供现成宠物。
English · 简体中文
A growing collection of friendly companions for the Codex App.
Awesome Pets is a collection of custom pets for the Codex App. These companions are here to make coding, research, and everyday tasks feel a little more cheerful.
The first update introduces Nai Frog: a cheerful, round yellow companion with a cream-colored belly, bright green eyes, and a signature belly-holding laugh.
naifrog/
├── pet.json
└── spritesheet.webp
pet.json: pet metadata and spritesheet configurationspritesheet.webp: the animated spritesheet for Nai FrogDownload or clone this repository:
git clone https://github.com/Nitrogen216/awesome_pets.git
Open the Codex App and go to Settings → Pets → Custom pets.
Select Open folder to open the local custom-pet directory.
Copy the repository's naifrog folder into that directory.
Return to the Codex App and select Refresh.
Select Nai Frog. If pets are currently hidden, select Wake Pet.
The final layout must be:
/pets/
└── naifrog/
├── pet.json
└── spritesheet.webp
Do not copy the entire awesome_pets repository as a nested folder under pets; the Codex App looks for pet.json directly inside each pet directory.
git clone https://github.com/Nitrogen216/awesome_pets.git
mkdir -p "${CODEX_HOME:-$HOME/.codex}/pets/naifrog"
cp -R awesome_pets/naifrog/. "${CODEX_HOME:-$HOME/.codex}/pets/naifrog/"
git clone https://github.com/Nitrogen216/awesome_pets.git
$codexHome = if ($env:CODEX_HOME) { $env:CODEX_HOME } else { Join-Path $HOME ".codex" }
$petDir = Join-Path $codexHome "pets\naifrog"
New-Item -ItemType Directory -Force $petDir | Out-Null
Copy-Item ".\awesome_pets\naifrog\*" $petDir -Recurse -Force
After copying the files, open Settings → Pets and select Refresh, then choose Nai Frog. Restart the Codex App if the pet does not appear after refreshing.
By default, Codex home is ~/.codex on macOS and Linux and $HOME\.codex on Windows. If CODEX_HOME is set
A growing collection of friendly companions for the Codex App.
根据分类、Topic 和编程语言匹配的相似项目。
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.