- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01DTmy4SEXrHXouw5sZbs3f4
Stop announcing the shared conversation
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
packages/openagents-cli/src/coder-chat-api.ts -
modified
packages/openagents-cli/src/coder-plain.ts -
modified
packages/openagents-cli/src/coder-session.ts -
modified
packages/openagents-cli/src/coder-ui.ts -
modified
packages/openagents-cli/test/coder-chat-api.test.ts -
modified
packages/openagents-cli/test/coder-session.test.ts -
modified
packages/openagents-cli/test/coder-ui.test.ts
Diff
7 files changed, +0 -69
packages/openagents-cli/src/coder-chat-api.ts modified -13
@@ -86,19 +86,6 @@ export class ChatApiUnavailable extends Error {
| 86 | 86 |
|
| 87 | 87 |
|
| 88 | 88 |
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 | 89 |
|
| 103 | 90 |
|
| 104 | 91 |
|
packages/openagents-cli/src/coder-plain.ts modified -6
@@ -65,12 +65,6 @@ export async function runCoderPlain(
| 65 | 65 |
|
| 66 | 66 |
|
| 67 | 67 |
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 | 68 |
|
| 75 | 69 |
|
| 76 | 70 |
|
packages/openagents-cli/src/coder-session.ts modified -7
@@ -70,11 +70,6 @@ export interface CoderSnapshot {
| 70 | 70 |
|
| 71 | 71 |
|
| 72 | 72 |
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 | 73 |
|
| 79 | 74 |
|
| 80 | 75 |
|
@@ -87,7 +82,6 @@ export interface ReplySource {
| 87 | 82 |
|
| 88 | 83 |
|
| 89 | 84 |
|
| 90 |
|
|
| 91 | 85 |
|
| 92 | 86 |
|
| 93 | 87 |
|
packages/openagents-cli/src/coder-ui.ts modified -2
@@ -609,8 +609,6 @@ export function runCoderUi(session: CoderSession, options: CoderUiOptions): Prom
| 609 | 609 |
|
| 610 | 610 |
|
| 611 | 611 |
|
| 612 |
|
|
| 613 |
|
|
| 614 | 612 |
|
| 615 | 613 |
|
| 616 | 614 |
|
packages/openagents-cli/test/coder-chat-api.test.ts modified -7
@@ -336,11 +336,4 @@ describe("ChatApiReplySource", () => {
| 336 | 336 |
|
| 337 | 337 |
|
| 338 | 338 |
|
| 339 |
|
|
| 340 |
|
|
| 341 |
|
|
| 342 |
|
|
| 343 |
|
|
| 344 |
|
|
| 345 |
|
|
| 346 | 339 |
|
packages/openagents-cli/test/coder-session.test.ts modified -12
@@ -223,18 +223,6 @@ describe("CoderSession", () => {
| 223 | 223 |
|
| 224 | 224 |
|
| 225 | 225 |
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 |
|
|
| 237 |
|
|
| 238 | 226 |
|
| 239 | 227 |
|
| 240 | 228 |
|
packages/openagents-cli/test/coder-ui.test.ts modified -22
@@ -204,28 +204,6 @@ describe("runCoderUi", () => {
| 204 | 204 |
|
| 205 | 205 |
|
| 206 | 206 |
|
| 207 |
|
|
| 208 |
|
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 218 |
|
|
| 219 |
|
|
| 220 |
|
|
| 221 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 | 207 |
|
| 230 | 208 |
|
| 231 | 209 |
|