The best part of AI right now is being able to bootstrap your ideas into something and learning how to get over roadblocks easier. No more having to listen to some overhyped bullshit forums or threads on what the right way is or software engineers hoarding info. Just you and AI.
Claude PSA/Anti PSA: there is no optimal path or optimal prompt. Just talk to it and state your goal. None of this bs you see influencers on here parroting. Go forth…
Sure -- I have two projects: Project A and Project B (separate repos, separate folders). Dispatch has Project A's folder mounted. From Dispatch I created a scheduled task for Project B (weekly code quality scan). When the task ran, it inherited Dispatch's mounted folder (Project A) instead of Project B's folder. The task couldn't access Project B's files at all. Regular code tasks work fine because I can specify cwd, but scheduled tasks don't seem to have a way to specify which project folder they should use. Ended up killing the scheduled task and running it as a one-off code task instead.
@cwRichardKim Update: it's working great now. Running Dispatch with two separate projects (different codebases), each with their own scheduled tasks, market research agents, and code analysis. Dispatch orchestrates across both without them stepping on each other. The Projects integration clicks once you start using it. Feature request though: would love to see scheduled tasks scoped under their project in the sidebar instead of a flat list
@cwRichardKim@AnthropicAI Thanks for the tip! I asked Dispatch to access my project and it picked it up. Just ran a full codebase analysis on a second project from the Dispatch tab and it worked. The integration is getting there for sure. Appreciate the quick response
@AnthropicAI Loving Cowork + Dispatch so far, but Projects created on desktop don’t show up in the mobile Dispatch tab. If I create a Project in Cowork, I should be able to switch to it from my phone without having to go back to my desktop first. The whole point of Dispatch is working remotely.
PSA: You can control Claude Code entirely from your phone via Telegram.
Setup:
1. In .claude/settings.json:
{"enabledPlugins": {"telegram@claude-plugins-official": true}}
2. In .claude/settings.local.json, add to your permissions allow list:
"mcp__plugin_telegram_telegram__reply"
3. Launch with:
claude --dangerously-skip-permissions --channels plugin:telegram@claude-plugins-official
Now you can restart programs, edit code, run commands — all from Telegram. No more walking to your desktop to approve tool calls.