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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codedash-app",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Dashboard + CLI for Claude Code, Codex & OpenCode sessions. View, search, resume, convert, handoff between agents.",
5
5
  "bin": {
6
6
  "codedash": "./bin/cli.js"
@@ -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.sh | bash',
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',