Commit 97885d7
committed
perf: remove unused tiktoken-rs and chromiumoxide dependencies
Remove heavy dependencies that were declared but never used in code:
- tiktoken-rs: not imported or used anywhere (tokenizer.rs uses simple estimation)
- chromiumoxide: not imported or used anywhere
These dependencies were adding significant startup time overhead
(~1-3 seconds combined) without providing any functionality.
Fixes CLI startup performance issues documented in CLI_PERFORMANCE_ANALYSIS.md1 parent 30beef7 commit 97885d7
3 files changed
+2
-153
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | 362 | | |
364 | 363 | | |
365 | 364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
113 | 110 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 111 | | |
118 | 112 | | |
119 | 113 | | |
| |||
0 commit comments