October 2025 Changelog
October fixed the AI chat. It opens as a drawer, responses appear the moment they arrive instead of typing themselves out at you, line breaks survive, and the window follows the conversation down.
GPT-5 also works. It was rejecting one of the parameters SCM sent, which meant the model would not run at all.
Read this if you
- Use the AI chat inside SCM.
- Want to use GPT-5.
- Scrape pages that need you to be logged in.
- Rewrite or spin content.
The chat stopped getting in your way
- Chat opens as a drawer across half the window, so you can read a long answer.
- Responses appear immediately. The typing animation made you wait for text that had already arrived.
- The window scrolls with the answer, and line breaks in the reply are kept, so lists read as lists.
- An error in chat says what happened rather than leaving you with nothing.
GPT-5 works
- SCM stops sending the parameter GPT-5 rejects, so the model runs.
- Pick the model as well as the service when choosing an AI rewriter.
- DeepInfra errors are fixed.
Log in inside the scraper
- Sign into a Google account inside Dynamic Scraper, so you can scrape the pages that only exist when you are logged in.
- The web archive scraper takes a css selector, so you pull the article out of an archived page instead of the whole thing including its navigation.
- Baidu is available as a source.
- YouTube scraping works again and keeps its window out of your way.
Spinning stopped hanging
- The spinner no longer gets stuck in a loop that never ends.
- AI generated spintax is kept when it is valid, so a model that writes options for you is useful rather than noise.
- Word Rewriter protects the words you told it to protect again.
Related SCM guides and product history
Full developer changelog
The summary above is written for users. The original 18-item developer changelog is preserved below for exact release detail.
October 31, 2025
- other: Update youtube link
October 22, 2025
- feat: Add baidu
October 16, 2025
- style: ai chat icon roles and 50% width
- fix: Auto scroll for ai chat working.
- fix: Turn off typing animation in ai chat so responses appear immediately.
October 15, 2025
- fix: Dynamic scraper, you can now login to google accounts inside the dynamic scraper
October 9, 2025
- feat: Better error handling in chat window
October 8, 2025
- fix: line breaks to ai chat output
- feat: New drawer style ai chat window
- fix: GPT 5 support by removing presence penalty parameter if set to 0
October 7, 2025
- feat: wayback scraper, css selector for content on page
- fix: Word rewriter missing word protect
October 3, 2025
- fix: Youtube scraping not working, better hiding of window
October 2, 2025
- feat: Specify the ai model when choosing ai rewriter
- fix: Spinner wont get stuck in inf loop
- feat: Allow spintax in ai generated content, as long as spintax generated passes some sanity checks and looks valid.
- fix: Deepinfra error when being used
October 1, 2025
- fix: Article creator not replacing user ai macros in prompt
See all monthly updates in the SCM changelog archive. New users can also try SCM from the trial signup page.