Skip to content

Instantly share code, notes, and snippets.

View Ylarod's full-sized avatar
🐒
busy working

Ylarod Ylarod

🐒
busy working
  • Alibaba Inc
  • China
  • 15:31 (UTC +08:00)
View GitHub Profile
@Ylarod
Ylarod / codex-cli.js
Last active September 30, 2025 14:25
codex-cli transformer for claude-code-router
class CodexCLITransformer {
name = "codex-cli";
constructor(options) {
this.options = options || {};
this.debug = this.options.debug || false;
// Reasoning configuration with validation
this.reasoning = this.validateReasoningConfig(this.options.reasoning || {});
}
@Ylarod
Ylarod / CMakePresets.json
Last active August 5, 2025 23:31
Android cross compile env setup for CLion
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 21
},
"configurePresets": [
{
"name": "android-base",