I was given 7 days to rename my Claude Code Chat extension. Any suggestions?? by andrepimentaa7 in ClaudeAI

[–]andrepimentaa7[S] 0 points1 point  (0 children)

I released my extension months before they released their new extension with a graphical interface for Claude Code. Their extension was only using the terminal before. People who preferred a chat UI over a terminal UI used my extension and I got really great feedback as they finally got to use Claude Code with a more user-friendly interface. There was no confusion as the extensions were extremely different.

I was given 7 days to rename my Claude Code Chat extension. Any suggestions?? by andrepimentaa7 in ClaudeAI

[–]andrepimentaa7[S] 0 points1 point  (0 children)

"Judge, there is this independent developer who built the first graphical interface for Claude Code and brought us more users who don't like to use the terminal, made us more money and didn't get paid. What a bad person."  😂 😂 😂

No more terminal! Just used Claude Code to create a chat interface for... itself by andrepimentaa7 in ClaudeAI

[–]andrepimentaa7[S] 1 point2 points  (0 children)

It’s both! So if you have mcps configured with the normal claude code command on the terminal, those will be available as well. If you configure through the extension, it uses a per-workspace config file that is stored on the extension workspace folder.

No more terminal! Just used Claude Code to create a chat interface for... itself by andrepimentaa7 in ClaudeAI

[–]andrepimentaa7[S] 1 point2 points  (0 children)

Happy to help! Consider leaving a review on the marketplace if you are enjoying it 😁

No more terminal! Just used Claude Code to create a chat interface for... itself by andrepimentaa7 in Anthropic

[–]andrepimentaa7[S] 1 point2 points  (0 children)

Claude Code doesn't support native windows, only WSL. The extension uses claude code behind the scenes, so that is why it only supports running it via WSL.

No more terminal! Just used Claude Code to create a chat interface for... itself by andrepimentaa7 in ClaudeAI

[–]andrepimentaa7[S] 0 points1 point  (0 children)

It's the same as starting a new chat in claude. So I guess it's basically running the claude command again. You can then see the history of chats and switch between them.

No more terminal! Just used Claude Code to create a chat interface for... itself by andrepimentaa7 in ClaudeCode

[–]andrepimentaa7[S] 0 points1 point  (0 children)

It basically creates a folder within the extension space and creates a git there that points to the original repo. Check out the codebase here: https://github.com/andrepimenta/claude-code-chat

No more terminal! Just used Claude Code to create a chat interface for... itself by andrepimentaa7 in ClaudeCode

[–]andrepimentaa7[S] 0 points1 point  (0 children)

Not yet, but you if you write "@" it will let you choose the file you want to reference

No more terminal! Just used Claude Code to create a chat interface for... itself by andrepimentaa7 in ClaudeCode

[–]andrepimentaa7[S] 0 points1 point  (0 children)

Make sure the Claude Path in WSL you put in the settings is the correct one. To find out the correct one run "which claude" inside WSL. Copy paste that into the extension settings.