feat(workspace-terminal): use environment shell command

This commit is contained in:
2026-05-25 06:13:11 +00:00
parent 0eb4611ea6
commit fed3247eea
8 changed files with 1492 additions and 877 deletions
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## Pending
### Features
- let execution environments provide their native terminal shell command
- Add shell command metadata to the execution environment contract.
- Keep WebContainer terminals on `jsh` while allowing backend environments to provide a different shell.
- Update workspace terminal shell tab labels and setup prompt handling to use the environment shell metadata.
## 2026-05-21 - 3.81.1 - fix(package)
include postinstall helper script in published package
- add the scripts directory to package files so postinstall can resolve update-monaco-version.cjs after installation
## 2026-04-17 - 3.81.0 - feat(dees-updater)
enhance updater progress and completion views with version metadata cards