HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kapperchino

no profile record

Submissions

Show HN: Agent Joe – a Rust only coding agent with no shell access

github.com
2 points·by kapperchino·vor 28 Tagen·0 comments

comments

kapperchino
·vor 10 Tagen·discuss
Ngl after opus 4.5 I haven’t noticed too many improvements
kapperchino
·vor 11 Tagen·discuss
Wow good timing, I’ve been working on a session hub of sorts for devs. Check it out, you can store your sessions on here. https://joe-store-frontend.onrender.com
kapperchino
·vor 19 Tagen·discuss
This agent I made can’t execute on the shell, can only edit the files within the project. Only works with rust atm though. https://github.com/Kapperchino/agent-joe
kapperchino
·vor 21 Tagen·discuss
Real, there are so many low hanging fruits for optimization but no one has time to do them. And they don’t incentivize spending your time on it either.
kapperchino
·vor 22 Tagen·discuss
Not necessarily, since you would need to also run cargo check and cargo test. And Claude still needs grep and find to look around the repo.
kapperchino
·vor 27 Tagen·discuss
I’m working on a coding agent that doesn’t have access to the shell. Essentially all it could do is edit and read code, verify and run tests. But due to that limitation I’ve made it target only rust projects for the time being.

https://github.com/Kapperchino/agent-joe
kapperchino
·vor 27 Tagen·discuss
On the topic of access control, I’m building a coding agent with no shell access, currently only supports rust though. https://github.com/Kapperchino/agent-joe