<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hyper changelog</title>
<link>https://docs.heyhyper.ai/changelog</link>
<atom:link href="https://docs.heyhyper.ai/changelog/rss.xml" rel="self" type="application/rss+xml"/>
<description>Release notes and guides for Hyper, the self-driving company brain.</description>
<language>en</language>
<lastBuildDate>Fri, 31 Jul 2026 11:57:25 GMT</lastBuildDate>
<item>
<title>v0.1.0-nightly.2026-07-31-114849 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-31-114849</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-31-114849</guid>
<category>nightly</category>
<pubDate>Fri, 31 Jul 2026 11:57:25 GMT</pubDate>
<description><![CDATA[<ul>
<li>website: hide the pricing and faq pages by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/139">#139</a></li>
<li>connectors: enable local realtime updates by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/132">#132</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-31-011943...v0.1.0-nightly.2026-07-31-114849">v0.1.0-nightly.2026-07-31-011943...v0.1.0-nightly.2026-07-31-114849</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-31-011943 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-31-011943</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-31-011943</guid>
<category>nightly</category>
<pubDate>Fri, 31 Jul 2026 01:27:56 GMT</pubDate>
<description><![CDATA[<ul>
<li>tunnel: add shared relay service by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/126">#126</a></li>
<li>cli: migrate command, derived channel config, stable-api rename by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/134">#134</a></li>
<li>dev: connect local servers to the tunnel by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/130">#130</a></li>
<li>deploy: sync worker secrets from ssm by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/135">#135</a></li>
<li>connectors: isolate provider environments by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/131">#131</a></li>
<li>dev: remove shared database server mode by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/138">#138</a></li>
<li>release: create github releases by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/136">#136</a></li>
<li>ci: cut releases from one manual workflow by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/137">#137</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-30-215351...v0.1.0-nightly.2026-07-31-011943">v0.1.0-nightly.2026-07-30-215351...v0.1.0-nightly.2026-07-31-011943</a></p>
]]></description>
</item>
<item>
<title>Hyper 0.1.0 (stable)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0</guid>
<category>stable</category>
<pubDate>Fri, 31 Jul 2026 00:00:00 GMT</pubDate>
<description><![CDATA[<h2>Goal for this release</h2>
<p>Our goal this week was to finish the minimum set of features needed to put Hyper in users&#39; hands, then stabilize the infrastructure underneath them.</p>
<p>We focused on four things:</p>
<ul>
<li>Keeping connected company knowledge up to date automatically.</li>
<li>Making Hyper&#39;s work easier to follow and understand.</li>
<li>Making accounts and workspaces safe for teams.</li>
<li>Building a release process we can trust for regular customer updates.</li>
</ul>
<p>We merged 39 pull requests across those areas this week.</p>
<h2>Connected services stay up to date</h2>
<p>Connected services can now update Hyper automatically instead of waiting for a manual or full import.</p>
<ul>
<li><strong>Added webhook-based updates</strong> for Slack, Notion, GitHub, Stripe, Google Calendar, Gmail, and Drive, so changes can flow into Hyper as they happen. Google connections are renewed automatically when needed. (<a href="https://github.com/TheSodaFactory/hyper/pull/102">#102</a>)</li>
<li><strong>Added continuous Granola updates.</strong> Because Granola does not support webhooks, Hyper checks for new and updated meetings every 15 minutes. (<a href="https://github.com/TheSodaFactory/hyper/pull/103">#103</a>)</li>
<li><strong>Made webhook updates more precise.</strong> Hyper now imports only the page, message, issue, or record that changed instead of repeatedly importing the entire account. This makes updates faster, reduces unnecessary processing, and removes deleted information correctly. (<a href="https://github.com/TheSodaFactory/hyper/pull/105">#105</a>)</li>
<li><strong>Simplified sync checkpoints</strong> now that individual updates are tracked directly, reducing unnecessary state in the synchronization system. (<a href="https://github.com/TheSodaFactory/hyper/pull/120">#120</a>)</li>
<li><strong>Made Granola updates more reliable.</strong> Hyper now avoids importing the same meetings twice, retries temporary errors, respects Granola&#39;s rate limits, and only advances its checkpoint after a successful update. (<a href="https://github.com/TheSodaFactory/hyper/pull/125">#125</a>)</li>
<li><strong>Restored the connector controls</strong> so users can connect and reconnect services and their loading, success, and error states while we design the longer-term experience. (<a href="https://github.com/TheSodaFactory/hyper/pull/124">#124</a>)</li>
</ul>
<p>We also finished the infrastructure needed to test this behavior safely:</p>
<ul>
<li>A new relay sends OAuth callbacks and webhook events to local development servers, letting us test real connector behavior before deploying it. (<a href="https://github.com/TheSodaFactory/hyper/pull/126">#126</a>, <a href="https://github.com/TheSodaFactory/hyper/pull/130">#130</a>)</li>
<li>Notion, Slack, Stripe, and Gmail now use separate development, nightly, and stable configurations. This prevents testing from interfering with customer connections. (<a href="https://github.com/TheSodaFactory/hyper/pull/131">#131</a>)</li>
<li>Local environments can now receive webhook updates and run polling-based connectors, making local testing match the released product more closely. (<a href="https://github.com/TheSodaFactory/hyper/pull/132">#132</a>)</li>
</ul>
<h2>Hyper can use your company&#39;s code</h2>
<p>Hyper can now search and read connected GitHub repositories.</p>
<p>It can list the repositories available to a workspace, search their contents, and inspect the relevant sections of source files. This helps Hyper answer questions that require both company discussions and the implementation behind them. (<a href="https://github.com/TheSodaFactory/hyper/pull/100">#100</a>)</p>
<p>We also installed the required code-search tools on our servers so this works without any setup from the user. (<a href="https://github.com/TheSodaFactory/hyper/pull/106">#106</a>)</p>
<p>Hyper&#39;s GitHub access remains read-only.</p>
<h2>Chat is easier to follow</h2>
<p>We improved both the substance of Hyper&#39;s answers and the way its work appears in the app.</p>
<ul>
<li><strong>Hyper now explains its work as it happens.</strong> Chat shows what Hyper is searching, which sources it is reading, and whether each step succeeded. These events appear at a readable pace instead of flashing by as technical logs. (<a href="https://github.com/TheSodaFactory/hyper/pull/109">#109</a>)</li>
<li><strong>Plain language is now the default.</strong> Hyper has been instructed to give direct, concise answers and avoid unnecessary structure or jargon. (<a href="https://github.com/TheSodaFactory/hyper/pull/113">#113</a>)</li>
<li><strong>Hyper now knows the current local time.</strong> This improves questions involving deadlines, recent events, or phrases such as &quot;this week.&quot; (<a href="https://github.com/TheSodaFactory/hyper/pull/108">#108</a>)</li>
<li><strong>Internal context no longer appears in chat history.</strong> Hyper still receives the account, workspace, and time information it needs, but users no longer see that internal data mixed into their messages. (<a href="https://github.com/TheSodaFactory/hyper/pull/107">#107</a>)</li>
</ul>
<h2>Safer accounts and workspaces</h2>
<p>We strengthened the parts of the app that keep each person&#39;s work separate.</p>
<p>Most desktop business logic now runs in Rust rather than inside the interface. Account and workspace changes create isolated sessions for chat, connectors, and drafts. When someone signs out or switches workspaces, Hyper closes the previous session, saves drafts, stops active work, and clears its state from the interface.</p>
<p>We made this change to reduce bugs where work from one account or workspace could remain visible after switching to another. It also gives us a more reliable base for the desktop app. (<a href="https://github.com/TheSodaFactory/hyper/pull/88">#88</a>)</p>
<p>Additional account and workspace work includes:</p>
<ul>
<li><strong>Added admin and member roles.</strong> This is the first step toward workspace creation and deletion: later changes can restrict destructive actions to admins instead of allowing every member to perform them. Existing workspaces are migrated so none are left without an admin. (<a href="https://github.com/TheSodaFactory/hyper/pull/140">#140</a>)</li>
<li><strong>Centralized authentication across the API.</strong> Protected services now verify identity through the same shared layer, and user profiles are handled separately from login credentials. This reduces inconsistent authentication behavior as the product grows. (<a href="https://github.com/TheSodaFactory/hyper/pull/144">#144</a>)</li>
<li><strong>Enabled the desktop app&#39;s native connection to the deployed API.</strong> This removes an important difference between local testing and the released app and gives chat and other live features a direct, secure connection. (<a href="https://github.com/TheSodaFactory/hyper/pull/117">#117</a>)</li>
</ul>
<h2>Stable releases</h2>
<p>Until now, we only published automatic nightly builds. This week we built the machinery required to publish deliberate, tested stable releases.</p>
<ul>
<li><strong>Created separate stable and nightly channels.</strong> Each channel now has its own application configuration, update feed, database, and release storage. Stable builds are signed and can update independently from nightly builds. (<a href="https://github.com/TheSodaFactory/hyper/pull/129">#129</a>)</li>
<li><strong>Made the release tool create the GitHub release itself.</strong> It now creates the version tag, generates notes, attaches the Mac installer, and prevents the same version from being published twice. (<a href="https://github.com/TheSodaFactory/hyper/pull/136">#136</a>)</li>
<li><strong>Combined stable and nightly releases into one workflow.</strong> The same tested process now migrates the database, deploys the API, builds the app, signs and notarizes it, and publishes the result. This reduces the chance that the two channels drift apart. (<a href="https://github.com/TheSodaFactory/hyper/pull/137">#137</a>)</li>
<li><strong>Added a channel-aware migration command</strong> and derived release settings from the application and server configuration. This removes duplicated settings that could silently fall out of sync. (<a href="https://github.com/TheSodaFactory/hyper/pull/134">#134</a>)</li>
<li><strong>Automated release-server secrets.</strong> Deployments now reconcile their configuration against our central secret store, removing stale values and avoiding manual production setup. (<a href="https://github.com/TheSodaFactory/hyper/pull/135">#135</a>)</li>
<li><strong>Updated downloads to reflect actual platform support.</strong> Hyper currently ships for Mac, so Linux visitors no longer see a download that does not exist. (<a href="https://github.com/TheSodaFactory/hyper/pull/133">#133</a>)</li>
</ul>
<h2>Website</h2>
<p>We prepared the public website for the new release:</p>
<ul>
<li>Restored missing visuals and interactions from the previous site and added a working waitlist form backed by our database. (<a href="https://github.com/TheSodaFactory/hyper/pull/116">#116</a>)</li>
<li>Fixed browser errors that prevented fonts and other assets from loading correctly, cleared all website build warnings, and improved keyboard accessibility. (<a href="https://github.com/TheSodaFactory/hyper/pull/118">#118</a>)</li>
<li>Removed links to the pricing and FAQ pages because they no longer describe the current product. (<a href="https://github.com/TheSodaFactory/hyper/pull/139">#139</a>)</li>
</ul>
<h2>Reliability and development infrastructure</h2>
<p>The remaining work reduces deployment risk and makes it faster to find problems before they reach users.</p>
<ul>
<li><strong>Made website infrastructure deployable with one command</strong> instead of relying on interactive or manual configuration. (<a href="https://github.com/TheSodaFactory/hyper/pull/122">#122</a>)</li>
<li><strong>Moved the download relay onto the main application host</strong> so certificates, routing, and deployment use the same managed process as our other services. (<a href="https://github.com/TheSodaFactory/hyper/pull/123">#123</a>)</li>
<li><strong>Removed an unsafe development mode</strong> that allowed local servers to use the shared stable database. Developers now choose between a local environment and a client connected to a deployed environment. (<a href="https://github.com/TheSodaFactory/hyper/pull/138">#138</a>)</li>
<li><strong>Pinned the Rust version used for deployments</strong> so a developer&#39;s locally installed tools cannot produce a different build from CI. (<a href="https://github.com/TheSodaFactory/hyper/pull/119">#119</a>)</li>
<li><strong>Sped up Rust tests in CI</strong> so failures return sooner and releases spend less time waiting on repeated builds. (<a href="https://github.com/TheSodaFactory/hyper/pull/121">#121</a>)</li>
<li><strong>Enabled stricter Rust checks and fixed roughly 185 warnings.</strong> These checks now prevent a broad class of suspicious code from being merged unnoticed. (<a href="https://github.com/TheSodaFactory/hyper/pull/128">#128</a>)</li>
<li><strong>Added automatic TypeScript formatting</strong> so formatting problems are caught before merge and engineers do not spend review time discussing them. (<a href="https://github.com/TheSodaFactory/hyper/pull/110">#110</a>)</li>
<li><strong>Stopped development builds from repeatedly opening macOS Keychain prompts.</strong> Local secrets are stored in a protected development file, while released builds continue using Keychain. We also removed an unnecessary failure path from that selection logic. (<a href="https://github.com/TheSodaFactory/hyper/pull/111">#111</a>, <a href="https://github.com/TheSodaFactory/hyper/pull/112">#112</a>)</li>
<li><strong>Shared our Claude Code frontend settings across the repository</strong> so contributors use the same design tooling. (<a href="https://github.com/TheSodaFactory/hyper/pull/127">#127</a>)</li>
</ul>
<h2>What this release enables</h2>
<p>Hyper now has the minimum foundation we need to begin putting the rebuilt product in front of users:</p>
<ul>
<li>Company knowledge can remain current without manual imports.</li>
<li>Hyper can work across messages, documents, meetings, email, and code.</li>
<li>Users can see what Hyper is doing and where its information comes from.</li>
<li>Accounts and workspaces have stronger isolation.</li>
<li>We can publish signed, versioned releases through a repeatable process.</li>
</ul>
<p>The next step is to onboard users, watch where the product fails in daily work, and improve it through regular stable releases.</p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-30-215351 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-30-215351</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-30-215351</guid>
<category>nightly</category>
<pubDate>Thu, 30 Jul 2026 22:01:06 GMT</pubDate>
<description><![CDATA[<ul>
<li>connectors: temporarily restore the card ui by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/124">#124</a></li>
<li>chat: rich tool activity with paced presentation by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/109">#109</a></li>
<li>chore: commit the claude code plugin settings by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/127">#127</a></li>
<li>lint: enable clippy pedantic and fix all warnings by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/128">#128</a></li>
<li>release: stable channel, ssm signing key, and hyper-release bucket by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/129">#129</a></li>
<li>website: mac-only downloads by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/133">#133</a></li>
<li>granola: fix incremental polling by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/125">#125</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-30-112518...v0.1.0-nightly.2026-07-30-215351">v0.1.0-nightly.2026-07-30-112518...v0.1.0-nightly.2026-07-30-215351</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-30-112518 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-30-112518</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-30-112518</guid>
<category>nightly</category>
<pubDate>Thu, 30 Jul 2026 11:34:20 GMT</pubDate>
<description><![CDATA[<ul>
<li>website: v0 parity fixes and waitlist signup by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/116">#116</a></li>
<li>api: enable deployed native grpc by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/117">#117</a></li>
<li>deploy: use pinned rust toolchain by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/119">#119</a></li>
<li>website: clear check warnings and cdn cors by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/118">#118</a></li>
<li>connectors: item-level incremental sync for hook providers by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/105">#105</a></li>
<li>connectors: remove sync epoch by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/120">#120</a></li>
<li>ci: speed up rust tests by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/121">#121</a></li>
<li>cdn: make scripted worker deploys work by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/122">#122</a></li>
<li>cdn: serve the relay from the app host by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/123">#123</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-29-185256...v0.1.0-nightly.2026-07-30-112518">v0.1.0-nightly.2026-07-29-185256...v0.1.0-nightly.2026-07-30-112518</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-29-185256 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-29-185256</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-29-185256</guid>
<category>nightly</category>
<pubDate>Wed, 29 Jul 2026 19:01:45 GMT</pubDate>
<description><![CDATA[<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-29-114345...v0.1.0-nightly.2026-07-29-185256">v0.1.0-nightly.2026-07-29-114345...v0.1.0-nightly.2026-07-29-185256</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-29-114345 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-29-114345</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-29-114345</guid>
<category>nightly</category>
<pubDate>Wed, 29 Jul 2026 11:51:13 GMT</pubDate>
<description><![CDATA[<ul>
<li>client: move app business logic into rust by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/88">#88</a></li>
<li>fix: hide runtime context from chat history by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/107">#107</a></li>
<li>agent: add github code tools by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/100">#100</a></li>
<li>setup: install ripgrep for github search by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/106">#106</a></li>
<li>feat: add timestamp to runtime context by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/108">#108</a></li>
<li>chore: add prettier to the typescript workspace by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/110">#110</a></li>
<li>secrets: skip the keychain in dev builds by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/111">#111</a></li>
<li>connectors: webhook-driven realtime sync by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/102">#102</a></li>
<li>secrets: pick the store with a let chain by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/112">#112</a></li>
<li>granola: poll-based continuous sync by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/103">#103</a></li>
<li>agent: use plain language responses by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/113">#113</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-27-124001...v0.1.0-nightly.2026-07-29-114345">v0.1.0-nightly.2026-07-27-124001...v0.1.0-nightly.2026-07-29-114345</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-27-124001 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-27-124001</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-27-124001</guid>
<category>nightly</category>
<pubDate>Mon, 27 Jul 2026 12:44:55 GMT</pubDate>
<description><![CDATA[<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-26-110146...v0.1.0-nightly.2026-07-27-124001">v0.1.0-nightly.2026-07-26-110146...v0.1.0-nightly.2026-07-27-124001</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-26-110146 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-26-110146</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-26-110146</guid>
<category>nightly</category>
<pubDate>Sun, 26 Jul 2026 11:05:25 GMT</pubDate>
<description><![CDATA[<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-25-104616...v0.1.0-nightly.2026-07-26-110146">v0.1.0-nightly.2026-07-25-104616...v0.1.0-nightly.2026-07-26-110146</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-25-104616 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-25-104616</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-25-104616</guid>
<category>nightly</category>
<pubDate>Sat, 25 Jul 2026 10:49:37 GMT</pubDate>
<description><![CDATA[<ul>
<li>connectors: sync framework with per-service protocol and typed models by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/93">#93</a></li>
<li>agent: raise tool turn cap by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/101">#101</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-24-112110...v0.1.0-nightly.2026-07-25-104616">v0.1.0-nightly.2026-07-24-112110...v0.1.0-nightly.2026-07-25-104616</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-24-112110 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-24-112110</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-24-112110</guid>
<category>nightly</category>
<pubDate>Fri, 24 Jul 2026 11:25:59 GMT</pubDate>
<description><![CDATA[<ul>
<li>search: add private chat history retrieval by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/94">#94</a></li>
<li>connectors: add stripe customers, invoices, and refunds by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/83">#83</a></li>
<li>connectors: add reconnect action by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/96">#96</a></li>
<li>gmail: let agents manage drafts by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/95">#95</a></li>
<li>agent: add default whoami context by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/97">#97</a></li>
<li>agent: enable prompt caching by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/98">#98</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-23-112646...v0.1.0-nightly.2026-07-24-112110">v0.1.0-nightly.2026-07-23-112646...v0.1.0-nightly.2026-07-24-112110</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-23-112646 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-23-112646</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-23-112646</guid>
<category>nightly</category>
<pubDate>Thu, 23 Jul 2026 11:30:40 GMT</pubDate>
<description><![CDATA[<ul>
<li>connectors: add slack connector by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/84">#84</a></li>
<li>ui: refine app surfaces and error feedback by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/87">#87</a></li>
<li>connectors: preserve document breadcrumbs by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/89">#89</a></li>
<li>chore: pin rust toolchains by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/91">#91</a></li>
<li>ci: skip unrelated checks by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/92">#92</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-22-112647...v0.1.0-nightly.2026-07-23-112646">v0.1.0-nightly.2026-07-22-112647...v0.1.0-nightly.2026-07-23-112646</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-22-112647 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-22-112647</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-22-112647</guid>
<category>nightly</category>
<pubDate>Wed, 22 Jul 2026 11:31:31 GMT</pubDate>
<description><![CDATA[<ul>
<li>connectors: connect github through the per-channel install flow by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/79">#79</a></li>
<li>fix: open app links in default browser by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/81">#81</a></li>
<li>workspace: scope connections, retrieval, and sync to the workspace by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/82">#82</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/compare/v0.1.0-nightly.2026-07-21-112106...v0.1.0-nightly.2026-07-22-112647">v0.1.0-nightly.2026-07-21-112106...v0.1.0-nightly.2026-07-22-112647</a></p>
]]></description>
</item>
<item>
<title>v0.1.0-nightly.2026-07-21-112106 (nightly)</title>
<link>https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-21-112106</link>
<guid isPermaLink="true">https://docs.heyhyper.ai/changelog/v0.1.0-nightly.2026-07-21-112106</guid>
<category>nightly</category>
<pubDate>Tue, 21 Jul 2026 11:25:18 GMT</pubDate>
<description><![CDATA[<ul>
<li>chore: scaffold tauri + svelte desktop app by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/1">#1</a></li>
<li>feat: desktop app updates and google login by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/5">#5</a></li>
<li>feat: add marketing website by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/4">#4</a></li>
<li>refactor: restructure into a rust/typescript monorepo with shared config by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/6">#6</a></li>
<li>deploy: port deployment infra to rust by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/7">#7</a></li>
<li>deploy: cross-compile the server to a static musl binary by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/8">#8</a></li>
<li>deploy: cert command and service config cleanup by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/9">#9</a></li>
<li>ci: enforce lint, format, and type checks on every commit by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/10">#10</a></li>
<li>feat: supabase auth and workspaces by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/11">#11</a></li>
<li>ci: cache rust builds with sccache by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/12">#12</a></li>
<li>harness: implement rudimentary agent harness by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/14">#14</a></li>
<li>secrets: derive all secrets from ssm by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/15">#15</a></li>
<li>cleanup: welcome page, cors, and auth/workspace schema by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/17">#17</a></li>
<li>harness: in-memory multi-turn conversations by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/18">#18</a></li>
<li>docs: add rust and git conventions to claude.md by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/19">#19</a></li>
<li>cargo: tidy manifests by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/16">#16</a></li>
<li>secrets: register all ssm params as per-service enums with a drift check by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/20">#20</a></li>
<li>agent: stream chat replies over sse by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/21">#21</a></li>
<li>agent: add tool calling to the chat harness by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/23">#23</a></li>
<li>db: enable rls and harden the signup flow by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/22">#22</a></li>
<li>server: enforce compile-time checked sql queries by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/24">#24</a></li>
<li>chat: chatgpt-style composer with attachments and dictation by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/26">#26</a></li>
<li>cli: add interactive hyper dev command by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/27">#27</a></li>
<li>chore: share agent instructions for Codex support by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/28">#28</a></li>
<li>feat: build the @hyper/ui design system and showcase by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/30">#30</a></li>
<li>proto: add typed api contracts by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/29">#29</a></li>
<li>agent: add exa web search by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/32">#32</a></li>
<li>secrets: allow extra ssm parameters by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/34">#34</a></li>
<li>connectors: add a notion connector that ingests into a files table by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/31">#31</a></li>
<li>chat: smooth streamed responses by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/35">#35</a></li>
<li>proto: add domain conversion traits by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/36">#36</a></li>
<li>ui: design system foundations overhaul by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/37">#37</a></li>
<li>agent: add document filesystem tools by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/39">#39</a></li>
<li>rust: update to edition 2024 by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/40">#40</a></li>
<li>chat: render tool activity chronologically by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/41">#41</a></li>
<li>chat: persist conversation history by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/33">#33</a></li>
<li>chat: support model switching by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/42">#42</a></li>
<li>connectors: add google calendar, gmail, and drive by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/38">#38</a></li>
<li>chat: add openai model providers by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/43">#43</a></li>
<li>chat: add claude fable 5 by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/44">#44</a></li>
<li>connectors: add granola mcp connector by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/45">#45</a></li>
<li>chat: improve conversation titles by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/46">#46</a></li>
<li>connectors: speak protobuf like the rest of the api by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/49">#49</a></li>
<li>chat: add file attachments by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/48">#48</a></li>
<li>ui: harden the design system by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/51">#51</a></li>
<li>rpc: migrate the api to grpc-web by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/50">#50</a></li>
<li>server: preserve error semantics by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/54">#54</a></li>
<li>ci: gate proto wire compatibility by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/52">#52</a></li>
<li>app: add appearance settings by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/53">#53</a></li>
<li>chat: rename and delete conversations by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/55">#55</a></li>
<li>ui: unify controls, window chrome, and app layout by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/56">#56</a></li>
<li>secrets: env-scoped ssm tree and runtime channel selection by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/58">#58</a></li>
<li>ui: Polish desktop interaction system by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/59">#59</a></li>
<li>ci: nightly app releases by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/47">#47</a></li>
<li>nightly: pin supabase cli to latest by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/60">#60</a></li>
<li>sidebar: preserve preferred width by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/61">#61</a></li>
<li>ui: refine desktop interface by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/63">#63</a></li>
<li>retrieval: add source provenance controls by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/57">#57</a></li>
<li>feat: shared workspaces by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/62">#62</a></li>
<li>release: match the nightly dmg product name by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/64">#64</a></li>
<li>ui: align composer attachment button by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/66">#66</a></li>
<li>nightly: regenerate app icons from original artwork by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/68">#68</a></li>
<li>chat: scope conversations to the workspace by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/65">#65</a></li>
<li>ui: refine components and chat chrome by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/69">#69</a></li>
<li>server: rename realm to channel, env to environment by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/67">#67</a></li>
<li>granola: register a nightly oauth client by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/70">#70</a></li>
<li>dev: make pre-push checks change-aware by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/71">#71</a></li>
<li>dev: cache the hyper cli binary by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/72">#72</a></li>
<li>nightly: tag builds and publish changelogs by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/73">#73</a></li>
<li>chat: preserve drafts on window focus by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/76">#76</a></li>
<li>feat: add basic keyboard shortcuts by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/74">#74</a></li>
<li>chat: persist drafts locally by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/77">#77</a></li>
<li>connectors: add github pull requests and issues by <a href="https://github.com/kanyesthaker">@kanyesthaker</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/75">#75</a></li>
<li>chat: stabilize streaming autoscroll by <a href="https://github.com/shalins">@shalins</a> in <a href="https://github.com/TheSodaFactory/hyper/pull/78">#78</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li>@kanyesthaker made their first contribution in <a href="https://github.com/TheSodaFactory/hyper/pull/14">https://github.com/TheSodaFactory/hyper/pull/14</a></li>
</ul>
<p>Full changelog: <a href="https://github.com/TheSodaFactory/hyper/commits/v0.1.0-nightly.2026-07-21-112106">https://github.com/TheSodaFactory/hyper/commits/v0.1.0-nightly.2026-07-21-112106</a></p>
]]></description>
</item>
</channel>
</rss>
