Replies: 4 comments 4 replies
-
|
This looks extremely interesting to me! I'd want to use it, but since I've fully switched to openai models now, i need the codex or pi.dev support. My first idea would be to integrate https://pi.dev since:
Just for completeness sake, we could also look into integrating opencode (since it has a webserver approach already / an ACP mode)
Wdyt? |
Beta Was this translation helpful? Give feedback.
-
|
Here's some feedback Agent chat
Planning
Overall
|
Beta Was this translation helpful? Give feedback.
-
|
hi, looks awesome - and i would really like to try this. however ... weird thing: why does the signature fail? .rm |
Beta Was this translation helpful? Give feedback.
-
|
Wow that looks amazing. Is anyone else using Beans with the Atlassian MCP to synchronize Jira tickets with Beans? It works great for me so far, but I have to remember to ask Claude Code to update Jira with every change I make to a bean. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The next version of Beans is getting two big new features:
I want to specifically talk about the latter today. It's inspired by tools like Conductor or Mux, but tightly integrated with Beans (plus some other important differences that I will go into below).
This is what it looks like:
First of all, what can you do with it?
How is it different from other tools in this category?
todohave a little "Start Work" button that creates a workspace for them and instructs the agent to start working on the bean right away. Workspaces that modify or create beans automatically list these in their sidebar entry so you always know what a workspace is focusing on.Some limitations and considerations:
claudeexecutable must be installed (and authenticated) for any of this to work. (So, yes, it uses your existing Claude Code subscription if you have one.) In the long run I want to add support for other popular agents (PRs welcome if you're feeling courageous! But please get in touch first so we can hash out the details first.)I'd love for some of you go give it a try and tell me what you think. The best way to run it right now would be to:
mainbranchmise run setupto setup dependencies etc.mise run installto build the executables and install them in yourPATHNow in addition to the
beansexecutable you should also have abeans-serveexecutable. I recommend re-runningbeans initin your project (and checking/fixing the changes it made to your beans config file); then, runningbeans-servewill give you the web UI.Please keep in mind that Beans UI is moving very fast at the moment, with many commits landing on
main, so if you're interested in keeping up with the latest changes, don't forget to occasionally pull and rebuild.Happy to hear feedback if you have any!
Beta Was this translation helpful? Give feedback.
All reactions