Christian Roy

Results 11 comments of Christian Roy

How about this? ``` function sortBy( key, cb ) { if ( !cb ) cb = () => 0; return ( a, b ) => ( a[key] > b[key] )...

Could this be related to `gum write` ? It seems to be related to the number of lines (Max 99 lines) when I use `gum write`. I am not sure...

I think this is related to this: https://github.com/charmbracelet/huh/issues/501 How do we get this latest update into mods?

Hi @olivierlacan , Thanks for taking the time to consider my PR. What if we automate this so those files are generated from what is already there and re-generated when...

With MCP, we could add tools like memory and sequential thinking, or github, or git, etc...

I've been trying to make progress on this... just a proof of concept really... I have no experience in Go. I've been using AI to try to make progress on...

@dexhorthy Nice job! I was also having trouble getting the tool's response back to the LLM for a loop. What do you think about having the ability to assign mpc...

M-Enter (esc followed by enter) would be also accepted for a new line in multi line. (like aider) CTRL-J could also be accepted for a new line multi line. (like...

Oh yeah, sorry, here it is: https://llmstxt.org/ And some major players are already adopting this like [Anthropic](https://docs.anthropic.com/llms.txt), [Perplexity](https://docs.anthropic.com/llms.txt), [Vercel](https://sdk.vercel.ai/llms.txt), [ElevenLabs](https://elevenlabs.io/docs/llms.txt), [Cursor](https://docs.cursor.com/llms.txt), just to name a few.

Actually, if you look carefully you will see that someone already created an issue about disabling these: Issue https://github.com/charmbracelet/mods/issues/480 This was fixed in this PR: PR https://github.com/charmbracelet/mods/pull/550 Which was merged...