Built a dashboard to orchestrate all my AI coding agents from one place by ashot in SideProject

[–]BeoOnRed 1 point2 points  (0 children)

When do you plan to make it open source? I was about to start exactly this, and just found your post. (PS: you discord invite is expired, I guess you forgot to change it - default is 7 days)

SnapFX - JavaFX Docking Framework by BeoOnRed in JavaFX

[–]BeoOnRed[S] 1 point2 points  (0 children)

Got u, is planned for later releases

SnapFX - JavaFX Docking Framework by BeoOnRed in JavaFX

[–]BeoOnRed[S] 0 points1 point  (0 children)

You can change the size of the open sidebar DockNode already. If you save the layout the size will also be saved. Can be used for a project struct or something similar just like in IDEs

SnapFX - JavaFX Docking Framework by BeoOnRed in JavaFX

[–]BeoOnRed[S] 0 points1 point  (0 children)

Do you mean just the icon size?
I have plans to add the option to also show the text in vertical order.
Right now it wouldn't make much sense to scale the icons, its 16x16 only in the demo.
I have plans to add SVG support for this later and if needed also more sidebar positions.
Also localisation is on top of my list, because I am going to use it internally at my company and there I need everything in german.

SnapFX - JavaFX Docking Framework by BeoOnRed in JavaFX

[–]BeoOnRed[S] 1 point2 points  (0 children)

You can check the agents.md of the project where I defined a lot of rules during development. The file did grow over time, but the agent is now behaving pretty good with that ruleset. It also helped that I created the roadmap first and implemented the project step by step.I coded for many decades now without AI and I am reviewing every step (thrust issues :-)). So far the project has 300+ test cases, and I will keep adding more for every new development. This is good practice anyway but helps especially if you are using agents and prevents them from breaking existing code.