Replies: 2 comments 2 replies
-
|
I am attempting the same, seems like aider will not really run commands on it's own, you can use /run inside aider, but as far as hands-off automatic integration that seems to not be something aider is interested to do. I already have a markdown system for issue tracking and I'm curious/exploring beads as a replacement but so far no luck on hooking this up with aider. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Helleeni and @robertocarvajal - thanks for raising this discussion! I wanted to follow up on the Aider integration topic. After reflecting on my initial response, I realize I came across as dismissive of Aider's human-in-the-loop design philosophy. That wasn't my intent, and I apologize for that tone. Aider Integration Now Supported! 🎉I've implemented full Aider support for beads. The key insight from @robertocarvajal's comment was spot-on: Aider's design is fundamentally different from autonomous agents like Claude Code, and that's actually a valid architectural choice that many users prefer. What's NewYou can now set up beads for Aider with a single command: bd setup aiderThis creates:
How It WorksThe integration respects Aider's design philosophy:
Example workflow: DocumentationComplete guide available at:
Two Philosophies, Both ValidAfter implementing this, I've come to appreciate that both approaches have merit: Aider (Human-in-the-Loop)
Claude Code (Autonomous)
Beads now supports both! Choose based on your preference. Available NowThis is live in the main branch. To try it: # Update bd
go install github.com/steveyegge/beads/cmd/bd@latest
# Set up aider integration
cd your-project
bd setup aider
# Start using it
aiderHelp & FeedbackIf you run into any issues or have suggestions for improving the Aider integration, please let me know! I'm happy to help troubleshoot or enhance the integration based on real-world usage. Thanks again for bringing this up - it led to a much better understanding of different AI workflow philosophies and a more inclusive tool design. Related:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I successfully installed beads, did init, added mcp server and created a cursor rule 'beads.mdc' that essentially is the content of 'bd onboard' file. 'beads.mdc' is running always at the beginning of each thread.
However, it seems that agents ignore beads - no items are added in the database. Does anyone have a working Cursor - beads installation?
beads.md
Beta Was this translation helpful? Give feedback.
All reactions