feat: /profile command (#203)
This commit is contained in:
@@ -49,7 +49,8 @@ export type Line =
|
||||
kind: "status";
|
||||
id: string;
|
||||
lines: string[]; // Multi-line status message with arrow formatting
|
||||
};
|
||||
}
|
||||
| { kind: "separator"; id: string };
|
||||
|
||||
// Top-level state object for all streaming events
|
||||
export type Buffers = {
|
||||
|
||||
Reference in New Issue
Block a user