summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2026-03-13 22:35:05 -0500
committerhaoyuren <13851610112@163.com>2026-03-13 22:35:05 -0500
commit2ee6d867bd93bb955429a274865320dfa5bd0f69 (patch)
tree8f26c196130f7bb083d859007a9aa874ba5eaa21 /package.json
parentb3b882c541bc719afefa34c5016df03412f279f4 (diff)
Fix embedded terminal for Claude Code: PTY env, DEC 2026, xterm.js window queriesHEADv0.2.4main
- Add missing PTY environment variables (TERM, COLORTERM, LANG, TERM_PROGRAM) - Strip DEC 2026 synchronized output sequences that cause xterm.js to buffer indefinitely when begin/end markers are split across PTY chunks - Enable xterm.js windowOptions for terminal pixel/char size queries that Claude Code sends to determine rendering capabilities - Launch Claude tab via login shell for full PATH inheritance Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4b108e8..99d5ed7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lattex",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "LaTeX editor with real-time Overleaf sync",
"license": "AGPL-3.0",
"author": "Yuren Hao",