HackerLangs
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·28 дней назад·0 comments

comments

kapperchino
·10 дней назад·discuss
Ngl after opus 4.5 I haven’t noticed too many improvements
kapperchino
·11 дней назад·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
·19 дней назад·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
·21 день назад·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
·21 день назад·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
·26 дней назад·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
·27 дней назад·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