v0.0.25

agno-agi/agent-uiv0.0.25May 21, 2026by github-actions[bot]

AI Summary

This release introduces memory editing capabilities and performance optimizations for the agent, alongside a comprehensive refactoring of environment variable handling across the codebase.

Key Highlights

  • Enhanced memory extraction and added document-panel memory editing features.
  • Refactored environment variable management to replace inline process.env reads with BACKEND_URL.
  • Improved agent speed and lowered LLM costs per turn.
  • Fixed agent citations.

New Features

  • Improved memory extraction
  • Document-panel memory editing
  • Improved agent speed
  • Fixed agent citations

Full Release Notes

## What's Changed
* feat: improve memory extraction & add document-panel memory editing by @AnishSarkar22 in https://github.com/MODSetter/SurfSense/pull/1414
* refactor(env): replace inline process.env reads with BACKEND_URL in lib/ by @VarunShukla07 in https://github.com/MODSetter/SurfSense/pull/1415
* refactor(env): replace inline process.env reads with BACKEND_URL in connector forms and hooks by @VarunShukla07 in https://github.com/MODSetter/SurfSense/pull/1416
* refactor(env): replace inline process.env reads with BACKEND_URL in editor, chat, dashboard and settings by @VarunShukla07 in https://github.com/MODSetter/SurfSense/pull/1417
* refactor(env): replace inline process.env reads with BACKEND_URL in tool-ui generators by @VarunShukla07 in https://github.com/MODSetter/SurfSense/pull/1418
* fix: Update CI workflow versions and scoped test triggers by @AnishSarkar22 in https://github.com/MODSetter/SurfSense/pull/1420
* [Improvement] Agent: faster turns and lower LLM cost by @CREDO23 in https://github.com/MODSetter/SurfSense/pull/1422
* feat: improved agent speed and fixed it citations by @MODSetter in https://github.com/MODSetter/SurfSense/pull/1423


**Full Changelog**: https://github.com/MODSetter/SurfSense/compare/v0.0.24...v0.0.25