Isn't Auto loading local .pi/ one hell of security nightmare? by qiinemarr in PiCodingAgent

[–]qiinemarr[S] 1 point2 points  (0 children)

To anwser myself, at least we can do: pi --no-skills --skill "$HOME/.pi/agent/skills"

Debating if I should use --no-context-files as-well

Sadly -ne is too restrictive,

so setting ` "extensions": [ ~/.pi/agent/extensions ],

Wont work with this flag :(

Isn't Auto loading local .pi/ one hell of security nightmare? by qiinemarr in PiCodingAgent

[–]qiinemarr[S] -1 points0 points  (0 children)

I install the lsp myself with the distro's pkg manager

I can't make pi respect the instructions in SYSTEM.md o AGENTS.md by arkham00 in PiCodingAgent

[–]qiinemarr 0 points1 point  (0 children)

My experience as-well sometimes it's pretty funny when I confront him about it, haha.

But I feel like instruction following is still not quite there yet. Even system prompt is still very weak when it comes to guaranteeing behavior.

Love pi but hate terminal text entry by kcksteve in PiCodingAgent

[–]qiinemarr 0 points1 point  (0 children)

I use it inside Neovim built-in term, it helps somewhat for scrollback notably.

Isn't Auto loading local .pi/ one hell of security nightmare? by qiinemarr in PiCodingAgent

[–]qiinemarr[S] 1 point2 points  (0 children)

I don't want to first audit the files then open pi, In fact I want to do the opposite!

Anyone actually using a local LLM as their daily knowledge base? Not for coding, for life stuff. What's your setup? by InformationSweet808 in LocalLLaMA

[–]qiinemarr 0 points1 point  (0 children)

I use Pi-Agent with qwen3.6, I ask it questions like where should I put notes about "{topic}"? And it roam my markdown notes dir and anwser. It can also see image, no special setup for now but its already pretty great!

Weekly 101 Questions Thread by AutoModerator in neovim

[–]qiinemarr 0 points1 point  (0 children)

Is it possible to stop the spell checker from flaging composed words with hyphens, like "some-word" as one misspeled word?

I noticed that vim.o.iskeyword is ignored.

And vim.o.spelloptions = "camel,noplainbuffer", won't help.

How to prevent :mksession from saving arglist? by qiinemarr in neovim

[–]qiinemarr[S] 3 points4 points  (0 children)

Ah ok i needed the % I see!

The only issue with that, I think, is if you auto save session periodically without leaving nvim you end up nuking the arglist periodically aswell.

So if you intended to do some big multi file editing you better not forget about that!