@wong2kim/wmux 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ Claude Code, Cursor, Aider, Codex CLI, Gemini CLI, OpenCode, GitHub Copilot CLI
|
|
|
149
149
|
- Dead session TTL reaping (24h default)
|
|
150
150
|
|
|
151
151
|
### Themes
|
|
152
|
-
Catppuccin
|
|
152
|
+
Catppuccin Mocha, Monochrome, Sandstone
|
|
153
153
|
|
|
154
154
|
### i18n
|
|
155
155
|
English, Korean, Japanese, Chinese
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wong2kim/wmux",
|
|
3
3
|
"productName": "wmux",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"description": "Windows terminal multiplexer with MCP server for AI agents - run multiple CLI sessions in parallel, control via Claude Code and other AI tools",
|
|
6
6
|
"main": ".vite/build/index.js",
|
|
7
7
|
"scripts": {
|