I intend to revitalize the subject; however, with the latest update, I integrated the AI plugin, and upon switching to the core system, the modifications I made were lost. How might I implement a solution similar to this?
Currently, when users send messages via AI, I publish them as regular topics.
Why? I greatly appreciate the design of asking questions through AI, as it is highly convenient. We do not waste time selecting titles or categories. I want users to easily just ask their questions (hopefully, one day Discourse will support this design for creating new topics).
Thank you. How can I ensure that the AI plugin receives updates? I do not wish to miss out on new features. Previously, I approved each change individually and then reconfigured the settings accordingly. This way, the plugin remains current. Thank you.
All I suggested is a way that you can continue to use your fork instead of what is now included in core. You’ll add one line to your app.yml and everything else is exactly the same as it’s ever been.
I was unable to succeed; each attempt resulted in an error. I entered the code into the container and tried to run it, but it did not work (rm -rf plugins/discourse-ai). I added it to the app.yml file as well, yet it still did not resolve the issue.
Could you please kindly explain the exact steps I should follow in a simple manner? Thank you.
I attempted the initial method for app.yml, yet the error I encountered remains identical to the previous one:
FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 857 exit 1>
Location of failure: /usr/local/lib/ruby/gems/3.3.0/gems/pups-1.3.0/lib/pups/exec_command.rb:131:in `spawn'
exec failed with the params {"cd"=>"$home", "tag"=>"migrate", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
bootstrap failed with exit code 1
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
I am investing your time for someone simple, and I feel ashamed to ask for help, but if I succeed in this, I will feel at ease, believe me.