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
Copy file name to clipboardExpand all lines: CONTEXT.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,17 +97,41 @@ A blocking Hermes request for information needed to continue an agent run.
97
97
_Avoid_: Approval, follow-up message
98
98
99
99
**Voice note**:
100
-
A recorded user message delivered to Hermes as speech for automatic transcription.
100
+
A recorded user message delivered to Hermes as speech for automatic transcription, optionally with typed accompaniment.
101
101
_Avoid_: Audio file, voice channel
102
102
103
+
**Voice recording**:
104
+
An in-progress microphone capture that may be stopped into a voice draft or stopped and delivered immediately as a voice note.
105
+
_Avoid_: Voice draft, live voice message
106
+
107
+
**Recording bar**:
108
+
The persistent control surface for a voice recording when the user navigates away from its originating thread.
109
+
_Avoid_: Composer recorder, voice player
110
+
103
111
**Voice draft**:
104
112
A completed but unsent voice recording available for replay, discard, or delivery.
105
113
_Avoid_: Paused recording, attachment
106
114
115
+
**Interrupted voice draft**:
116
+
A recoverable voice draft created when capture ends unexpectedly after recording usable audio.
117
+
_Avoid_: Failed voice note, corrupted recording
118
+
107
119
**Voice transcript**:
108
120
The Hermes-produced text associated with a specific voice note.
109
121
_Avoid_: Assistant reply, caption
110
122
123
+
**Typed accompaniment**:
124
+
Optional user-authored text delivered with a voice note to frame, qualify, or instruct Hermes about the recording.
125
+
_Avoid_: Transcript, caption
126
+
127
+
**Context footprint**:
128
+
The latest real Hermes-reported prompt-token occupancy for a thread relative to its absolute effective model context length. T3 Agent hides the context-window meter until that first trustworthy reading exists; Hermes's automatic-compaction threshold is explanatory metadata rather than the ring's denominator. It is distinct from cumulative tokens processed across the session, especially after compaction.
129
+
_Avoid_: Session token total, billing usage
130
+
131
+
**Recording stop control**:
132
+
The explicit control that ends microphone capture and creates a voice draft, presented with the same red-square visual language as T3 Code's active-turn stop control.
0 commit comments