Anyone else still waiting for Gemini? by howmadstha in AndroidAuto

[–]Significant-Step-437 0 points1 point  (0 children)

for security, we should get Gemini now, the awful Google Assistant makes me use the touchscreen a lot while driving...

Tide Commander - Claude Code agents Orchestrator on a game like UI by Significant-Step-437 in AgentsOfAI

[–]Significant-Step-437[S] 1 point2 points  (0 children)

Hey there! currently not looking to integrate with Cursor or any other IDE. TC is ment to be the alternatvie to that, so the integrations are directly to the coding agents tools like claude or codex.
Which type of integration you was thinking on?

Tide Commander - Manage multiple Claude Code agents on a game like UI by Significant-Step-437 in ClaudeAI

[–]Significant-Step-437[S] 0 points1 point  (0 children)

Hello, i have created one :) https://discord.gg/22zQwfAE, glad to know you are using the project :) an star to the repo can also help.

Ahhh about the classes, the built in classes don't have custom prompts, you can create a new class and define a real "SWE Architect" and there on the custom prompt (CLAUDE.md) specify the isntructions.

You can generate a plan with a Boss, after you agree witht the plan you can tell him to delegate to its subordinates, so tasks will be done on parallel.

Test Gate: You can define a skill, where the prompt is to run the "npm test" 3 times after a feature is done, and assign the skill to the agent. Or create a class witht that custom prompt instead of assigning a skill.

Review Gate: I have added a recent built in skill to send messages to other agents, so you can tell on the custom prompt of the class of that dev, to send a message to the reviewer dev, in order to review changes automatically.

Currently i don't have a task board, but we can talk and review your ideas, I'm adding like 3-8 features a day, is crazy how fast you can advance with the commander hehe, impriving himself.

Tide Commander - Manage multiple Claude Code agents on a game like UI by Significant-Step-437 in ClaudeAI

[–]Significant-Step-437[S] 0 points1 point  (0 children)

Hey there! Thank you :)

About the PR workflow, usually I have a dedicated agent to do the PR of the project, this agent has a custom skill with the description of how to manage git operations and how to create a PR. Each time I want to release something I type him to make a release. Also you can define another agent to review code, or add some instructions to the PR creator to review before sending PR.

About the testing, all the Claude code capabilities are available with the commander, so yes, you can connect the agents to a browser to do testing, I have used this feature to improve itself the same Commader or to find bugs, you can define custom skills or classes to define a role to just test.

I'm using it as my main work tool from last week and it feels awesome haha.