Skip to content
Discussion options

You must be logged in to vote

Indeed, its purpose is to edit and generate files.

The way it works is you feed the code_helper output with its instructions into the create_coding_feature pattern.

Of course, it's rudimentary and it doesn't always work (mostly because the LLMs sometimes create incomplete or bad file-change specifications that Fabric can not parse), but for small subtrees of code and using a powerful enough model, it works okay.

For example, I just created an empty directory, and in that directory, I ran this:

code_helper . 'Create a nextjs app scaffolding that connects to a fastapi python server, using both Python and NextJS best practices.' | create_coding_feature -m google/gemini-2.5-pro-preview --sear…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ksylvan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1456 on July 06, 2025 09:34.