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: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## v0.18.1 - 2026-03-04
4
+
5
+
### In-flight Request Tracking and Concurrency Optimizations
6
+
7
+
## Major Features
8
+
9
+
-**Live in-flight request tracking**: Added real-time tracking of in-flight requests with visual monitoring capabilities ([15fdb70](https://github.com/mcowger/plexus/commit/15fdb70), [707fb9a](https://github.com/mcowger/plexus/commit/707fb9a)). UsageTab now displays concurrent request metrics using stacked area charts for improved observability.
10
+
11
+
-**GitHub Copilot gpt-5.x temperature optimization**: Added temperature stripping for gpt-5.x models on GitHub Copilot ([388b160](https://github.com/mcowger/plexus/commit/388b160)).
12
+
13
+
## Fixes & Improvements
14
+
15
+
-**OpenAI compatibility**: Fixed tool call index adjustment in transformer for OpenAI compatibility ([223756e](https://github.com/mcowger/plexus/commit/223756e)).
16
+
17
+
-**Performance optimizations**: Moved inference save writes off the hot path to reduce latency ([75eb7c0](https://github.com/mcowger/plexus/commit/75eb7c0)). Made option-2 emits non-blocking again ([6f8d551](https://github.com/mcowger/plexus/commit/6f8d551)).
18
+
19
+
-**Concurrency fixes**: Corrected timeline mode usage in UsageTab and fixed speech stream flag ([3d652c8](https://github.com/mcowger/plexus/commit/3d652c8)).
20
+
21
+
-**Frontend improvements**: Fixed Tailwind CSS class warnings ([a77f3e0](https://github.com/mcowger/plexus/commit/a77f3e0)).
0 commit comments