diff --git a/README.md b/README.md
index d6fecce..bbe838c 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ A cross‑platform desktop UI (Avalonia/.NET 8) for driving the Codex CLI app se
- Allow network access for tools (sets sandbox_policy.network_access=true on turns so MCP tools can reach the network)
- Without API key enabled, the app proactively authenticates with `codex auth login` (falling back to `codex login`) before sessions so your chat/GPT token is used.
5. Need a second workspace or want to keep another Codex stream alive? Hit the **+** button next to the session tabs to spin up a parallel session—tab titles update in real time so you can see whether each workspace is `disconnected`, `thinking…`, or `idle`.
+6. Right-click a tab to rename it or use the per-session **Close Tab** button/context menu to shut it down when you are done.
### Directory Guardrails with `AGENTS.md`
diff --git a/SemanticDeveloper/Installers/Linux/build_deb.sh b/SemanticDeveloper/Installers/Linux/build_deb.sh
index 6b7925a..d29b186 100755
--- a/SemanticDeveloper/Installers/Linux/build_deb.sh
+++ b/SemanticDeveloper/Installers/Linux/build_deb.sh
@@ -8,7 +8,7 @@ APP_PROJ="$ROOT/SemanticDeveloper/SemanticDeveloper.csproj"
PUBLISH_DIR="$SCRIPT_DIR/out/publish"
PKG_ROOT="$SCRIPT_DIR/pkgroot"
DIST_DIR="$SCRIPT_DIR/dist"
-VERSION="1.0.4"
+VERSION="1.0.5"
ARCH="amd64"
if [[ "$RID" == "linux-arm64" ]]; then ARCH="arm64"; fi
diff --git a/SemanticDeveloper/Installers/Linux/dist/semantic-developer_1.0.5_amd64.deb b/SemanticDeveloper/Installers/Linux/dist/semantic-developer_1.0.5_amd64.deb
new file mode 100644
index 0000000..6607e83
Binary files /dev/null and b/SemanticDeveloper/Installers/Linux/dist/semantic-developer_1.0.5_amd64.deb differ
diff --git a/SemanticDeveloper/Installers/Windows/SemanticDeveloper.iss b/SemanticDeveloper/Installers/Windows/SemanticDeveloper.iss
index 9bc5590..30086a1 100644
--- a/SemanticDeveloper/Installers/Windows/SemanticDeveloper.iss
+++ b/SemanticDeveloper/Installers/Windows/SemanticDeveloper.iss
@@ -1,6 +1,6 @@
; Inno Setup script to package SemanticDeveloper
#define AppName "SemanticDeveloper"
-#define AppVersion "1.0.1"
+#define AppVersion "1.0.5"
#define Publisher "Stainless Designer LLC"
#define URL "https://github.com/stainless-design/semantic-developer"
#ifndef RID
diff --git a/SemanticDeveloper/Installers/macOS/Info.plist b/SemanticDeveloper/Installers/macOS/Info.plist
index b4d1dda..2bf0b74 100644
--- a/SemanticDeveloper/Installers/macOS/Info.plist
+++ b/SemanticDeveloper/Installers/macOS/Info.plist
@@ -9,9 +9,9 @@
CFBundleIdentifier
com.stainlessdesigner.semanticdeveloper
CFBundleVersion
- 1.0.1
+ 1.0.5
CFBundleShortVersionString
- 1.0.1
+ 1.0.5
CFBundlePackageType
APPL
CFBundleExecutable
diff --git a/SemanticDeveloper/SemanticDeveloper/MainWindow.axaml b/SemanticDeveloper/SemanticDeveloper/MainWindow.axaml
index 38237dc..d48d41a 100644
--- a/SemanticDeveloper/SemanticDeveloper/MainWindow.axaml
+++ b/SemanticDeveloper/SemanticDeveloper/MainWindow.axaml
@@ -73,6 +73,16 @@
+
+
+
+
+
+