Erik Bjäreholt

Results 885 comments of Erik Bjäreholt

This is documented in the Getting Started guide: > If you are using a proxy ActivityWatch might not work out of the box. To fix this you can set the...

Anthropic has suggested that the solution to this is to [always use absolute paths](https://www.anthropic.com/research/building-effective-agents)... > While building our agent for [SWE-bench](https://www.anthropic.com/research/swe-bench-sonnet), we actually spent more time optimizing our tools than...

I now mention a preference for absolute paths it in the system prompt: https://github.com/ErikBjare/gptme/commit/ba11552a7d6febd36223a4e35e438e777646b226 Some tools should probably be updated to return absolute paths instead of relative ones. Maybe also...

The shell tool now outputs a line about any working directory change after running a command: https://github.com/gptme/gptme/pull/534 This significantly improved things. I suppose it's wasn't prompted well enough about the...

We have https://github.com/ErikBjare/gptme-rag and the wrapping rag tool now

I think this would be fixed by https://github.com/ActivityWatch/aw-watcher-web/pull/103

Replaced by https://github.com/ErikBjare/gptme/pull/235

Yeah, it might be time. What do you think?

Indeed similar to #352 > This happens for me because I am editing inside of vim, in a terminal which is using tmux (where the window titles summarize what I...

Try running aw-sync directly from a terminal and see what the output is.