codedash-app 5.0.0 → 5.0.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.
- package/package.json +1 -1
- package/src/frontend/app.js +2 -2
package/package.json
CHANGED
package/src/frontend/app.js
CHANGED
|
@@ -1837,9 +1837,9 @@ var AGENT_INSTALL = {
|
|
|
1837
1837
|
},
|
|
1838
1838
|
kiro: {
|
|
1839
1839
|
name: 'Kiro CLI',
|
|
1840
|
-
cmd: 'curl -fsSL https://kiro.dev/install
|
|
1840
|
+
cmd: 'curl -fsSL https://cli.kiro.dev/install | bash',
|
|
1841
1841
|
alt: null,
|
|
1842
|
-
url: 'https://kiro.dev/cli/',
|
|
1842
|
+
url: 'https://kiro.dev/docs/cli/installation/',
|
|
1843
1843
|
},
|
|
1844
1844
|
opencode: {
|
|
1845
1845
|
name: 'OpenCode',
|