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
Reviewed PR 1055, removed accidental rust_out artifact, restored emptied trajectory data, and fixed CLI env-var test cleanup. Verified harness-driver typecheck/build and focused broker CLI/auth tests.
13
+
14
+
**Approach:** Standard approach
15
+
16
+
---
17
+
18
+
## Key Decisions
19
+
20
+
### Removed accidental binary artifact and restored emptied trajectory
21
+
22
+
-**Chose:** Removed accidental binary artifact and restored emptied trajectory
23
+
-**Reasoning:** PR diff added rust_out and emptied an active tracked trajectory; AGENTS.md requires trajectories to remain tracked, and generated binaries do not belong in the PR.
24
+
25
+
### Made CLI env-var test guard clear AGENT_RELAY_BROKER_NAME on drop
26
+
27
+
-**Chose:** Made CLI env-var test guard clear AGENT_RELAY_BROKER_NAME on drop
28
+
-**Reasoning:** The new tests cleared the shared env var before each test but leaked it after the final test, which can affect later tests in the same process.
29
+
30
+
---
31
+
32
+
## Chapters
33
+
34
+
### 1. Work
35
+
36
+
_Agent: default_
37
+
38
+
- Removed accidental binary artifact and restored emptied trajectory: Removed accidental binary artifact and restored emptied trajectory
39
+
- Made CLI env-var test guard clear AGENT_RELAY_BROKER_NAME on drop: Made CLI env-var test guard clear AGENT_RELAY_BROKER_NAME on drop
"content": "Removed accidental binary artifact and restored emptied trajectory: Removed accidental binary artifact and restored emptied trajectory",
29
+
"raw": {
30
+
"question": "Removed accidental binary artifact and restored emptied trajectory",
31
+
"chosen": "Removed accidental binary artifact and restored emptied trajectory",
32
+
"alternatives": [],
33
+
"reasoning": "PR diff added rust_out and emptied an active tracked trajectory; AGENTS.md requires trajectories to remain tracked, and generated binaries do not belong in the PR."
34
+
},
35
+
"significance": "high"
36
+
},
37
+
{
38
+
"ts": 1780754730821,
39
+
"type": "decision",
40
+
"content": "Made CLI env-var test guard clear AGENT_RELAY_BROKER_NAME on drop: Made CLI env-var test guard clear AGENT_RELAY_BROKER_NAME on drop",
41
+
"raw": {
42
+
"question": "Made CLI env-var test guard clear AGENT_RELAY_BROKER_NAME on drop",
43
+
"chosen": "Made CLI env-var test guard clear AGENT_RELAY_BROKER_NAME on drop",
44
+
"alternatives": [],
45
+
"reasoning": "The new tests cleared the shared env var before each test but leaked it after the final test, which can affect later tests in the same process."
46
+
},
47
+
"significance": "high"
48
+
}
49
+
]
50
+
}
51
+
],
52
+
"retrospective": {
53
+
"summary": "Reviewed PR 1055, removed accidental rust_out artifact, restored emptied trajectory data, and fixed CLI env-var test cleanup. Verified harness-driver typecheck/build and focused broker CLI/auth tests.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
-`agent-relay-broker` and `@agent-relay/harness-driver` accept explicit workspace keys and broker instance names, so local and cloud brokers can join the same Relay workspace with stable, addressable names.
12
13
-`@agent-relay/harnesses` adds a `grok` PTY harness for the Grok CLI, including Relaycast MCP support for spawned agents.
13
14
-`@agent-relay/harnesses` is now published to npm, so SDK consumers can install the prebuilt PTY harnesses and harness-authoring helpers.
14
15
-`agent-relay drive` and `agent-relay passthrough` add adaptive predictive echo so typing stays responsive when driving a high-latency or remote agent, and stays invisible on fast local links.
0 commit comments