Viewing profile — kage18
kage18
HN member- Joined
- Wed, Jun 11, 2025, 8:48 AM UTC
- HN karma
- 3
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About kage18
No profile information was provided.
Recent public activity
-
comment
Comment #48749412
Yusss, you install Kage and then you work with your agent as you regularly do, it automatically captures memories from your live session like decisions, gotchas, runbook, bug fixes…
- comment
-
comment
Comment #48746185
The memory is a collaborative and shared across team as it sits in git alongside the code. Kage also helps manage these memory by reindexing/linking memories based on edits and new…
-
comment
Comment #48745850
Author here, adding setup and usage. run inside each repo you want memory in: npx -y @kage-core/kage-graph-mcp install This will initialise repo's memory store, build code graph, w…
-
comment
Comment #48745732
Author here, adding setup and usage. run inside each repo you want memory in: npx -y @kage-core/kage-graph-mcp install This will initialise repo's memory store, build code graph, w…
-
story
Show HN: Google's OKF now has a framework to maintain and verify agent memory
Kage was always a document format memory with its own memory standards... and was betting on file based memory + git native. It's good to see that Google also thinks the same and r…
-
story
Show HN: Kage, verification and freshness for Google's OKF agent memory
Kage was always a document format memory with it's own memory standards... and was betting on file based memory + git native. It's good to see that Google also thinks the same and …
-
comment
Comment #48626427
Love to see people creating such projects, i'm truly passionate about Coding Agent Memory myself. Have you thought on making it collaborative memory across your teammates working o…
-
comment
Comment #48620278
Sharing and collaborating memory with your agents and teammates it's a big hassle, you have worked on some feature in your codebase, you discussed something with your agent, your a…
- story
-
comment
Comment #48582387
[dead]
-
comment
Comment #48582371
[dead]
-
comment
Comment #48582360
[dead]
-
comment
Comment #48561532
[flagged]
- story
-
comment
Comment #48417587
great initiative, i have built something similar, would love to chat with you
-
comment
Comment #48082563
[flagged]
-
comment
Comment #48082554
[flagged]
-
comment
Comment #48081727
[flagged]
-
comment
Comment #48077768
impressive
-
comment
Comment #48077750
great stuff
-
comment
Comment #48020229
how will you tackle prompt ingestion?
-
comment
Comment #48020198
In only a time someone will do it in shell ---- oh wow you did it!!!
-
comment
Comment #47751138
Makes sense architecturally. The Claude Code SDK is well-designed for agentic use — sub-agents, hooks, session management all work cleanly. If you're building an IDE on top of it y…