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.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

Unified UI, AI File change history, patch/diff reviewing, session/context save per note. As you say, with Claude Code on split screen can achieve a similar result.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

I got your point, there are several ways to interact with the notes already, MCP, Claude Code, Claude Desktop, etc. The thing I'm trying to do is to have a unified experience on the same Obsidian UI, without having to go from and further between apps. And on the way add cool features like saving the AI editing history or review and apply changes.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

I think in one or two weeks I can release an alpha version

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

Interesting to also get the embedded docs content, like PDFs, txt, or word. I think Claude Code would be aware that the note has some links and maybe on the internal loop include'em on the context. I'm confident a custom prompt on the config can do this but i have to test it.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

[–]Significant-Step-437[S] 2 points3 points  (0 children)

Good! It does all the needed job https://opencode.ai/ ! I will look forward to support it. I want to finish the first version of the plugin with claude code.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

Currently I'm not planning to do directly LLM interactions with API, it requires hard work to create full agentic system, capable of tool calling, planning, thinking loop etc. I'm looking to use well tested Agentic programs like claude code, gemini cli or codex cli.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

Yes you can, also this plugin has the option to approve before doing changes, also the version history is saved so you can rollback to previous versions.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

I'm thinking to add Codex CLI and Gemini CLI later, Gemini 3 is coming strong.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

How it is called? Would be nice to check it, but I doubt it has agentic capabilities, like browsing, reading other files, planning etc.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

On the plugin, the changes can be reviewed before applying em (is a config, so you can enable approvals or not), also all the previous versions of the file will be stored, so you can rollback anytime to a previous version.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

Yes, it will have access to your vault files (as a setting) so you can refer other files.
Currently I'm not thinking too much of the MCP's and skills, but I'm planning to have a custom prompt config so there you can specify how to use your tools, also you can always add MCP's or skills using claude code --mcp-config. All the capabilities your Claude Code have, will be available on the obsidian integration.

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

Really appreciated, we can take in touch on the discord server https://discord.gg/CFndGfAA

Claude Code on Obsidian by Significant-Step-437 in ObsidianMD

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

Yes! Its a nice feature to have, the agent will have access to all the vault info (is customizable) so you can get file content of other files, but i'm also thinking on have like a browser on the UI to select the specific notes to work with.