imcodes 2026.4.1816-dev.1797 → 2026.4.1817-dev.1798

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.
@@ -34,6 +34,7 @@
34
34
  "session_state": "Session {{state}}",
35
35
  "load_older": "Load older messages",
36
36
  "loading_older": "Loading...",
37
+ "refreshing_history": "Updating history…",
37
38
  "thinking_running": "Thinking · {{sec}}s",
38
39
  "thinking_done": "Thought for {{sec}}s",
39
40
  "show_file_panel": "Open file panel",
@@ -34,6 +34,7 @@
34
34
  "session_state": "Sesión {{state}}",
35
35
  "load_older": "Cargar mensajes anteriores",
36
36
  "loading_older": "Cargando...",
37
+ "refreshing_history": "Actualizando historial…",
37
38
  "thinking_running": "Pensando · {{sec}}s",
38
39
  "thinking_done": "Pensó {{sec}}s",
39
40
  "show_file_panel": "Abrir panel de archivos",
@@ -34,6 +34,7 @@
34
34
  "session_state": "セッション {{state}}",
35
35
  "load_older": "古いメッセージを読み込む",
36
36
  "loading_older": "読み込み中...",
37
+ "refreshing_history": "履歴を更新中…",
37
38
  "thinking_running": "考え中 · {{sec}}s",
38
39
  "thinking_done": "{{sec}}s 考えた",
39
40
  "show_file_panel": "ファイルパネルを開く",
@@ -34,6 +34,7 @@
34
34
  "session_state": "세션 {{state}}",
35
35
  "load_older": "이전 메시지 불러오기",
36
36
  "loading_older": "로딩 중...",
37
+ "refreshing_history": "기록을 업데이트하는 중…",
37
38
  "thinking_running": "생각 중 · {{sec}}s",
38
39
  "thinking_done": "{{sec}}s 동안 생각함",
39
40
  "show_file_panel": "파일 패널 열기",
@@ -34,6 +34,7 @@
34
34
  "session_state": "Сессия {{state}}",
35
35
  "load_older": "Загрузить старые сообщения",
36
36
  "loading_older": "Загрузка...",
37
+ "refreshing_history": "Обновление истории…",
37
38
  "thinking_running": "Думаю · {{sec}}s",
38
39
  "thinking_done": "Думал {{sec}}s",
39
40
  "show_file_panel": "Открыть панель файлов",
@@ -34,6 +34,7 @@
34
34
  "session_state": "会话 {{state}}",
35
35
  "load_older": "加载更早的消息",
36
36
  "loading_older": "加载中...",
37
+ "refreshing_history": "更新历史消息中…",
37
38
  "thinking_running": "思考中 · {{sec}}s",
38
39
  "thinking_done": "思考了 {{sec}}s",
39
40
  "show_file_panel": "打开文件面板",
@@ -34,6 +34,7 @@
34
34
  "session_state": "Session {{state}}",
35
35
  "load_older": "載入更早的訊息",
36
36
  "loading_older": "載入中...",
37
+ "refreshing_history": "更新歷史訊息中…",
37
38
  "thinking_running": "思考中 · {{sec}}s",
38
39
  "thinking_done": "思考了 {{sec}}s",
39
40
  "show_file_panel": "開啟檔案面板",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imcodes",
3
- "version": "2026.4.1816-dev.1797",
3
+ "version": "2026.4.1817-dev.1798",
4
4
  "description": "A chat interface for AI coding agents — control Claude Code, Codex, Gemini CLI, OpenCode from browser and mobile",
5
5
  "license": "MIT",
6
6
  "repository": {