Dominik Engelhardt
Dominik Engelhardt
Trying to import contacts on a new machine, but no luck, no matter which paths I try. It was working well on my old MacBook with the same settings and...
For now I found a viable workaround for my use case. Since I use traefik in front of monica, I added a path rewrite middleware replacing `^/principals/(.*)` with `/dav/principals/myuser%40mydomain.tld/$1`. This...
I have the same issue with the right `#` key on an older wired external german apple keyboard. `0x2a` is reported on the external keyboard but not remapped as for...
For `@codebase` you can work around the issue by using `nomic-embed-text` embeddings provider from `ollama`. However, `@docs` indexing seems to ignore that setting. I am getting a very similar error...
> Guys, if you are using Intellji, please use local ollama with nomic-embed-text as embeddingsProvider > > Revise your config.json to > > ``` > "embeddingsProvider": { > "provider": "ollama",...
The [specification](https://agentskills.io/specification#file-references) actually specifies quite clearly that files should be referenced with paths relative to the skill root. However, I'm not sure if it is the task of the harness...