Skip to content

Houston Cloud v0.5.46

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Aug 15:53
· 235 commits to main since this release

Houston v0.5.46

Features

  • feat(runtime): agents find and install skills from chat (PRODUCT-1238) (#1261)
  • feat(integrations): OAuth sign-in for custom MCP servers + service favicons on custom cards (PRODUCT-1172) (#1263)
  • feat(app): split the agent Settings tab into Context, Skills, and Admin (PRODUCT-1256) (#1254)
  • feat(skills): agent-created skills land in the workspace store by default (HOU-1192) (#1234)
  • feat(settings): user-initiated account deletion (HOU-991) (#1233)

Fixes

  • fix(runtime): stale integration action slugs recover via re-search (PRODUCT-1266) (#1264)
  • fix(chat): status messages show the task, not jokes, with an xN repeat counter (PRODUCT-1226) (#1253)
  • fix(chat): markdown file links open and preview as rendered documents (PRODUCT-1231) (#1258)
  • fix(app): setup mission speaks the app's language (PRODUCT-1257) (#1260)
  • fix(app): setup chats open on a connected provider, not the stored one (PRODUCT-1236) (#1256)
  • fix(app): the shared detail panel closes with the tab that opened it (PRODUCT-1229) (#1257)
  • fix(app): stop Windows shortcut icons going blank after MSI updates (PRODUCT-1233) (#1250)
  • fix(auth): make login work again right after logout (PRODUCT-1235) (#1251)
  • fix(chat): labeled links wear the same Slack chip as bare URLs (PRODUCT-1152) (#1259)
  • fix(app): only the workspace owner can delete a workspace (PRODUCT-1247) (#1249)
  • fix(website): download gate country menus stay open and on screen (PRODUCT-1240) (#1248)
  • fix(app): unexpected errors report silently instead of toasting the user (HOU-1245) (#1247)
  • fix(providers): degrade Claude sign-in to the paste flow when the helper binary can't run (HOUSTON-APP-543) (#1205)
  • fix(release): main's version was below the gateway's update floor (#1231)
  • fix(sdk): chat feed dedupes re-delivered turn content by turn identity (HOU-1214) (#1244)
  • fix(host): stop double-watching the workspaces tree on managed pods (#1245)
  • fix(providers): recognize NVIDIA's Public API Endpoints account gate (HOU-890) (#1243)
  • fix(host): setup runtime survives the HOU-827 missing-dir guard (HOU-1239) (#1246)
  • fix(host): file-watch ENOSPC on root degrades instead of crash-looping the pod (#1242)
  • fix(host): agent renames (and deletes) can no longer resurrect the old directory (HOU-827) (#1240)

Docs

  • docs: standalone HTML reference for provider errors (HOU-1191) (#1232)

Changes

  • refactor(app): create-agent dialog offers store import or from-scratch only (PRODUCT-1171) (#1255)

Before you upgrade

  • Quit Houston before installing. macOS doesn't always replace a running app. If in doubt: rm -rf /Applications/Houston.app and drag the new copy in.

Full changelog: cloud-v0.5.43...cloud-v0.5.46


Linear — cloud-v0.5.46

(no project)

  • PRODUCT-1135 — Claude sign-in dies with "exit signal" on pre-AVX2 CPUs; degrade to the paste flow (HOUSTON-APP-543)
  • PRODUCT-1245 — Hide toast error 🐛
  • PRODUCT-1235 — Login not working after logout 🐛
  • PRODUCT-1229 — Fix blank card 🐛
  • PRODUCT-1191 — Create html docs in the repo for the errors

AI Models

  • PRODUCT-1243 — Update Pi
  • PRODUCT-890 — Nvidia should be working 🐛

Admin, Settings & Permissions

  • PRODUCT-1247 — The only person allowed to delete a workspace should be the Owner!
  • PRODUCT-991 — Allow the user to delete the account. This will remove all the data from the app, wipe all the storage and remove all the created agents 🐛

Agent Store

  • PRODUCT-1171 — We need to refactor the way to create a new agent

Backend

  • PRODUCT-1239 — First-run provider connect 500s on cloud: setup runtime hits HOU-827's missing-dir guard
  • PRODUCT-1237 — Managed pods double-watch the same tree: StoreSyncDaemon (/data) is redundant with FsWatcher (/data/workspaces)
  • PRODUCT-1232 — Engine pods crash-loop on ENOSPC watching root workspace dir (HOU-1004 follow-up)

Chat Experience

  • PRODUCT-1214 — La tarea pasó 1 vez, pero se repitió varias veces durante el chat. Parece ser un problema del como se muestran en el chat porque las tareas pasan 1 vez (tipo se mandó un correo), pero en el chat imprime esto varias veces. Pasa en muchos distintos momentos, sobretodo con el último mensaje
  • PRODUCT-1257 — First set up message is in english, even when the app is in spanish
  • PRODUCT-1238 — "Find skill" vercel's skill should be by default "installed" in all of our agents. What I mean is that probably it should be a tool triggered when an user asks Houston what skill should they use for some tasks
  • PRODUCT-1236 — Use connected provider in routine and skill chats 🐛
  • PRODUCT-1231 — Markdown preview is not working 🐛
  • PRODUCT-1226 — Chat status messages fixes

Global Interfaces & Components

  • PRODUCT-1256 — Remove Settings tab and turn it into Context, Skills, and Admin
  • PRODUCT-1233 — App Icon disappearing on Windows 🐛
  • PRODUCT-827 — Agent renames revert after a while 🐛

Integrations

  • PRODUCT-1266 — Integrations are not working in some chats
  • PRODUCT-1193 — Unsupported integrations mitigation plan
  • PRODUCT-1172 — Improve custom integrations (request from Croma)
  • PRODUCT-1152 — Showing URLs as buttons is broken, maybe we should just show them as "links", underline them and also shorten them (look how slack does it) 🐛

Landing

  • PRODUCT-1240 — Change country is not working on the form for downloading the app

Onboarding

  • PRODUCT-1195 — Verify onboarding in Windows

Skills

  • PRODUCT-1192 — Org skill by default

Triggers

  • PRODUCT-1215 — Los triggers no están funcionando de manera correcta. Verificar que estén funcionando para los siguientes casos

WhatsApp draft

🚀 Nueva versión de Houston!
✅ First-run provider connect 500s on cloud: setup runtime hits HOU-827's missing-dir guard
✅ La tarea pasó 1 vez, pero se repitió varias veces durante el chat. Parece ser un problema del como se muestran en el chat porque las tareas pasan 1 vez (tipo se mandó un correo), pero en el chat imprime esto varias veces. Pasa en muchos distintos momentos, sobretodo con el último mensaje
✅ Claude sign-in dies with "exit signal" on pre-AVX2 CPUs; degrade to the paste flow (HOUSTON-APP-543)
✅ Hide toast error
✅ Integrations are not working in some chats
✅ First set up message is in english, even when the app is in spanish
✅ Remove Settings tab and turn it into Context, Skills, and Admin
✅ The only person allowed to delete a workspace should be the Owner!
✅ Update Pi
✅ Change country is not working on the form for downloading the app
✅ "Find skill" vercel's skill should be by default "installed" in all of our agents. What I mean is that probably it should be a tool triggered when an user asks Houston what skill should they use for some tasks
✅ Managed pods double-watch the same tree: StoreSyncDaemon (/data) is redundant with FsWatcher (/data/workspaces)
✅ Use connected provider in routine and skill chats
✅ Login not working after logout
✅ App Icon disappearing on Windows
✅ Engine pods crash-loop on ENOSPC watching root workspace dir (HOU-1004 follow-up)
✅ Markdown preview is not working
✅ Fix blank card
✅ Chat status messages fixes
✅ Los triggers no están funcionando de manera correcta. Verificar que estén funcionando para los siguientes casos
✅ Verify onboarding in Windows
✅ Unsupported integrations mitigation plan
✅ Org skill by default
✅ Create html docs in the repo for the errors
✅ Improve custom integrations (request from Croma)
✅ We need to refactor the way to create a new agent
✅ Showing URLs as buttons is broken, maybe we should just show them as "links", underline them and also shorten them (look how slack does it)
✅ Allow the user to delete the account. This will remove all the data from the app, wipe all the storage and remove all the created agents
✅ Nvidia should be working
✅ Agent renames revert after a while
Gracias a todos los que reportaron 🙌

Notify reporters (then clear the Notify pending label):

  • PRODUCT-1245 → ⚠️ no phone on issue
  • PRODUCT-1236 → ⚠️ no phone on issue
  • PRODUCT-1235 → ⚠️ no phone on issue
  • PRODUCT-1233 → ⚠️ no phone on issue
  • PRODUCT-1231 → ⚠️ no phone on issue
  • PRODUCT-1229 → ⚠️ no phone on issue
  • PRODUCT-1152 → ⚠️ no phone on issue
  • PRODUCT-991 → ⚠️ no phone on issue
  • PRODUCT-890 → ⚠️ no phone on issue
  • PRODUCT-827 → +573042508033