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: GITHUB_RELEASE.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
-
# Codex Context Studio v1.1.0
1
+
# Codex Context Studio v1.1.1
2
2
3
-
A visual, editable context layer for Codex. This release focuses on the Context Studio identity, clearer bilingual documentation, and safer transcript rebuilding for newer Codex request metadata.
3
+
This release updates the Windows packaging pipeline and makes the installed app use a bundled embedded Python runtime instead of the previous PyInstaller server executables.
4
4
5
5
## What's New
6
6
7
-
-Renamed the user-facing project identity to Codex Context Studio
8
-
-Reworked the English and Chinese READMEs with updated feature descriptions, architecture diagrams, and screenshots
9
-
-Moved screenshots into language-specific folders for clearer documentation
10
-
-Preserved Codex internal turn metadata and turn IDs when rebuilding request input
11
-
-Added support for `custom_tool_call.namespace` during response-to-request projection
@@ -267,31 +267,35 @@ function pythonScriptCommand(root, scriptName) {
267
267
thrownewError('No usable Python runtime found. Run npm run setup:python or set HASH_CONTEXT_PYTHON to a Python with the project dependencies installed.');
0 commit comments