-
|
With changes to Anthropic policies about Claude Code usage, third party apps will now draw from extra usage. V1 worked on claude code directly, so wondering if there is an easy way to downgrade to v1 back. I just upgraded to Max but makes no sense if it doesn't cover GSD usage. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
as of today all my gsd-2 usage was already drawn only from extra usage... so sad. max-plan basically useless |
Beta Was this translation helpful? Give feedback.
-
|
+1 on this - any plans to either develop v1 further or publish gsd as a plugin for claude code? |
Beta Was this translation helpful? Give feedback.
-
|
GSD-2 already runs AS a Claude Code extension/plugin (via MCP). It's not a separate TUI wrapper over Claude Code — it wires into Claude Code's tool call system and runs within it. When you run |
Beta Was this translation helpful? Give feedback.
GSD-2 already runs AS a Claude Code extension/plugin (via MCP). It's not a separate TUI wrapper over Claude Code — it wires into Claude Code's tool call system and runs within it. When you run
/gsd auto, you're running Claude Code with GSD-2 loaded as an MCP extension. v1 is not being actively developed. See https://github.com/gsd-build/gsd-2/blob/main/docs/dev/architecture.md for how the MCP integration works.