devchain-cli 0.5.0 → 0.5.1

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-CvNs6-rV.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-Bgulh8ua.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-BoDZOB7c.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devchain-cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "AI driven development platform",
5
5
  "homepage": "https://devchain.twitechlab.com/",
6
6
  "repository": {
@@ -8,6 +8,10 @@
8
8
  "url": "https://github.com/twitech-lab/devchain.git"
9
9
  },
10
10
  "changelog": {
11
+ "0.5.1": [
12
+ "Add upgrade detection and support for bundled templates",
13
+ "Fix upgrade validation and semver comparison edge cases"
14
+ ],
11
15
  "0.5.0": [
12
16
  "Add Gemini provider support (beta) with per-agent provider configuration",
13
17
  "Improved template system: enhanced export/import flow, updated bundled templates (v1.1.0), ability to change providers without re-applying templates",