devchain-cli 0.2.1 → 0.2.2

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.
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7
7
  <title>Devchain - Local App</title>
8
- <script type="module" crossorigin src="/assets/index-5Xb7jFMJ.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-sfYpjMjv.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CbYIbCQV.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,7 +1,24 @@
1
1
  {
2
2
  "name": "devchain-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "AI driven development platform",
5
+ "changelog": {
6
+ "0.2.2": [
7
+ "Update check on startup with prompt to update",
8
+ "Import modal with template selector",
9
+ "Fix detached mode hanging on Claude bypass prompt",
10
+ "Simplify template path resolution"
11
+ ],
12
+ "0.2.1": [
13
+ "Template updates and improvements",
14
+ "Fix test failures across local-app test suites"
15
+ ],
16
+ "0.2.0": [
17
+ "Status Auto-Clean feature for automatic agent unassignment",
18
+ "Agent description field in export/import",
19
+ "Session coordinator to prevent duplicate agent sessions"
20
+ ]
21
+ },
5
22
  "publishConfig": {
6
23
  "access": "public"
7
24
  },