Add AI completion code or AI dialogue function to the sidebar of the code node

The idea is:

Add AI completion code or AI dialogue function to the sidebar of the code node.
Using code nodes to write custom logic in this way will greatly increase efficiency, and the aibuild function can provide a simple chat box in the workflow sidebar for dialogue and workflow adjustment, which is very intuitive

My use case:

I think it would be beneficial to add this because:

Improve efficiency and lower barriers to entry

Any resources to support this?

Are you willing to work on this?

this would be most useful if the sidebar understood the node’s input/output schema and the current workflow context, then returned a small diff or patch instead of replacing the whole code. I’d also want an explicit test step and clear guardrails around credentials, so people can review what changed before running it. That keeps the chat helpful without hiding the implementation.