SALESFORCE PUB_DATE: 2026.08.29

AGENTS GO TEAM-FIRST AND PERSISTENT

Agentic coding is moving from solo browser tabs to shared, persistent, team-visible workflows. Slack introduced [Slack Code](https://www.salesforce.com/introdu...

Agents go team-first and persistent

Agentic coding is moving from solo browser tabs to shared, persistent, team-visible workflows.

Slack introduced Slack Code, turning multi-turn coding sessions into shared, reviewable work inside Slack instead of private tabs. GitHub’s Copilot SDK added session rewind with file-change tracking and a per-request token provider so long sessions can use short-lived tokens safely v1.0.13-preview.2.

Addy Osmani’s Agent Skills 0.6.8 adds constraint-driven development (CONSTRAINTS.md + floor guards) and deeper backend/db performance guidance. Amp shipped cloud “orbs” for always-on coding agents you can start on a task and pick up later from any device Amp. Cresta is pushing an agent-operable CLI surface for enterprise workflows Cresta CLI.

[ WHY_IT_MATTERS ]
01.

Agent work stops being a black box and becomes auditable, collaborative, and easier to govern.

02.

Session durability and short-lived token support make it safer to run agents on real repos and CI.

[ WHAT_TO_TEST ]
  • terminal

    Pilot a small repo with Slack Code: measure PR review latency and context handoffs versus your current flow.

  • terminal

    Enable Copilot SDK file-change tracking and a rotating token callback; verify rewind restores files and tokens never expire mid-run.

[ BROWNFIELD_PERSPECTIVE ]

Legacy codebase integration strategies...

  • 01.

    Introduce agents behind feature flags and mandate CONSTRAINTS.md floor checks in CI to avoid silent quality drift.

  • 02.

    Route agent credentials via session-scoped token providers; keep agents in sandboxed, ephemeral environments.

[ GREENFIELD_PERSPECTIVE ]

Fresh architecture paradigms...

  • 01.

    Design the dev loop around shared agent sessions (Slack Code or similar) and persistent cloud runners (orbs) from day one.

  • 02.

    Bake in constraint-driven development and performance checklists as first-class acceptance criteria.

Enjoying_this_story?

Get daily SALESFORCE + SDLC updates.

  • Practical tactics you can ship tomorrow
  • Tooling, workflows, and architecture notes
  • One short email each weekday

FREE_FOREVER. TERMINATE_ANYTIME. View an example issue.

GET_DAILY_EMAIL
AI + SDLC // 5 MIN DAILY