@telepath-computer/television 0.1.69 → 0.1.71

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.
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6
6
  <title>Television</title>
7
- <script type="module" crossorigin src="./assets/index-DluhqFSN.js"></script>
7
+ <script type="module" crossorigin src="./assets/index-DRczTqkZ.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="./assets/index-EZh8DmDQ.css">
9
9
  </head>
10
10
  <body></body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telepath-computer/television",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "type": "module",
5
5
  "main": "dist/cli.cjs",
6
6
  "bin": {
package/skill/SKILL.md CHANGED
@@ -493,6 +493,7 @@ Artifact commands:
493
493
  ```bash
494
494
  tv create-internal-artifact --screen "<screen-id>" --type <text/markdown|text/html> --title "Artifact title" (--focus-artifact|--no-focus)
495
495
  tv create-external-artifact --screen "<screen-id>" --type <text/markdown|text/html> --title "Artifact title" --path /absolute/path (--focus-artifact|--no-focus)
496
+ tv create-url-artifact --screen "<screen-id>" --title "Artifact title" --url https://example.com
496
497
  tv edit-internal-artifact --id "<artifact-id>"
497
498
  tv commit-pending-artifact --id "<artifact-id>"
498
499
  tv abandon-pending-artifact --id "<artifact-id>"