Skip to content

Commit 082815d

Browse files
committed
fix: remove unused import from streamController.ts
1 parent 36fc601 commit 082815d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
</div>
66

77
[![Stars](https://img.shields.io/github/stars/milisp/codexia?style=social)](https://github.com/milisp/codexia/stargazers)
8+
[![Forks](https://img.shields.io/github/forks/milisp/codexia?style=social)](https://github.com/milisp/codexia/network/members)
9+
[![Issues](https://img.shields.io/github/issues/milisp/codexia)](https://github.com/milisp/codexia/issues)
10+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#-contributing)
11+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
812

9-
A modern, multi-session GUI application for the `Codex CLI` built with Tauri v2, React, and TypeScript. Notepad + @file from FileTree + git diff
13+
A modern, multi-session GUI application for the [Codex CLI](https://github.com/openai/codex) built with Tauri v2, React, and TypeScript. Notepad + @file from FileTree + git diff
1014

1115
> [!TIP]
1216
> **⭐ Star the repo and follow [milisp](https://x.com/lisp_mi) on X for more**.

src/utils/streamController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Based on codex CLI's StreamController implementation
44
*/
55

6-
import { MarkdownStreamCollector, AnimatedLineStreamer, AnimationStep } from './streamingCollector';
6+
import { MarkdownStreamCollector, AnimatedLineStreamer } from './streamingCollector';
77

88
export interface StreamControllerSink {
99
insertLines(lines: string[]): void;

0 commit comments

Comments
 (0)