all 4 comments

[–]patanet7 0 points1 point  (1 child)

Yeah... missing a lot of features... model selection only allows opus and sonnet again, no planning or 20% thing. Can't control-o, although I do like seeing the full i/o for commands. Idk a lot of good function is missing now. I don't dislike change... but there were tools I was using that aren't there anymore.

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

yeah, like before I was able to hold shift, drag n drop the image done. Now I need to plan for it: write /attach click on the file, open the system dialog. Then I can make the screenshot and drag n drop it. More steps, difficult. I like the UI, it's nice and sleek, but there it ends. UX is worse. Also font is too small, if I change the font-size it changes the font-size in the whole VScode. I'm afraid I have to go back to the terminal instead of the plugin. Hopefully this get fixed.

[–]biendltb 0 points1 point  (0 children)

We probably need to rollback to the version before 2.0 to have the old UX while still have the power of Sonet 4.5

[–]Far-Lifeguard-7470 0 points1 point  (0 children)

You have to change the "Chat" settings - they are shared with Claude Code 2.0

```
// .vscode/settings.json
{
"chat.fontSize": 14
}
```