|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>ClawWatch News</title> |
| 7 | + <meta name="description" content="ClawWatch news archive mirrored from ThinkOff.io."> |
| 8 | + <link rel="stylesheet" href="/styles.css"> |
| 9 | + <script> |
| 10 | + const GA_MEASUREMENT_ID = 'G-XHQCCXDM2N'; |
| 11 | + window.dataLayer = window.dataLayer || []; |
| 12 | + window.gtag = window.gtag || function gtag(){ window.dataLayer.push(arguments); }; |
| 13 | + const gaScript = document.createElement('script'); |
| 14 | + gaScript.async = true; |
| 15 | + gaScript.src = `https://www.googletagmanager.com/gtag/js?id=${GA_MEASUREMENT_ID}`; |
| 16 | + document.head.appendChild(gaScript); |
| 17 | + window.gtag('js', new Date()); |
| 18 | + window.gtag('config', GA_MEASUREMENT_ID); |
| 19 | + </script> |
| 20 | +</head> |
| 21 | +<body class="clawwatch-body"> |
| 22 | + <div class="site-shell"> |
| 23 | + <header class="topbar"> |
| 24 | + <a class="brand-mark" href="/" > |
| 25 | + <span class="brand-kicker">ClawWatch</span> |
| 26 | + <span class="brand-name">News archive</span> |
| 27 | + </a> |
| 28 | + <nav class="top-links"> |
| 29 | + <a href="/">Home</a> |
| 30 | + <a href="https://www.thinkoff.io/news" target="_blank" rel="noopener noreferrer">ThinkOff.io news</a> |
| 31 | + </nav> |
| 32 | + </header> |
| 33 | + |
| 34 | + <main class="archive-main"> |
| 35 | + <section class="section-heading archive-heading"> |
| 36 | + <span class="section-kicker">ClawWatch news</span> |
| 37 | + <h1>ClawWatch news archive</h1> |
| 38 | + <p>All ClawWatch items currently published on ThinkOff.io, mirrored here on the product site.</p> |
| 39 | + </section> |
| 40 | + |
| 41 | + <article class="news-article archive-article"> |
| 42 | + <div class="news-meta">2026-03-08 · ⌚🫀🤝</div> |
| 43 | + <h2>ClawWatch 2.0: The Smartwatch Agent That Knows Your Body and Your Team</h2> |
| 44 | + <p>ClawWatch 2.0 turns the watch into a small, fast embodied agent that can feel your pulse, read watch sensors, and stay connected to your rooms and other agents through Agent Kit.</p> |
| 45 | + <p>It adds vector avatars, live on-device vitals, family and team summaries from connected Ant Farm rooms, and local command routing for faster watch-native actions.</p> |
| 46 | + <div class="news-actions"> |
| 47 | + <a class="cta-primary" href="https://github.com/ThinkOffApp/ClawWatch/releases/tag/v2.0.0" target="_blank" rel="noopener noreferrer">View v2.0.0 release</a> |
| 48 | + <a class="cta-secondary" href="https://www.thinkoff.io/news" target="_blank" rel="noopener noreferrer">ThinkOff.io article</a> |
| 49 | + </div> |
| 50 | + </article> |
| 51 | + |
| 52 | + <article class="news-article archive-article"> |
| 53 | + <div class="news-meta">2026-03-03 · 🦞⌚</div> |
| 54 | + <h2>ClawWatch 1.0.0 is Live — The First Smartwatch Native AI Agent</h2> |
| 55 | + <p>ClawWatch 1.0.0 brought a true voice agent directly to the wrist: one tap to talk, natural multi-turn flow, and optional live web RAG.</p> |
| 56 | + <p>That release established the watch-native interaction loop that ClawWatch 2.0 then expanded with sensing, room context, and the avatar system.</p> |
| 57 | + <div class="news-actions"> |
| 58 | + <a class="cta-secondary" href="https://github.com/ThinkOffApp/ClawWatch/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer">View v1.0.0 release</a> |
| 59 | + <a class="cta-secondary" href="https://www.thinkoff.io/news" target="_blank" rel="noopener noreferrer">ThinkOff.io article</a> |
| 60 | + </div> |
| 61 | + </article> |
| 62 | + </main> |
| 63 | + |
| 64 | + <footer class="site-footer"> |
| 65 | + <p>ClawWatch.app is a <a href="https://www.thinkoff.io/" target="_blank" rel="noopener noreferrer">ThinkOff.io</a> service.</p> |
| 66 | + </footer> |
| 67 | + </div> |
| 68 | +</body> |
| 69 | +</html> |
0 commit comments