Skip to content

feat: add ForgeCode agent support#648

Open
elliotllliu wants to merge 1 commit intovercel-labs:mainfrom
elliotllliu:feat/handle-forgecode-agent
Open

feat: add ForgeCode agent support#648
elliotllliu wants to merge 1 commit intovercel-labs:mainfrom
elliotllliu:feat/handle-forgecode-agent

Conversation

@elliotllliu
Copy link
Contributor

Summary

Closes #635

Adds ForgeCode to the agent registry.

Agent configuration

Field Value
Name forgecode
Display name ForgeCode
Project skills dir .forge/skills
Global skills dir ~/forge/skills
Detection ~/forge exists

Changes

  • src/types.ts: Add 'forgecode' to AgentType union
  • src/agents.ts: Add ForgeCode agent config (alphabetical order)

Testing

All 375 tests pass.

Add ForgeCode to the agent registry so `npx skills add` can detect
and install skills for ForgeCode users.

- Project skills dir: .forge/skills
- Global skills dir: ~/forge/skills
- Detection path: ~/forge

Closes vercel-labs#635
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.

[Agent]: handle ForceCode in npx skills installation

1 participant