Skip to content

feat: Introduce Agent Task Command and Enhance UX#63

Merged
lacerbi merged 14 commits into
mainfrom
dev
Jul 2, 2025
Merged

feat: Introduce Agent Task Command and Enhance UX#63
lacerbi merged 14 commits into
mainfrom
dev

Conversation

@lacerbi

@lacerbi lacerbi commented Jul 2, 2025

Copy link
Copy Markdown
Owner

feat: Introduce Agent Task Command and Enhance UX

Summary

This pull request introduces a new agent_task command to support more advanced, agent-based workflows. It also includes several user experience improvements, such as enhanced clipboard handling, better feedback for file operations, and clearer UI text. Additionally, this PR contains various fixes, documentation updates, and accompanying tests.

Changes Made

✨ Features

  • Agent Task Command: A new agent_task command has been added to facilitate complex, multi-step AI interactions. (a69b80c)
    • The agent's prompt now dynamically includes the task name. (94aa97f)
    • Log entries for this command are now clickable, improving traceability. (67ba73e)
  • Enhanced File Operations: The CREATE file operation now accepts requests for files that already exist, presenting the user with a clear warning before proceeding. (4e2027a)
  • Clipboard Listeners: Added listeners for Ctrl+C and Ctrl+V to streamline copy-paste workflows. (7743aa8)

🐛 Fixes

  • Paste Behavior: Corrected issues with the paste functionality. (bfb3a3e)
  • Rendering Flag: Added the ELECTRON_USE_DESKTOP_GL flag to mitigate potential rendering issues on certain platforms. (87ba6e3)
  • UI Text: Made minor text clarifications in the Review panel for better user understanding. (ef6d6d5)

📝 Documentation

  • Added GEMINI.md and updated CLAUDE.md with instructions for interacting with different AI models. (b2f15cb, fdc032d)
  • Updated project documentation to clarify that Prettier is used for code formatting. (c02b34a)

🧪 Tests

  • Unit tests have been updated to cover the new agent task command and related functionality. (8050594)

lacerbi added 14 commits July 1, 2025 18:26
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
…t: updated agentic architect prompt; chore: bumped version to 0.7.8

Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: lacerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: lacerbi <luigi.acerbi@gmail.com>
Signed-off-by: lacerbi <luigi.acerbi@gmail.com>
Signed-off-by: lacerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
Signed-off-by: Luigi Acerbi <luigi.acerbi@gmail.com>
@lacerbi lacerbi merged commit c5e17ea into main Jul 2, 2025
11 checks passed
@lacerbi lacerbi deleted the dev branch July 2, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant