7 comments

  • pjdesno 40 minutes ago

    For those of us who have just been using Emacs, rather than following its recent evolution, "ts-mode" refers to a mode which uses tree-sitter for parsing, highlighting etc.

  • edgyquant 30 minutes ago

    What are people’s workflows for using eMacs with generative coding? I’m trying to get a workflow where I can generate code and approve it like a PR (maybe leave comments for a next round of generation) but I’m new to eMacs and the ai coding package isn’t working with the latest eMacs

      banjomonster 2 minutes ago

      I’ve been using gptel, I’ll have it generate org babel blocks I can tangle (write to files) or have it use tools to write and edit files in the project I’m working in, and then review with magit.

      remedan 23 minutes ago

      Agent Shell connected via ACP to local Claude Code.

      https://github.com/xenodium/agent-shell

        wilkystyle 19 minutes ago

        Can't say enough good things about agent-shell.el! Xenodium has done amazing work there.

          bryanlarsen 3 minutes ago

          I'll have to try it again. It definitely feels like the right way to do things, but when I tried it it had a couple of show-stopper limitations and a show-stopper bug, so I've been using claude-code-ide.el instead.

      kreyenborgi 26 minutes ago

      Which AI coding package? Agent-shell? Gptel-agent?