Skip to content

Releases: atheon-inc/atheon-helix

v0.3.3

24 Jun 06:30

Choose a tag to compare

Release v0.3.3

Add createdAt timestamp to tracked interaction payloads

v0.3.2

17 Jun 16:44

Choose a tag to compare

Release v0.3.2

Fix bug in google parser that was preventing proper model resolution for models in gemini app

v0.3.1

16 Jun 04:43

Choose a tag to compare

Release v0.3.1

Add local token estimation if token counts are undefined

v0.3.0

15 Jun 23:42

Choose a tag to compare

Release v0.3.0

- Replaced MessageChannel IPC with a CustomEvent bridge to prevent fatal browser crashes during extension reloads in Developer Mode.
- Optimized chrome.storage handling by batching reads/writes to reduce API overhead.
- Fixed background sync bugs and infinite storage loops by validating oldValue in the onChanged listener.
- Improved sync resilience by lowering MAX_RETRIES to 2 and adding an emergency storage purge for payload counts > 25.