[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-reasonix-deepseek-native-coding-agent-cli-42bb7d1b":3,"seo:featured-workflow:42bb7d1b-7879-54af-b319-83ecb7d9b53a:es":39,"workflow-related-reasonix-deepseek-native-coding-agent-cli-42bb7d1b-42bb7d1b-7879-54af-b319-83ecb7d9b53a":84},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":14,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":16,"files":23,"tags":24,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":31,"asset_kind":28,"target_tools":32,"install_mode":36,"entrypoint":37,"risk_profile":38,"dependencies":40,"verification":45,"agent_metadata":48,"agent_fit":59,"trust":71,"provenance":80,"created_at":82,"updated_at":83},3604,"42bb7d1b-7879-54af-b319-83ecb7d9b53a","reasonix-deepseek-native-coding-agent-cli","Reasonix — DeepSeek-Native Coding Agent CLI","Reasonix is a DeepSeek-native coding agent CLI for the terminal; README reports a 99.82% cache hit in a real-day case study.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"",15,"en",[17],{"id":18,"step_order":19,"title":20,"description":13,"prompt_template":21,"variables":13,"depends_on":22,"expected_output":13},4164,1,"Asset","## Quick Use\n\n```bash\ncd my-project\nnpx reasonix code\n# (first run) paste DeepSeek API key when prompted\n```\n\n## Intro\n\nReasonix is a DeepSeek-native coding agent CLI for the terminal; README reports a 99.82% cache hit in a real-day case study.\n\n**Best for:** Long coding sessions where you want stable tool loops and lower token costs\n\n**Works with:** Node.js ≥22, DeepSeek API key, Windows\u002FmacOS\u002FLinux terminals\n\n**Setup time:** 2-6 minutes\n\n### Key facts (verified)\n\n- GitHub: 1612 stars · 95 forks · pushed 2026-05-13.\n- License: MIT · owner avatar + repo URL verified via GitHub API.\n- README-verified entrypoint: `npx reasonix code # paste a DeepSeek API key on first run; persists after`.\n\n## Main\n\n- Use `code` mode when you want filesystem + shell tools gated behind explicit apply\u002Freview (README highlights SEARCH\u002FREPLACE → \u002Fapply style).\n\n- Keep it running for long sessions: the project emphasizes cache hit-rate and prefix stability as the core invariant, not a toggle.\n\n- Start with `reasonix doctor` if things feel off (Node\u002Fversion\u002FAPI key\u002FMCP wiring) before debugging prompts or configs.\n\n### Source-backed notes\n\n- README install section uses `npx reasonix code` and requires Node ≥ 22, with first-run API key prompt.\n- README describes a real-day case study (2026-05-01) with 435M input tokens and a 99.82% cache hit rate.\n- README lists core commands (`code`, `chat`, `run`, `doctor`, `update`) and points to a CLI reference for more.\n\n### FAQ\n\n- **Is it multi-model?**: No — README positions it as DeepSeek-only to preserve cache invariants.\n- **How do I start in another directory?**: README shows `npx reasonix code --dir \u002Fpath\u002Fto\u002Fproject`.\n- **Why is it cheaper in long sessions?**: README ties cost control to prefix-cache hit rate and stable loops; validate on your own workloads.\n\n## Source & Thanks\n\n> Source: https:\u002F\u002Fgithub.com\u002Fesengine\u002FDeepSeek-Reasonix\n> License: MIT\n> GitHub stars: 1612 · forks: 95\n\n---\n\n\u003C!-- ZH -->\n\n## Quick Use\n\n```bash\ncd my-project\nnpx reasonix code\n# (first run) paste DeepSeek API key when prompted\n```\n\n## Intro\n\nReasonix 是面向终端的 DeepSeek 原生编码 agent：围绕 prefix-cache 稳定性设计；README 给出真实单日案例（99.82% cache hit，成本约 $12 vs $61）。用 `npx reasonix code` 即可启动。\n\n**Best for:** 需要长会话、希望控制 token 成本且保持工具循环稳定的开发者\n\n**Works with:** Node.js ≥22、DeepSeek API key、Windows\u002FmacOS\u002FLinux 终端\n\n**Setup time:** 2-6 minutes\n\n### Key facts (verified)\n\n- GitHub：1612 stars · 95 forks；最近更新 2026-05-13。\n- 许可证：MIT；作者头像与仓库链接均已通过 GitHub API 复核。\n- README 中核对过的入口命令：`npx reasonix code # paste a DeepSeek API key on first run; persists after`。\n\n## Main\n\n- 需要文件系统与 shell 工具时用 `code` 模式（README 强调 SEARCH\u002FREPLACE 后再 `\u002Fapply`，落盘有审阅门）。\n\n- 适合长时间常驻：项目把 cache hit 与 prefix 稳定性当作系统不变量，而不是开关功能。\n\n- 环境不对劲先跑 `reasonix doctor`（Node\u002F版本\u002FAPI key\u002FMCP 接线）再去调 prompt 或配置。\n\n### Source-backed notes\n\n- README 安装章节：在项目目录执行 `npx reasonix code`，要求 Node ≥ 22，首次会提示粘贴 API key。\n- README 给出真实单日案例（2026-05-01）：435M input tokens、99.82% cache hit。\n- README 列出核心命令（`code`\u002F`chat`\u002F`run`\u002F`doctor`\u002F`update`），并给出 CLI reference 入口。\n\n### FAQ\n\n- **支持多模型吗？**：不支持。README 将其定位为 DeepSeek-only，以保持 cache 不变量。\n- **怎么在别的目录启动？**：README 示例：`npx reasonix code --dir \u002Fpath\u002Fto\u002Fproject`。\n- **为什么长会话更省钱？**：README 将成本控制归因于 cache hit 与稳定循环；建议在你自己的负载上复核。\n\n## Source & Thanks\n\n> Source: https:\u002F\u002Fgithub.com\u002Fesengine\u002FDeepSeek-Reasonix\n> License: MIT\n> GitHub stars: 1612 · forks: 95\n","0",[],[25],{"id":26,"name":27,"slug":28,"icon":29},14,"CLI Tools","cli","🖥️",false,"63b0dd829bfc4984daf8c8584bfc83406f0db81db7df439f0283b53e45a6bc3d",[33,34,35],"claude_code","codex","gemini_cli","npx","npx reasonix code # paste a DeepSeek API key on first run; persists after",{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},null,{"npm":41,"pip":42,"brew":43,"system":44},[],[],[],[],{"commands":46,"expected_files":47},[],[20],{"asset_kind":28,"target_tools":49,"install_mode":36,"entrypoint":37,"risk_profile":50,"dependencies":51,"content_hash":31,"verification":56},[33,34,35],{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},{"npm":52,"pip":53,"brew":54,"system":55},[],[],[],[],{"commands":57,"expected_files":58},[],[20],{"target":34,"score":60,"status":61,"policy":62,"why":63,"asset_kind":28,"install_mode":36},94,"native","allow",[64,65,66,67,68,69,70],"target_tools includes codex","asset_kind cli","install_mode npx","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":72,"verified_publisher":30,"asset_signed_hash":31,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":74,"review_status":75,"signals":76},"established","hash_only",[],"unreviewed",[77,78,79],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":81,"content_hash":31,"visibility":19,"created_at":82,"updated_at":83},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Freasonix-deepseek-native-coding-agent-cli","2026-05-13 20:46:05","2026-05-14 10:30:54",[85,137,189,249],{"id":86,"uuid":87,"slug":88,"title":89,"description":90,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":91,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":92,"files":39,"tags":93,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":28,"target_tools":96,"install_mode":97,"entrypoint":98,"risk_profile":99,"dependencies":100,"verification":105,"agent_metadata":108,"agent_fit":119,"trust":122,"provenance":125,"created_at":82,"updated_at":127,"__relatedScore":128,"__relatedReasons":129,"__sharedTags":135},3605,"f96b7e65-22c8-582d-9e02-78bce862ba6b","cli-anything-install-agent-native-clis-via-cli-hub","CLI-Anything — Install Agent-Native CLIs via CLI-Hub","CLI-Anything makes software agent-native: install CLI-Hub (`pip install cli-anything-hub`) and add harnesses via `npx skills add ... --skill ...`.",10,[],[94],{"id":26,"name":27,"slug":28,"icon":29},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",[33,34,35],"pip","pip install -e .",{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},{"npm":101,"pip":102,"brew":103,"system":104},[],[],[],[],{"commands":106,"expected_files":107},[],[],{"asset_kind":28,"target_tools":109,"install_mode":97,"entrypoint":98,"risk_profile":110,"dependencies":111,"content_hash":95,"verification":116},[33,34,35],{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},{"npm":112,"pip":113,"brew":114,"system":115},[],[],[],[],{"commands":117,"expected_files":118},[],[],{"target":34,"score":60,"status":61,"policy":62,"why":120,"asset_kind":28,"install_mode":97},[64,65,121,67,68,69,70],"install_mode pip",{"author_trust_level":72,"verified_publisher":30,"asset_signed_hash":95,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":123,"review_status":75,"signals":124},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":126,"content_hash":95,"visibility":19,"created_at":82,"updated_at":127},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fcli-anything-install-agent-native-clis-via-cli-hub","2026-05-14 01:00:02",161.56208902773733,[130,131,132,133,134],"shared-tag","topic-match","same-kind","same-target","same-author",[28,136],"cli-tools",{"id":138,"uuid":139,"slug":140,"title":141,"description":142,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":143,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":144,"files":39,"tags":145,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":147,"target_tools":148,"install_mode":149,"entrypoint":150,"risk_profile":151,"dependencies":152,"verification":157,"agent_metadata":160,"agent_fit":171,"trust":179,"provenance":182,"created_at":184,"updated_at":185,"__relatedScore":186,"__relatedReasons":187,"__sharedTags":188},3142,"d950a025-f3c2-477b-b2fb-db2975bcafd7","deepseek-tui-terminal-coding-agent-for-deepseek","DeepSeek TUI — Terminal Coding Agent for DeepSeek","DeepSeek TUI is a terminal coding agent for DeepSeek models. Install via npm\u002Fcargo\u002Fbrew, run on your repo, and keep approval gates for edits.",12,[],[146],{"id":26,"name":27,"slug":28,"icon":29},"cli_tool",[33,34,35],"single","README.md",{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},{"npm":153,"pip":154,"brew":155,"system":156},[],[],[],[],{"commands":158,"expected_files":159},[],[],{"asset_kind":147,"target_tools":161,"install_mode":149,"entrypoint":150,"risk_profile":162,"dependencies":163,"content_hash":95,"verification":168},[33,34,35],{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},{"npm":164,"pip":165,"brew":166,"system":167},[],[],[],[],{"commands":169,"expected_files":170},[],[],{"target":34,"score":172,"status":173,"policy":173,"why":174,"asset_kind":147,"install_mode":149},29,"stage_only",[64,175,176,67,177,178,70],"asset_kind cli_tool","install_mode single","policy stage_only","asset_kind cli_tool is not activated directly for Codex",{"author_trust_level":72,"verified_publisher":30,"asset_signed_hash":95,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":180,"review_status":75,"signals":181},[147],[77,78],{"owner_uuid":9,"owner_name":10,"source_url":183,"content_hash":95,"visibility":19,"created_at":184,"updated_at":185},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fdeepseek-tui-terminal-coding-agent-for-deepseek","2026-05-12 04:56:52","2026-05-14 00:59:42",152.67091502846026,[130,131,133,134],[28,136],{"id":190,"uuid":191,"slug":192,"title":193,"description":194,"author_id":195,"author_name":196,"author_avatar":11,"token_estimate":197,"time_saved":12,"model_used":198,"fork_count":12,"vote_count":12,"view_count":60,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":199,"files":39,"tags":200,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":202,"asset_kind":203,"target_tools":204,"install_mode":173,"entrypoint":193,"risk_profile":205,"dependencies":208,"verification":213,"agent_metadata":216,"agent_fit":228,"trust":237,"provenance":242,"created_at":244,"updated_at":245,"__relatedScore":246,"__relatedReasons":247,"__sharedTags":248},795,"926633bc-d041-486a-bda3-5a3cecabc0a8","gemini-cli-google-ai-coding-agent-terminal-926633bc","Gemini CLI — Google AI Coding Agent in Terminal","Google's official CLI coding agent powered by Gemini 2.5 Pro. Free 60 requests\u002Fmin for Gemini users with 1M token context, MCP support, and Google ecosystem integration.","8a911193-3180-11f1-9bc6-00163e2b0d79","AI Open Source",4200,"mixed",[],[201],{"id":26,"name":27,"slug":28,"icon":29},"34d6f311ae34106173de64fafc226dba072c26683ce3ca23734de69603b8017d","mcp_config",[33,34,35],{"executes_code":206,"modifies_global_config":206,"requires_secrets":207,"uses_absolute_paths":30,"network_access":30},true,[],{"npm":209,"pip":210,"brew":211,"system":212},[],[],[],[],{"commands":214,"expected_files":215},[],[193],{"asset_kind":203,"target_tools":217,"install_mode":173,"entrypoint":193,"risk_profile":218,"dependencies":220,"content_hash":202,"verification":225},[33,34,35],{"executes_code":206,"modifies_global_config":206,"requires_secrets":219,"uses_absolute_paths":30,"network_access":30},[],{"npm":221,"pip":222,"brew":223,"system":224},[],[],[],[],{"commands":226,"expected_files":227},[],[193],{"target":34,"score":229,"status":173,"policy":173,"why":230,"asset_kind":203,"install_mode":173},17,[64,231,232,177,233,234,235,236,70],"asset_kind mcp_config","install_mode stage_only","asset_kind mcp_config is not activated directly for Codex","install_mode is stage_only","risk_profile.executes_code is true","risk_profile.modifies_global_config is true",{"author_trust_level":72,"verified_publisher":30,"asset_signed_hash":202,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":238,"review_status":75,"signals":241},[239,203,240,173],"executes_code","modifies_global_config",[77,78],{"owner_uuid":195,"owner_name":196,"source_url":243,"content_hash":202,"visibility":19,"created_at":244,"updated_at":245},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fgemini-cli-google-ai-coding-agent-terminal-926633bc","2026-04-08 14:13:20","2026-05-13 16:02:44",145.96658540793328,[130,131,133],[28,136],{"id":250,"uuid":251,"slug":252,"title":253,"description":254,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":255,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":256,"files":39,"tags":257,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":28,"target_tools":259,"install_mode":260,"entrypoint":261,"risk_profile":262,"dependencies":263,"verification":268,"agent_metadata":271,"agent_fit":282,"trust":285,"provenance":288,"created_at":290,"updated_at":291,"__relatedScore":292,"__relatedReasons":293,"__sharedTags":294},3585,"5dd7868f-2b86-555e-b417-6841b45ea0c1","llxprt-code-multi-provider-ai-coding-cli","LLxprt Code — Multi-Provider AI Coding CLI","LLxprt Code is an open-source AI coding CLI that switches across providers (Anthropic, Gemini, Codex, local). Install via brew or npm.",20,[],[258],{"id":26,"name":27,"slug":28,"icon":29},[33,34,35],"brew","npm install -g @vybestack\u002Fllxprt-code",{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},{"npm":264,"pip":265,"brew":266,"system":267},[],[],[],[],{"commands":269,"expected_files":270},[],[],{"asset_kind":28,"target_tools":272,"install_mode":260,"entrypoint":261,"risk_profile":273,"dependencies":274,"content_hash":95,"verification":279},[33,34,35],{"executes_code":30,"modifies_global_config":30,"requires_secrets":39,"uses_absolute_paths":30,"network_access":30},{"npm":275,"pip":276,"brew":277,"system":278},[],[],[],[],{"commands":280,"expected_files":281},[],[],{"target":34,"score":60,"status":61,"policy":62,"why":283,"asset_kind":28,"install_mode":260},[64,65,284,67,68,69,70],"install_mode brew",{"author_trust_level":72,"verified_publisher":30,"asset_signed_hash":95,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":286,"review_status":75,"signals":287},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":289,"content_hash":95,"visibility":19,"created_at":290,"updated_at":291},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fllxprt-code-multi-provider-ai-coding-cli","2026-05-13 16:22:02","2026-05-14 10:30:39",141.98332894210088,[130,131,132,133,134],[28,136]]