You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Open the Agents panel and start the session. Each message you send should be echoed back via streamed <code>session/update</code> notifications.</p>
This refreshes <code>schema/</code> and the generated <code>src/acp/schema.py</code>.</li>
579
-
<li><strong>Bump the SDK version</strong> in <code>pyproject.toml</code>(and regenerate<code>uv.lock</code> if deps moved).</li>
579
+
<li><strong>Bump the SDK version</strong> in <code>pyproject.toml</code>using a PEP 440 version string (for example <code>0.9.0a1</code> for an alpha release), and sync<code>uv.lock</code> if the lockfile is tracked.</li>
580
580
<li><strong>Run the standard gates:</strong>
581
581
<code>bash
582
582
make check # Ruff format/lint, type analysis, dep hygiene
0 commit comments