Infinitnet

Results 29 comments of Infinitnet

Yes, having duplicate headings is indeed not optimal, but it's still something that's rather common and I'm just taking a "user perspective" here: If someones wants to replace another TOC...

Or much simpler...: ```php $heading_ids = []; function simpletoc_sanitize_string($string) { global $heading_ids; // Remove punctuation, non-breaking spaces, umlauts, and accents $sanitized_string = remove_accents(str_replace(" ", " ", preg_replace("/\p{P}/u", "", $string))); // Replace...

I'd love to contribute with a PR, but unfortunately my coding skills are way too basic to be able to; they're mostly a mix of being able to describe what...

For some reason my pull request for #9067 did not work as expected either. Sonnet 3.5 through OpenRouter is still limited to 4096 tokens, although the config file has been...

Works in 0.9.2 - not sure why it didn't work before with locally applied changes.

@yihong0618 See attached. It's really simple to reproduce: 1. Create agent using Sonnet 3.5 through OpenRouter 2. Add any tool 3. Get agent to use the tool 4. See error...

+1, just wanted to open a feature request for this as it seems logical that it should be possible to use agents in workflows. This way agents would be like...

Same issue here but web rebuild fails with the below error. Hopefully this will be fixed in v1.0.2 next week. ``` 188.7  ELIFECYCLE  Command failed. ------ failed to solve: process...

> Strange, I'm updated to 15.3.1 (24D70) M1 Pro and can't reproduce the problem, (using MX Anywhere3 / MX Master3). > > Try removing it from the accessibility list and...