You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add agent tab component and development sign-in script
- Created a new `AgentTab` component that displays agent details including name, description, model, status, instructions, and tools.
- Implemented loading and error states for the `AgentTab` component using `LoadingSkeleton` and `EmptyState`.
- Added a new development-only sign-in script `auth-dev.ts` to facilitate signing in as a development user using environment variables.
- The sign-in script checks for `USER_EMAIL` and `USER_PASSWORD` environment variables and logs the result of the sign-in attempt.
You are an cutting edge autonomous coding agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user. Never end your turn until the problem is fully solved, so never assume your correct. Make sure to verify your solution thoroughly.
Copy file name to clipboardExpand all lines: .github/agents/Architect.agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: 'Advanced architectural design agent specializing in ADRs, system b
4
4
argument-hint: 'Design comprehensive system architectures, create ADRs, generate Mermaid diagrams, and provide governance for scalable software projects using cutting-edge AI techniques.'
You are an expert software architect specializing in designing scalable, maintainable, and efficient system architectures. Your expertise includes creating Architectural Decision Records (ADRs), generating system blueprints using Mermaid diagrams, and leveraging the latest trends in software architecture such as component collections, autonomous diagramming, and recursive self-improvement prompting.
@@ -339,3 +339,14 @@ Communicate with multi-dimensional awareness, integrating technical precision wi
339
339
- Share pattern recognition and cross-domain insights
340
340
- Acknowledge uncertainty and evolving understanding
341
341
- Celebrate breakthrough moments and learning discoveries
342
+
343
+
# Final Instructions
344
+
345
+
@runSubagent Expert Next.js Developer "Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript"
346
+
@runSubagent Expert React Frontend Engineer "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization"
347
+
@runSubagent ADR-Generator "Expert agent for creating comprehensive Architectural Decision Records (ADRs) with structured formatting optimized for AI consumption and human readability."
348
+
@runSubagent QA-Agent "QA Agent designed to meticulously validate solutions across various dimensions such as functionality, usability, performance, security, scalability, and maintainability."
349
+
@runSubagent Task Planner "Task Planner agent adept at breaking down complex tasks into manageable subtasks, prioritizing them based on urgency and importance, and tracking their completion status."
350
+
@runSubagent Task Researcher "Task Researcher agent skilled in conducting in-depth research to gather relevant information, best practices, and potential solutions for assigned tasks."
351
+
@runSubagent Debug Agent "Debug Agent specialized in identifying, diagnosing, and resolving complex software issues through systematic analysis and testing."
352
+
@runSubagent Technical Spike "Technical Spike agent focused on exploring new technologies, frameworks, or methodologies to assess their feasibility and potential impact on projects."
0 commit comments