AndZyk
Members-
Posts
724 -
Joined
-
Days Won
10
Everything posted by AndZyk
-
PW 3.0.265 β Core updates and AgentTools updates
AndZyk replied to ryan's topic in News & Announcements
@ryan Thank you for your continued progress on the Agent Tools module. It is amazing to see how well ProcessWire is capable to work with AI already. π Here are some thoughts/suggestions I had while using the Page Engineer module: After submitting a prompt you get the answer two times: As notification and in the page engineer field. Wouldn't it be better to just get the answer one time? After submitting a prompt you cannot see the prompt anymore. Maybe it would be nice to have the prompt above the answer, f.e. for screenshots or context. Field visibility: Currently the field is either at the beginning/between/end of the other fields or as tab. Maybe it would be nice to have a fixed field visibility (in the corner) that you can toggle via icon. But I know that would be a new general field visibility. Prompt animation: The new prompt animation is cool, but maybe a little too much for my taste. It feels like entering the matrix after submitting a prompt. But that is just my taste and this is really subjective. π Would it be possible for the Page Engineer to display results that don't change the page without reloading the page editor via Ajax? I guess that will be hard to manage, which result changes the page or not, but right now the page gets saved even without changes. I mentioned this a while back and this would be a general suggestion for the Agent Tools module: It would be cool, if the engineer would have a file field to directly give the engineer files. For example "Create a new image element in the content field with this image." The new tab navigation is nice to switch between the categories. In the Migrations tab a little space for the button would be nice, if you have no migrations. I am exited about the future of the Agent Tools module. π -
PW 3.0.265 β Core updates and AgentTools updates
AndZyk replied to ryan's topic in News & Announcements
@jploch You could search the icon on Font Awesome (https://fontawesome.com/search?s=solid&ic=free-collection), but yes it would be more convenient to have a grid view. π -
I can recommend OpenCore Legacy Patcher for upgrading macOS on older Macs. You could upgrade your iMac to Sonoma with it. π
-
PW 3.0.261 β Core updates + AgentTools updates
AndZyk replied to ryan's topic in News & Announcements
@ryan I reproduced it on a fresh install this way: Install PW 3.0.260 or earlier Install module Jumplinks Upgrade to PW 3.0.261 Refresh modules Delete compiled files Error: Class "ModuleConfig" not found I only tested it with this module. Hope this helps to reproduce it. -
PW 3.0.261 β Core updates + AgentTools updates
AndZyk replied to ryan's topic in News & Announcements
This helps only temporary for me. As soon as you delete the compiled files (which is something I like to do π ) the error reoccurs. -
PW 3.0.261 β Core updates + AgentTools updates
AndZyk replied to ryan's topic in News & Announcements
It could be that Modules that use class TestConfig extends ModuleConfig Have the error "Class "ModuleConfig" not found" with the newest update. https://processwire.com/blog/posts/new-module-configuration-options/ I have this with the old Jumplinks module now and I guess some modules use this module config. Can anybody verify this please? π -
Hello @rushy, I think it only matters if you want the correct created and modified timestamp when creating or editing pages. I don't think there are any further implications. You could try this script in your config.php. It worked for me:
-
@MrSnoozles Have you tried this GitHub repository? https://github.com/uiii/processwire π
-
@ryan One suggestion: What do you think about adding a file field to the engineer for asking questions with files? For example: Create me a page with the contents of this Word file. Also it I noticed that questions that take longer will end in an internal server error because of the long execution time. In this case one would better use the terminal, because I think there is no easy solution around this except for increasing the server time limits? Very interesting development. I just created a homepage and a subpage on a fresh install without writing a single line of code. π One issue Claude Sonnet 4.6 had was the concept of Markup Regions. It had problems with the main-tags and disabled Markup Regions in the end. π But maybe it can understand Markup Regions better with a more precise prompt. I have no tested that yet.
-
@ryan Thank you for the explanation. When I try to enter all values manually in the primary agent: It mixes the values after saving: I cannot leave all fields empty, because then it throws an error. My module config is correct, but ignored because of the primary agent setting. I hope this helps.
-
Thank you for adding the multi agent feature. For me it doesn't work with OpenRouter, because the model should be for example anthropic/claude-sonnet-4-6 instead of claude-sonnet-4-6. But if I change the model manually it messes app the fields, because of the predefined options I think. It mixes values in other fields. Could you please fix this? π Regards, Andreas
-
Very interesting module, thank you @ryan. π Would it be possible to support API keys from OpenRouter? We use OpenRouter to switch between many models. Regards, Andreas
-
Hello @_Roy_, you have to add or change the styles in the module settings, so that you can see it in the editor: https://processwire.com/blog/posts/using-tinymce-6-in-processwire/#customizing-the-styles-dropdown https://processwire.com/blog/posts/using-tinymce-6-in-processwire/#adding-extra-css-styles-without-adding-to-em-styles-em-dropdown You are right, ProcessWire doesn't know what framework you are using. That is why you have to tell the editor which classes of your framework you want to use. Regards, Andreas
-
New blog: ProcessWire 3.0.255 new main/master version
AndZyk replied to ryan's topic in News & Announcements
Last week I upgraded all our sites to ProcessWire 3.0.255. Thank you as always for your amazing work @ryan π Also switched all sites to the new admin theme and love it so far. Thank you @diogo and @jploch π One small request: Could you please make the page tree more compact on mobile phones (in this example iPhone 12)? There is some white space that could be removed. -
Hi @horst, here is the link to the discussion: https://github.com/FortAwesome/Font-Awesome/discussions/21364 Regards, Andreas
-
Thank you for remembering me. The original GitHub request was by me. I think there are still many people using Font Awesome (12K stars on the repo), but if they did not include ProcessWire after 9 years, I would not get my hopes up. π But we could still try. Do you want to open a discussion or should I? Regards, Andreas
-
Ok, so it seems that you have 10 000 free requests per month, so maybe you can still use it. π Are you using your own reCAPTCHA script or with FormBuilder? If it is your own script I think you could set your a treeshold score, for example 0.6 or so. Regards, Andreas
-
I like Google reCAPTCHA but at the end of the year it won't be free anymore. So its time to look for an alternative. But right now I have no alternative to recommend. βΊοΈ
-
You can set custom icons for your Repeater Matrix elements in the item header. π https://processwire.com/blog/posts/new-repeater-and-repeater-matrix-features/#custom-icons-for-repeater-types
-
Is there a way to remove sites from the ProcessWire Sites directory, that are no longer powered by ProcessWire or does this happen automatic? https://processwire.com/sites/ Sadly, I have a few websites, that are no longer powered by ProcessWire anymore. π
-
Hello, the hoster of our client migrated their servers and now I get this warning in the back-end when logging in: I know this topic was already answered in two other threads. I tried out this solution: At first this seemed to be a simple solution, but then I noticed that pages in the page tree were blank. So this seems to be no ideal solution. I tried to find out the name of the new timezone, the current name ist "Berlin/Europe", but how do you find out the exact name? It seems to be some Pacific timezone. I tried out different websites to find out the timezone name, but with no luck yet. π In this thread are some solutions with SQL commands and hooks. But I am not experienced with SQL and don't want to touch the database: Can somebody please recommend me a simple solution to get rid of this warning? Regards, Andreas
-
What will happen to developer directory?https://directory.processwire.com/ It is not mentioned anymore on the website but you can still find it on Google. You cannot login anymore. At this point I think it should either be deleted or relaunched. π Regards, Andreas
-
Is it possible to change the color of links in the new admin theme? I have set a new main color in the module settings and in the admin.css with --pw-main-color, like recommended. But the links of modules or the login screen have still this styling: a, .uk-link { color: #e83561; text-decoration: none; cursor: pointer; } There seems to be no CSS variable. Is this intentional? Regards, Andreas