AI Tools

1. 集成平台

2. Aider

2.1. Github Copilot 支持

同事们说用 copilot.el 登录下就能获得 token,然后按 官方文档 用 OpenAI API 的方式去访问。实际这样用的话会遇到 API 请求被拒绝的情况。

实际 aider 用的 litellm 是支持 copilot 的,用 这里这里 推荐的配置直接就能用了,它自己会去发起申请 token 的流程。

3. Emacs

3.1. gpt.el

gpt.el 的 chat buffer 本身是 markdown/org-mode 格式的。https://github.com/jwiegley/ob-gptel 给 org-mode 增加了 src block 的支持。感觉都很有用。

What is the capital of France?

4. Claude Code

4.1. Copilot models

Can use copilot models with litellm. Somehow models from Open WebUI is not usable, because when switching models claude specified maxtoken to be 1 and these models does not know how to responde (I think it's a litellm issue, the models are not to blame).

https://blog.f12.no/wp/2025/09/22/using-claude-code-with-github-copilot-a-guide/

This comes with it's own quirks, like

litellm.exceptions.UnsupportedParamsError: litellm.UnsupportedParamsError: github_copilot does not support parameters: [‘thinking’], for model=claude-sonnet-4.5. To drop these, set `litellm.drop_params=True` or for proxy:

`litellm_settings:
drop_params: true`

5. OpenCode

Some claims that it uses less tokens than Claude Code (I guess most agents use less tokens than that). It supports Copilot out of the box. However it seems that it would report errors during normal usage, and when I switch to use `claude-sonnet-4.5` it cannot show the responses (until I reopen the TUI program and resume the last session).

5.1. 其它


Updated: 2026-01-18 Sun 07:40