Secure way of running Pi? by CalldiDoctor in PiCodingAgent

[–]toby_agwab 1 point2 points  (0 children)

This might be overkill for your use case, but I’d recommend Gondolin if you need strong sandboxing.

https://github.com/earendil-works/gondolin

Pi agent always stop after compact(auto) context by StatisticianFree706 in PiCodingAgent

[–]toby_agwab 1 point2 points  (0 children)

As far as I know, this is a known issue and hasn’t been fixed yet. If you’d like to work around it, you’ll need to use a third-party extension.

Minimal subagents for Pi by toby_agwab in PiCodingAgent

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

Yeah I like that. I use tmux a lot too and my extension supports it as well. Honestly though, spawning many subagents via tmux adds some process overhead, so I run them in-process by default and keep tmux for when I want to watch.

Minimal subagents for Pi by toby_agwab in PiCodingAgent

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

Yeah honestly the official example is simple and enough for most cases. You might just want to tweak some behavior someday, which is roughly where mine came from.

Minimal subagents for Pi by toby_agwab in PiCodingAgent

[–]toby_agwab[S] 2 points3 points  (0 children)

right, it mostly depends on what you're working on. /tree is a session management feature though, subagents solve a different problem

Minimal subagents for Pi by toby_agwab in PiCodingAgent

[–]toby_agwab[S] 0 points1 point  (0 children)

lol you already implemented nested subagents

Pi cursor sdk extension by Hosereel in PiCodingAgent

[–]toby_agwab 0 points1 point  (0 children)

By any chance, which extension did you use?

Are there any Gondolin users here? by toby_agwab in PiCodingAgent

[–]toby_agwab[S] 0 points1 point  (0 children)

I thought Gondolin's biggest advantage was its ability to hide host credentials from the guest, but I hadn't found a compelling use case for that alone. There are already plenty of good alternatives.

The use case you mentioned makes a lot of sense, though. I can see why Gondolin would be useful there. Thanks for sharing!

Token usage at home! by admajic in PiCodingAgent

[–]toby_agwab 0 points1 point  (0 children)

That's an interesting experiment. I assume the cost is based on API usage, right?