<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Programming Assistant on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/programming-assistant/</link><description>Recent content in Programming Assistant on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Wed, 01 Jul 2026 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/programming-assistant/atom.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code Custom Model Configuration and Usage Tips</title><link>https://www.chenshaowen.com/en/blog/claude-code-custom-model-config-and-tips.html</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><atom:modified>Wed, 01 Jul 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/claude-code-custom-model-config-and-tips.html</guid><description>References: Claude Code Configuration, Environment Variables, Connecting to an LLM Gateway
Claude Code talks to the Anthropic Messages API. When connecting to a custom gateway, use the env block of settings.json to override the endpoint and the model.
1. Where the Configuration File Lives The user configuration is at ~/.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Claude Code</category><category>Programming Assistant</category><category>R&amp;D</category></item><item><title>Codex Custom Model Configuration and Usage Tips</title><link>https://www.chenshaowen.com/en/blog/codex-custom-model-config-and-tips.html</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><atom:modified>Wed, 01 Jul 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/codex-custom-model-config-and-tips.html</guid><description>References: Codex Configuration Basics, Codex Advanced Configuration Codex uses the OpenAI Responses API. When connecting to a custom gateway, define the endpoint with [model_providers.&amp;lt;id&amp;gt;], and the top-level model and model_provider determine the actual call. 1. Where the Configuration File Lives The user configuration is at ~/.codex/config.toml by default (on Windows,</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Codex</category><category>Programming Assistant</category><category>R&amp;D</category></item><item><title>OpenCode Custom Model Configuration and Usage Tips</title><link>https://www.chenshaowen.com/en/blog/opencode-custom-model-config-and-tips.html</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><atom:modified>Wed, 01 Jul 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/opencode-custom-model-config-and-tips.html</guid><description>References: OpenCode Config, Providers OpenCode uses the OpenAI Chat Completions API. When connecting to a custom gateway, declare the endpoint and the model list in the provider block of opencode.jsonc. 1. Installation and Configuration File 1 npm install -g opencode-ai The user configuration is at ~/.config/opencode/opencode.jsonc by default (opencode.json also</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>OpenCode</category><category>Programming Assistant</category><category>R&amp;D</category></item><item><title>Using Gemini CLI on a Server</title><link>https://www.chenshaowen.com/en/blog/using-gemini-cli-on-server.html</link><pubDate>Fri, 04 Jul 2025 00:00:00 +0000</pubDate><atom:modified>Fri, 04 Jul 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/using-gemini-cli-on-server.html</guid><description>1. Get the Project ID and API Key Visit https://aistudio.google.com/apikey Get the project ID and API key, and set them as environment variables 1 2 echo &amp;#34;export GOOGLE_CLOUD_PROJECT=&amp;#34; &amp;gt;&amp;gt; ~/.bashrc echo &amp;#34;export GEMINI_API_KEY=&amp;#34; &amp;gt;&amp;gt; ~/.bashrc 1 source ~/.bashrc 2. Prepare the Node.js Environment Install nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh |</description><dc:creator>微信公众号</dc:creator><category>Gemini</category><category>CLI</category><category>AI</category><category>LLM</category><category>Learning</category><category>Tools</category><category>Operations</category><category>Programming Assistant</category></item></channel></rss>