Amolith
Amolith
I would be willing to throw a bit of money in a pot to get this feature added, likely not enough to fund it on my own though. I looked...
I'm experiencing _almost_ the same behaviour on Arch Linux; I'm never prompted to touch the key and the error is slightly different. I do not have the PIN enabled, just...
Read around some more and realised this might be a duplicate of #2958. Switching to OpenSSH via #3191 fixed it! ``` $ jj git fetch --debug 18:08:38 2024-10-23T00:08:38.912583Z INFO jj_cli::cli_util:...
I don't _think_ it fixes #11, but I could be testing it wrong. I'm on 98d227a51af031b10f546e76d13d66b46cd4828e, ran `pnpm install`, `pnpm run build`, clicked the button to **Load unpacked extension**, and...
If this is a feature maintainers want, I'd be happy to tackle it. I imagine it would be another subcommand like `update-providers`. Could be `cruch update --check` and `crush update...
Was randomly thinking about this today and realised the command should do something to figure out how Crush was installed. If from the apt repo, for example, `update --apply` (or...
Docs are here, they just haven't been merged yet https://github.com/charmbracelet/crush/blob/99edcbf1c17dbb1d74dc1a3f03a5e30bcfc58b39/COMMANDS.md
If we want to load _both_ `~/.config/AGENTS.md` and `~/.config/crush/CRUSH.md` by default and have a `memory_paths` array in the config so users can override those, amolith/crush@8163fdadb7be5873e7d4a1de245be2cc4ae62d1a implements that and I just...
@kujtimiihoxha I did just append `memory_paths` to `context_paths` at first, but then realised the coder prompt explicitly tells the LLM that everything in there is project context files, which isn't...
Related discussion: https://github.com/charmbracelet/crush/discussions/730