Skip to content

Releases: trae-op/electron-agent-prompts

0.22.47

Choose a tag to compare

@github-actions github-actions released this 05 Feb 18:29
refactor(FoldersInput): improve folder display and cleanup code

Updated folder display logic to show folder names directly and
enhanced styling for better readability. Cleaned up unused
dependencies in the component.

0.21.46

Choose a tag to compare

@github-actions github-actions released this 23 Jan 12:49
test(window): update auth window tests for partition handling

Refactor mocks to ensure the auth window is created with the correct
partition setting. Adjust test expectations to match the updated
implementation.

0.21.45

Choose a tag to compare

@github-actions github-actions released this 14 Jan 09:58
feat(modal): improve position management in various modals

Updated the logic for calculating the maximum create position in
multiple modal components to ensure correct positioning. This change
enhances the user experience by providing more accurate default
positions based on existing content.

- Refactored maxCreatePosition calculation in AgentSkillsModal,
  ArchitectureModal, CodeModal, ListModal, TextModal, and TitleModal.