Subagent file must follow sub agent format, otherwise it will cause the Claude Code can not find any agent#9
Closed
ericdum wants to merge 2 commits intocontains-studio:mainfrom
Closed
Subagent file must follow sub agent format, otherwise it will cause the Claude Code can not find any agent#9ericdum wants to merge 2 commits intocontains-studio:mainfrom
ericdum wants to merge 2 commits intocontains-studio:mainfrom
Conversation
…he Claude Code can not find any agent
udiedrichsen
added a commit
to moinsen-dev/agents
that referenced
this pull request
Aug 24, 2025
|
hey @mgalpert could you please take a look at this PR Without this change, the agents don't work with the latest versions of CC |
darkopavic
added a commit
to darkopavic/agents
that referenced
this pull request
Dec 28, 2025
|
Hey! I ran into the same issue and created a more comprehensive fix that also:
If anyone needs a working version while waiting for this to be merged, feel free to use my fork: Or clone directly: git clone -b fix/claude-code-spec-compliance https://github.com/jpelaez-23blocks/agents.git ~/.claude/agentsI've also opened PR #19 with the complete fixes, but happy to close it if this one gets merged first! |
bjorn-supernomic
pushed a commit
to bjorn-supernomic/or-agents
that referenced
this pull request
Mar 3, 2026
Add DM conversation UI with message sending, teammate search dialog with filtering, sidebar DM list with active state and unread counts, and real-time DM socket event handling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bjorn-supernomic
pushed a commit
to bjorn-supernomic/or-agents
that referenced
this pull request
Mar 3, 2026
…EF9ED) Apply amber background (bg-[#FEF9ED]) to pinned message rows so they are visually distinct from regular messages. Hover state also keeps the amber color. Adds Playwright E2E test to verify. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bjorn-supernomic
pushed a commit
to bjorn-supernomic/or-agents
that referenced
this pull request
Mar 3, 2026
…panel, sidebar files view Bug contains-studio#7: File upload button already existed (attach-file-button) — confirmed functional with existing uploadFile() API call and file preview display. Bug contains-studio#9: Added GET /channels/:id/files backend endpoint; created FilesPanel component (mirrors PinsPanel pattern); wired Files tab in MessageHeader to toggle the panel via onToggleFiles prop in MessageArea. Bug contains-studio#11: Files nav icon in sidebar now toggles a FilesPanel overlay showing all files the user has ever uploaded via GET /files. Also adds scheduleMessage/getScheduledMessages/cancelScheduledMessage to api.ts to fix missing export needed by MessageInput.tsx. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before the Pull Request, the claude code can not find any agents after copy files to ~/.cluade/agents and run claude.
In this Pull Request, I transfered
content-creator.md,growth-hacker.md,instagram-curator.md,reddit-community-builder.md,twitter-engager.mdto proper format by claude code according the Doc .Test Envoriment:
OS: Mac
Steps:
claudeget into the claude code/agentssee how many agents has be found.