> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squared.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# September 2026 Releases

> Release updates for the month of September 2026

## 🛠️ Chores

* **Cleanup of GitHub source control for Agentic Coding apps**
  Refined the GitHub integration for Agentic Coding apps, tightening token rotation, deploy change detection, and commit message handling.
  * GitHub tokens for connected installations are now refreshed by a scheduled daily rotation job that backs off and reschedules when GitHub rate limits are hit
  * Deploys now record the last commit hash alongside the code hash, improving detection of pending changes when publishing an app
  * Commit messages for automatic session pushes are derived from a structured commit-intent emitted by the coding agent, with a consistent `AppBuilder Commit` prefix
  * New prompts are blocked while a session has an unresolved merge conflict, and conflicts can be resolved with "ours" or "theirs" strategies
  * Git and webhook endpoints are now rate limited to protect against request floods
  * Prompts now record the user who created them
