AndZyk
Members-
Posts
722 -
Joined
-
Days Won
10
AndZyk last won the day on December 18 2024
AndZyk had the most liked content!
Recent Profile Visitors
9,729 profile views
AndZyk's Achievements
-
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