imdone-cli 0.66.2 → 0.66.3
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.
- package/CHANGELOG.md +4 -0
- package/dist/CHANGELOG.md +4 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.cjs.map +2 -2
- package/dist/preinstall.cjs +1 -1
- package/dist/preinstall.cjs.map +1 -1
- package/dist/preinstall.min.cjs +1 -1
- package/dist/preinstall.min.cjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog 📝
|
|
2
2
|
|
|
3
|
+
## 0.66.3
|
|
4
|
+
|
|
5
|
+
- Fix `imdone hdd` so it stops the terminal spinner before launching Codex or Claude, preventing the HDD session handoff from keeping the CLI spinner running over the active AI agent session
|
|
6
|
+
|
|
3
7
|
## 0.66.2
|
|
4
8
|
|
|
5
9
|
- Fix the post-`pull` update notice so `imdone` stops its spinner before asking whether to run `imdone update`, preventing the CLI from appearing hung after a successful pull when bundled backlog files like `README.md` or `CHANGELOG.md` need refreshing
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog 📝
|
|
2
2
|
|
|
3
|
+
## 0.66.3
|
|
4
|
+
|
|
5
|
+
- Fix `imdone hdd` so it stops the terminal spinner before launching Codex or Claude, preventing the HDD session handoff from keeping the CLI spinner running over the active AI agent session
|
|
6
|
+
|
|
3
7
|
## 0.66.2
|
|
4
8
|
|
|
5
9
|
- Fix the post-`pull` update notice so `imdone` stops its spinner before asking whether to run `imdone update`, preventing the CLI from appearing hung after a successful pull when bundled backlog files like `README.md` or `CHANGELOG.md` need refreshing
|
package/dist/index.cjs
CHANGED
|
@@ -154,7 +154,7 @@ var init_package = __esm({
|
|
|
154
154
|
"package.json"() {
|
|
155
155
|
package_default = {
|
|
156
156
|
name: "imdone-cli",
|
|
157
|
-
version: "0.66.
|
|
157
|
+
version: "0.66.3",
|
|
158
158
|
author: "Jesse Piascik",
|
|
159
159
|
description: "Turn Jira or GitHub issues into a shared context repo for AI and humans, synced locally as Markdown.",
|
|
160
160
|
license: "Proprietary",
|
|
@@ -104043,7 +104043,7 @@ ${prompt}`);
|
|
|
104043
104043
|
await _setDefaultAgent(backlogPath, selectedAgent);
|
|
104044
104044
|
}
|
|
104045
104045
|
feedback2.stop();
|
|
104046
|
-
|
|
104046
|
+
_consoleLog(`Starting ${selectedAgent} with HDD for ${resolvedIssueKey}...`);
|
|
104047
104047
|
await _launchAgent({
|
|
104048
104048
|
agent: selectedAgent,
|
|
104049
104049
|
cwd: backlogPath,
|