splashshell 0.2.0 → 0.3.0

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 CHANGED
@@ -97,7 +97,7 @@ splashshell tracks the cwd of every console and can switch transparently between
97
97
  | Switch to a different shell | Warns to confirm cwd (cross-shell path translation is not implemented) |
98
98
  | User manually `cd`'d in the active console | Warns so the AI can verify the new cwd before running its next command |
99
99
 
100
- Window titles use the format `#PID Name` (e.g., `#12345 Sapphire`) so you can identify each console at a glance. When the parent MCP process exits, titles change to `#PID ____` to indicate the console is up for re-claim.
100
+ Window titles use the format `#PID Name` (e.g., `#12345 Sapphire`) so you can identify each console at a glance. When the parent MCP process exits, titles change to `#PID ~~~~` to indicate the console is up for re-claim.
101
101
 
102
102
  ## Platform support
103
103
 
package/dist/splash.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "splashshell",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Shared console MCP server for any shell (bash, pwsh, cmd) — AI and user work in the same terminal. Real-time command visibility, interactive prompt support, session persistence, multi-shell management with automatic cwd handoff.",
5
5
  "license": "MIT",
6
6
  "author": "Yoshifumi Tsuda",