Implement Execution Variable Management and UI Enhancements
What's Changed
This release adds a new Canvas section for agent execution variables, including a new viewer component, form dialog for creation/editing, and associated API integrations. It also introduces the file actions menu for better file handling in the canvas and general UI refinements.
- This is a new feature implementation and refactoring to enhance agent context management, making it easier to handle dynamic variables in conversations.
- Added a variables viewer with CRUD operations, integrated file actions for local files, and updated canvas components for better user interaction.
Impact
- Does this change introduce any breaking changes? No breaking changes; it's additive to existing functionality.
- Are there any dependency updates? No new dependencies; utilizes existing libraries.
- Are there any performance or security implications? Improved security through input validation in variable creation; potential performance gains from modular UI components.
PRs
- feat: Implement Execution Variable Management and UI Enhancements by @damianvtran in #62
Full Changelog: v0.10.4...v0.10.5