June 2026 Changelog

June 2026 Changelog

June added two AI services worth having, Claude Code and Codex, and fixed the part of topic research that was quietly working against you. Topic search used to be one switch called everywhere. Now it is a toggle per scope, so you decide where research looks instead of accepting every source at once.

The other important fix is invisible until it bites: imports were merging URLs that were not the same page. That is now strict.

Read this if you

  • Use topic research to build clusters.
  • Import Search Console data into a project.
  • Run jobs with a thread cap and expect it to hold.
  • Insert links and headings into generated articles.

Claude Code and Codex are in the app

  • Claude Code and Codex are AI services you can pick, with streaming on Claude Code.
  • Compact stopped deadlocking, so a long session compacts and keeps going.
  • Codex load balancer settings check against the right endpoint.
  • DeepSeek waits up to 360 seconds before it calls a request dead.

Topic research you aim yourself

  • Topic search everywhere is now a toggle per scope. Turn off the sources you do not want instead of taking all of them.
  • Topic instructions refresh when prompts are rebuilt, so an instruction you changed does not sit stale in the next run.
  • The topic cluster chat header was rebuilt, with font sizing and panel chrome that fit the panel.
  • A new status covers the page and topic workflow stages.

Imports stop merging the wrong pages

  • URL identity is strict during ingest, so two URLs that look similar are not treated as one page.
  • Search Console intent handling drops what it should during ingest instead of dragging it into the cluster.
  • Undo and delete clear the Data tab history, so the history matches what is actually in the project.
  • Site scan evidence popovers say what the evidence is, and link and fuzzy match bugs are fixed.

Jobs and writing

  • Job locking respects your concurrency setting, so the thread cap holds instead of drifting.
  • Page Pipeline progress bars stay up until the job is actually done, and abort stays available when a task finishes early mid abort.
  • Stale loading status clears when a session loads.
  • Contextual link inserts land in the paragraph you prefer, and heading inserts stop landing only after the second paragraph.
  • An empty %title% warns instead of writing a blank, and language detection separates Chinese, Japanese and Korean properly.
  • The page parser finds an h1 in meta tags when the page has no visible one, chained tasks can be cleared, and login calls are quicker.

Related SCM guides and product history

Full developer changelog

The summary above is written for you. The original 28-item developer changelog is preserved below for exact release detail.

June 23, 2026

  • feat: Added new status

June 21, 2026

  • fix: tighten URL identity + gsc intent-drop in topic-cluster ingest

June 20, 2026

  • fix: undo/delete now clear Data-tab history; link + fuzzy-match bugs

June 19, 2026

  • fix: refresh topic instructions on prompt rebuild
  • fix: clarify site scan evidence popover
  • feat: split topic search "everywhere" into per-scope toggles
  • feat: rebuild topic-cluster chat header

June 16, 2026

  • fix: tune topic-cluster chat font sizing and panel chrome
  • feat: modernize API login settings
  • fix: route Codex LB settings checks
  • feat: claude code streaming
  • fix: settle stale loading status on session load
  • fix: gate job locking on concurrency so thread cap holds

June 14, 2026

  • fix: compact no deadlock

June 12, 2026

  • feat: claude code, codex added as AI services

June 9, 2026

  • fix: abort action stays ready when task finishes early during aborting
  • other: table auto height helper
  • fix: ph app icons not aligned

June 6, 2026

  • feat: insert links, contextual, preferred paragraph placement.
  • fix: insert headings after only 2nd paragraph

June 4, 2026

  • fix: Page pipeline prog bar disappeared too early
  • fix: Crash when getting chn words. Use node instead.
  • fix: Don't write when %title% is empty. Warn.
  • fix: better lang detect between chn,jpn,kor
  • fix: slow login calls
  • fix: chain task, allow clear

June 3, 2026

  • fix: parge parser finds h1 in meta tags if required

June 2, 2026

  • fix: deepseek timeout to 360s

See all monthly updates in the SCM changelog archive. New users can also try SCM from the trial signup page.