TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Navigator Mode (Like Claude Code) for Aider

16 点作者 tekacs大约 1 个月前
Hullo folks!<p>Over the last two days, I&#x27;ve built out support for autonomy in Aider (a lot like Claude Code) that hybridizes with the rest of the app.<p>It&#x27;s just implemented as a mode, so you can start Aider with `--navigator` or `&#x2F;navigator` and ask it to do things.<p>It&#x27;s fully able to...<p>- test out all of its tools, reverting its edits after it makes each one (<a href="https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;eqnvZ57O7nVWkpc15NYO1tMHx" rel="nofollow">https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;eqnvZ57O7nVWkpc15NYO1tMHx</a>)<p>- rename just the relevant parts and publish itself to PyPI ( <a href="https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;9JtT7DKIRrtpylhUts0lr3EfY" rel="nofollow">https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;9JtT7DKIRrtpylhUts0lr3EfY</a>)<p>- ship new tools and features in itself<p>- work in long form akin to Claude Code, in all the ways that that tool does (though I haven&#x27;t added MCP yet, though someone else has a PR out for that: <a href="https:&#x2F;&#x2F;github.com&#x2F;Aider-AI&#x2F;aider&#x2F;pull&#x2F;3672">https:&#x2F;&#x2F;github.com&#x2F;Aider-AI&#x2F;aider&#x2F;pull&#x2F;3672</a>)<p>I love Claude Code but I really wanted something like this to be open source and tinker-able -- and because Aider is so wonderfully built, I felt that it&#x27;s nicest to have this functionality in a tool that has had lots of other thought put into it already. Huge thanks to Paul Gauthier (HN user anotherpaulg) for Aider.<p>Because Aider&#x27;s already an amazing platform even without the autonomy, it&#x27;s very easy to interleave the rest of Aider&#x27;s functionality with navigator mode. That means... web UI, watch mode (just leave a `# make this darker ai!` comment and Aider will do it) voice input, `&#x2F;ask`, `&#x2F;code` and `&#x2F;architect`.<p>It works well with a variety of models, but I&#x27;ve found Gemini 2.5 Pro to be the strongest that I&#x27;ve tried, followed by 3.7 Sonnet. Fair warning, akin to Claude Code it can be expensive to run. I&#x27;m working on various ways of cutting that down at the moment.<p>Still lots to improve, but I&#x27;m using this all day every day at the moment, so I&#x27;ll continue to update. :)<p>I never self-post, so this is an oddity for me, but folks have been asking after things like this, so I figured a quick post made sense.<p>---<p>So that people can try it out, I had it upload itself to PyPI as `navigator-mode`, until (and if!) the PR is accepted. Still use the `aider --navigator` command to run it!<p>After that I was paranoid, so I ran another session where I asked it, &quot;We published this to PyPI. Can you check the distribution of navigator-mode and check that we didn&#x27;t leak any secrets?&quot;<p>It dutifully checked `pyproject.toml`, then went after `MANIFEST.in`, scanned a bunch of files and was able to confirm that (hopefully!) I didn&#x27;t.

2 条评论

skeledrew大约 1 个月前
Does this have MCP support? Probably fairly easy to add an adapter as a &quot;tool&quot; if I tried, but had to ask anyway.
评论 #43675120 未加载
aoeusnth1大约 1 个月前
Does aider have support for prompt caching? That can reduce the cost significantly for many-turn sequences.
评论 #43678572 未加载
评论 #43679351 未加载