codeam-cli 1.4.40 → 1.4.41

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -116,7 +116,7 @@ var import_qrcode_terminal = __toESM(require("qrcode-terminal"));
116
116
  // package.json
117
117
  var package_default = {
118
118
  name: "codeam-cli",
119
- version: "1.4.40",
119
+ version: "1.4.41",
120
120
  description: "Remote control Claude Code from your mobile device",
121
121
  main: "dist/index.js",
122
122
  bin: {
@@ -1853,6 +1853,11 @@ except Exception:sys.exit(0)
1853
1853
  if (historySvc.isQuotaStale()) {
1854
1854
  fetchQuotaUsage();
1855
1855
  }
1856
+ const currentId = historySvc.getCurrentConversationId();
1857
+ if (currentId) {
1858
+ historySvc.loadConversation(currentId).catch(() => {
1859
+ });
1860
+ }
1856
1861
  });
1857
1862
  function sendPrompt(prompt) {
1858
1863
  outputSvc.newTurn();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeam-cli",
3
- "version": "1.4.40",
3
+ "version": "1.4.41",
4
4
  "description": "Remote control Claude Code from your mobile device",
5
5
  "main": "dist/index.js",
6
6
  "bin": {