Skip to content

Commit f78b403

Browse files
committed
release: AgentPet 1.7.0 appcast + Pi on web integrations
1 parent e30418d commit f78b403

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/appcast.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
<link>https://ntd4996.github.io/agentpet/appcast.xml</link>
66
<description>Updates for AgentPet</description>
77
<language>en</language>
8+
<item>
9+
<title>1.7.0</title>
10+
<sparkle:version>1.7.0</sparkle:version>
11+
<sparkle:shortVersionString>1.7.0</sparkle:shortVersionString>
12+
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
13+
<enclosure url="https://github.com/ntd4996/agentpet/releases/download/v1.7.0/AgentPet-1.7.0.dmg"
14+
sparkle:edSignature="J2eGzIH6dyWVdavoUNJAkxyVpF+KWmOseyqY8CYysXNJvgsrsAr8j8Zutxs+MW4fFrhPCIsvgPd/D2gBzRFZDg==" length="4785884" type="application/octet-stream" />
15+
</item>
816
<item>
917
<title>1.6.0</title>
1018
<sparkle:version>1.6.0</sparkle:version>

web/public/agent-icons/pi.svg

Lines changed: 5 additions & 0 deletions
Loading

web/src/pages/integrations.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const agents = [
1414
{ name: "Windsurf", icon: "/agent-icons/windsurf.svg", kind: "Editor hooks", body: "Windsurf sessions update the pet as Cascade works through your tasks.", status: "Active" },
1515
{ name: "Antigravity", icon: "/agent-icons/antigravity.svg", kind: "Lifecycle hooks", body: "Antigravity hooks keep the pet in sync with every agent run.", status: "Active" },
1616
{ name: "Factory Droid", icon: "/agent-icons/droid.svg", kind: "Lifecycle hooks", body: "Factory's droid CLI drives the pet through its session lifecycle, including waiting-for-review.", status: "Active" },
17+
{ name: "Pi", icon: "/agent-icons/pi.svg", kind: "Extension", body: "Pi (pi.dev) reports session lifecycle through an auto-installed extension, so the pet tracks each run.", status: "Active" },
1718
];
1819
---
1920
<Base title="Integrations · AgentPet" description="Connect AgentPet to your AI coding agents." active="integrations">

0 commit comments

Comments
 (0)