我在aidermacs环境几乎没用过o3-mini,又贵又慢又一般,只在ChatGPT客户端上面用,日常思考稍微复杂一点的问题还是很可以的
请问一下deepseek-v3和deepseek-r1作为 代码助手哪个更合适,有比较推荐吗?
r1 做 architect v3 来写。 r1 写 crud 不合适,慢而且指令遵循能力也不如 v3。不过 r1 太慢了 (主要是思考的时间长,倒不是本身真的很慢),很多时候等不动了就直接只用 v3
1 个赞
赞一个
感觉大家都在积极探索LLM在辅助编程上的交互模式,从copilot到cursor,感觉还有很多模式可以挖掘哇,期待
1 个赞
初步测试ok, 只运行了aidermacs-run
, 没有报错, 进入交互界面. 但是我的ollama服务好像有点问题, 所以功能还没有完全用起来.
稍后继续反馈
1 个赞
很好,可以用免费的openrouter LLM或者gemini测试
Aidermacs最新版藉着刚推出的Aider 0.78,重写了选择model的逻辑,这下M-x aidermacs-change-model
或o
可以选Main/Reasoning模型,Editing模型和Weak模型了。
这几个defcustom
也更加明朗了起来:
(defcustom aidermacs-default-model "sonnet"
"Default AI model to use for aidermacs sessions when not in Architect mode."
:type 'string)
(defcustom aidermacs-architect-model aidermacs-default-model
"Default reasoning AI model to use for architect mode.
Defaults to `aidermacs-default-model' if not explicitly set."
:type 'string)
(defcustom aidermacs-editor-model aidermacs-default-model
"Default editing AI model to use for architect mode.
Defaults to `aidermacs-default-model' if not explicitly set."
:type 'string)
(defcustom aidermacs-weak-model nil
"Default weak AI model to use.
This is the model to use for commit messages and chat history summarization.
When nil, Aider sets it automatically based on the default model."
:type 'string)
1 个赞
没注册过这些, ollama跑通了, 功能ok, emacs 27可以正常使用.
1 个赞
Aidermacs v1.1 发布了!
贡献人数来到了30人,Github星达到了355星,谢谢大家!
-
新功能:
- 新增常用提示系统,支持历史记录
- 更好地支持architect/editor模型分离
- 改进vterm后端的主题支持
- 新增API提供商的模型名称转换功能
-
增强的模型管理:
- 改进模型选择,支持前缀参数更改weak model
- 更好地处理模型继承和初始化
- 新增模型版本检查和缓存功能
-
输出处理改进:
- 新的输出模块,提供更好的文件跟踪和解析
- 改进ediff集成
- 更好地处理只读文件和远程路径
- 增强输出历史管理
-
性能优化:
- 新增防止无限字体锁定循环的保护机制
- 更好地处理大块输出
- 改进缓冲区管理和清理
-
错误修复:
- 修复drop命令中的文件路径处理问题
- 改进模型获取时的错误处理
- 更好地处理进程输出过滤
- 修复缓冲区命名和选择问题
6 个赞
45天,400星,感谢大家一直以来的支持!
我宣布,Aidermacs精神续作将在Emigo继续开发!
等Emigo稳定,Aidermacs就可以退出历史舞台了。
关于这个决定的详情,可以看:Aidermacs 2.0 Initiative: No More Aider, Only Emigo · MatthewZMD/aidermacs · Discussion #98 · GitHub
3 个赞