Patch Changes
-
#1310
bd0346eThanks @threepointone! - FixgetConfig()throwing "no such table: assistant_config" when called insideconfigureSession()The config storage helpers (
getConfig,configure) now lazily ensure theassistant_configtable exists before querying it, so they are safe to call at any point in the agent lifecycle — including duringconfigureSession(). -
#1312
89773d1Thanks @threepointone! - Renameunstable_chatRecoverytochatRecovery— the feature is now stable.