Skip to content

feat: add AiderDesk as a supported agent#673

Open
wladimiiir wants to merge 1 commit intovercel-labs:mainfrom
wladimiiir:add-aider-desk-agent
Open

feat: add AiderDesk as a supported agent#673
wladimiiir wants to merge 1 commit intovercel-labs:mainfrom
wladimiiir:add-aider-desk-agent

Conversation

@wladimiiir
Copy link

Summary

Adds AiderDesk to the list of compatible AI coding agents.

About AiderDesk

AiderDesk is a desktop application that brings the power of Aider to a user-friendly interface. It's a coding agent that supports the agent skills format natively, reading skills from .aider-desk/skills/ in the project and ~/.aider-desk/skills/ globally.

Skills documentation: https://aiderdesk.hotovo.com/docs/features/skills

Changes

  • Added aider-desk to the AgentType union in src/types.ts
  • Added the aider-desk agent config in src/agents.ts with:
    • skillsDir: '.aider-desk/skills'
    • globalSkillsDir: ~/.aider-desk/skills
    • Detection via ~/.aider-desk
  • Added aider-desk to keywords in package.json
  • Updated README agent count (38 → 39) and added AiderDesk to the supported agents table

AiderDesk reads skills from .aider-desk/skills/ (project) and
~/.aider-desk/skills/ (global). Detected via ~/.aider-desk.
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