@telepath-computer/television 0.1.192 → 0.1.194
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/LICENSE +21 -0
- package/dist/THIRD-PARTY-NOTICES.txt +3924 -0
- package/dist/cli.cjs +5 -5
- package/dist/onboarding/tv-guide/welcome/index.html +3 -3
- package/dist/skills/tv-calendar/THIRD-PARTY-NOTICES.txt +36 -0
- package/dist/views/markdown/THIRD-PARTY-NOTICES.txt +783 -0
- package/dist/web/THIRD-PARTY-NOTICES.txt +1888 -0
- package/dist/web/assets/{main-CXxlPuk6.js → main-2s3Dk9VD.js} +86 -86
- package/dist/web/index.html +1 -1
- package/package.json +2 -1
package/dist/cli.cjs
CHANGED
|
@@ -52569,7 +52569,7 @@ function disabledTelemetryRuntime() {
|
|
|
52569
52569
|
|
|
52570
52570
|
// ../server/src/updates/version.ts
|
|
52571
52571
|
function readVersionStamp() {
|
|
52572
|
-
if ("0.1.
|
|
52572
|
+
if ("0.1.194".length > 0) return "0.1.194";
|
|
52573
52573
|
return void 0;
|
|
52574
52574
|
}
|
|
52575
52575
|
function resolveUpdateReleaseVersion(env = process.env, stamp = readVersionStamp()) {
|
|
@@ -53069,8 +53069,8 @@ var Server = class {
|
|
|
53069
53069
|
};
|
|
53070
53070
|
};
|
|
53071
53071
|
function readServerPackageVersion() {
|
|
53072
|
-
if ("0.1.
|
|
53073
|
-
return telemetryVersion("0.1.
|
|
53072
|
+
if ("0.1.194".length > 0) {
|
|
53073
|
+
return telemetryVersion("0.1.194");
|
|
53074
53074
|
}
|
|
53075
53075
|
const packageJsonPath = import_node_path11.default.resolve(import_node_path11.default.dirname((0, import_node_url.fileURLToPath)(import_meta.url)), "..", "package.json");
|
|
53076
53076
|
if (!(0, import_node_fs9.existsSync)(packageJsonPath)) return telemetryVersion("0.0.0");
|
|
@@ -54649,8 +54649,8 @@ function resolveVercelSkillsInstallerBin() {
|
|
|
54649
54649
|
return localRequire.resolve("skills/bin/cli.mjs");
|
|
54650
54650
|
}
|
|
54651
54651
|
function readCLIVersion() {
|
|
54652
|
-
if ("0.1.
|
|
54653
|
-
return "0.1.
|
|
54652
|
+
if ("0.1.194".length > 0) {
|
|
54653
|
+
return "0.1.194";
|
|
54654
54654
|
}
|
|
54655
54655
|
const devPackageJsonPath = import_node_path17.default.join(getDevPackageDir(), "package.json");
|
|
54656
54656
|
if (!(0, import_node_fs14.existsSync)(devPackageJsonPath)) {
|
|
@@ -177,15 +177,15 @@
|
|
|
177
177
|
</style>
|
|
178
178
|
</head>
|
|
179
179
|
<body>
|
|
180
|
-
<h1>
|
|
180
|
+
<h1>Your <img class="logo" src="./assets/television.svg" alt=""> Television is on!</h1>
|
|
181
181
|
|
|
182
182
|
<p class="lede">Television is the missing GUI for your personal agent, created by the team at Telepath. We’re glad you’re here.</p>
|
|
183
183
|
|
|
184
184
|
<p>This card is an <tv-icon name="subtract-square" weight="duotone"></tv-icon> <strong>Artifact</strong>: a live surface your agent can create, edit, and update. Artifacts can be notes, editable documents, dashboards, web pages, reports, or custom web apps.</p>
|
|
185
185
|
|
|
186
|
-
<p>Artifacts live on <tv-icon name="squares-four" weight="duotone"></tv-icon> <strong>Screens</strong>. We put you on
|
|
186
|
+
<p>Artifacts live on <tv-icon name="squares-four" weight="duotone"></tv-icon> <strong>Screens</strong>. We put you on "TV Guide" to start. Double-click its name to rename it, use <tv-icon name="plus" weight="bold"></tv-icon> to add more screens, and drag artifacts to arrange them. Your open screens appear as tabs up the top. If you close one, you can find it again by clicking <tv-icon name="squares-four" weight="bold"></tv-icon>.</p>
|
|
187
187
|
|
|
188
|
-
<p>To create or change an artifact, just
|
|
188
|
+
<p>To create or change an artifact, just tell your agent what you want to see. Click <tv-icon name="shapes" weight="duotone"></tv-icon> to see some of the artifacts that TV supports. Or try asking your agent…</p>
|
|
189
189
|
|
|
190
190
|
<div class="prompts">
|
|
191
191
|
<p class="prompt"><svg class="weather-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" aria-hidden="true"><path d="M139.84,84.41v0a68.22,68.22,0,0,0-41.65,46v-.11a44.08,44.08,0,0,0-38.54,5h0a48,48,0,1,1,80.19-50.94Z" opacity="0.2"/><path d="M164,72a76.2,76.2,0,0,0-20.26,2.73,55.63,55.63,0,0,0-9.41-11.54l9.51-13.57a8,8,0,1,0-13.11-9.18L121.22,54A55.9,55.9,0,0,0,96,48c-.58,0-1.16,0-1.74,0L91.37,31.71a8,8,0,1,0-15.75,2.77L78.5,50.82A56.1,56.1,0,0,0,55.23,65.67L41.61,56.14a8,8,0,1,0-9.17,13.11L46,78.77A55.55,55.55,0,0,0,40,104c0,.57,0,1.15,0,1.72L23.71,108.6a8,8,0,0,0,1.38,15.88,8.24,8.24,0,0,0,1.39-.12l16.32-2.88a55.74,55.74,0,0,0,5.86,12.42A52,52,0,0,0,84,224h80a76,76,0,0,0,0-152ZM56,104a40,40,0,0,1,72.54-23.24,76.26,76.26,0,0,0-35.62,40,52.14,52.14,0,0,0-31,4.17A40,40,0,0,1,56,104ZM164,208H84a36,36,0,1,1,4.78-71.69c-.37,2.37-.63,4.79-.77,7.23a8,8,0,0,0,16,.92,58.91,58.91,0,0,1,1.88-11.81c0-.16.09-.32.12-.48A60.06,60.06,0,1,1,164,208Z"/></svg><span>What’s the 3-day weather forecast for New York City? Include a nice icon for each day’s weather. Update it twice a day.</span></p>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
TELEVISION THIRD-PARTY LICENSING NOTICES
|
|
2
|
+
|
|
3
|
+
This file contains the license terms and attribution notices for third-party software and materials included in Television.
|
|
4
|
+
================================================================================
|
|
5
|
+
lit-html@3.3.2
|
|
6
|
+
Licensed under BSD-3-Clause.
|
|
7
|
+
--------------------------------------------------------------------------------
|
|
8
|
+
BSD 3-Clause License
|
|
9
|
+
|
|
10
|
+
Copyright (c) 2017 Google LLC. All rights reserved.
|
|
11
|
+
|
|
12
|
+
Redistribution and use in source and binary forms, with or without
|
|
13
|
+
modification, are permitted provided that the following conditions are met:
|
|
14
|
+
|
|
15
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
16
|
+
list of conditions and the following disclaimer.
|
|
17
|
+
|
|
18
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
19
|
+
this list of conditions and the following disclaimer in the documentation
|
|
20
|
+
and/or other materials provided with the distribution.
|
|
21
|
+
|
|
22
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
23
|
+
contributors may be used to endorse or promote products derived from
|
|
24
|
+
this software without specific prior written permission.
|
|
25
|
+
|
|
26
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
27
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
29
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
30
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
31
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
32
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
33
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
34
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
35
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
36
|
+
|