Colin Kennedy
Colin Kennedy
Hiya. Just saw this and will look into it. My own flow for adding more stuff is aggressive-snoozing (press `z`). IE, if I have more to add, I'll muddle through...
FYI @kevin-gwyrdh, this was implemented a while back under the config option `frictionThreshold=n`. The readme now documents this as well.
Two drive-by suggestions: - `forbiddenDependencies` rather than `disabledDependencies`. Disabled often refers to something that is installed but not turned on (ie, a disabled extension in VSCode). - configurable for transitive...
I guess this is an inevitable tension when supplementing the chat interface with prescribed inline menus. People are accustomed now to be able to bring their own tone and diction...
FYI: I have had some success against this issue with: ``` yarn add -D events-browserify ``` along with the specific config items: ``` js // vite.config.js import { defineConfig }...
This is in the broad category of "LLM feels worse now" but I also had __very surprising__ usage limit hits over the past few days. More potentially useful context: -...
@grandtheftdisco Thanks for this. Is the `Task` feature new? Any impressions on what has changed over time? Some token-efficiency metrics would probably be a good regression benchmark for claude-code repo.
Was going to tag Makio64 on this, but obviously they are aware. For others: https://github.com/Makio64/animejs-v4-ai-guidelines These md guidelines are quite good at redirecting Claude 4.5's usage at least - I...
Since you're here @Makio64, I'm curious: What's the case for an MCP server here? In my head MCP is useful for cases where tool calls either *do stuff* or pull...
@brc-dd This is [implemented](https://vitepress.dev/guide/markdown#line-numbers) and I guess should be closed.