Viewing profile — engomez
engomez
HN member- Joined
- Sun, Sep 11, 2022, 10:43 PM UTC
- HN karma
- 292
- Public activity
- 112 items
- HN profile
- View on Hacker News ↗
About engomez
x: @nickgomez
Recent public activity
-
comment
Comment #48729239
Closing loop - we merged in a PR that lifted the codex toml modification logic from the codex source code, so it should be safe to use. We weren't able to recreate cases were the p…
-
comment
Comment #48694710
Added! https://openknowledge.ai/docs/integrations/opencode
-
comment
Comment #48694709
OpenCode docs added - https://openknowledge.ai/docs/integrations/opencode Let us know if any feedback.
-
comment
Comment #48692424
Top priority, expect an update within days.
-
comment
Comment #48689253
Appreciate it !
-
comment
Comment #48689247
Currently yes. We'll be exposing a centralized CRDT server option in near future.
-
comment
Comment #48689230
Yes, we're working on Linux/Windows beyond the CLI/WebUI, Electron enables us to do that.
-
comment
Comment #48689217
Yup, OKF is more of a specification for a format, similar to e.g. Skills or MCP. Our templates follow it and we have a starter pack for it. You can think of our app as a general pu…
-
comment
Comment #48689186
Ah, I was referering to https://cloud.google.com/blog/products/data-analytics/how-th... for "OKF"
-
comment
Comment #48685707
Talking about a few different things, OKFN and OKF.
-
comment
Comment #48685507
Web UI available for Linux/Windows. Updates docs !
-
comment
Comment #48685503
I don't believe I've seen a KM app with true WYSWIG that's markdown underneath. Rest is indeed mainly packaging up all the second-brain, MCP, skills, and AI integrations to be out-…
-
comment
Comment #48685480
Fixed!
-
comment
Comment #48685477
As a founder of a company that revolves around AI, I get you. It can feel frothy // intangible // overwhelming.
-
comment
Comment #48685378
There is a knowledge graph -- we'll update the readme to make clearer. We support wikilinks and forward/backward links are presented to the agent through the MCP server for "agenti…
-
comment
Comment #48685024
Great thought - we indeed added Claude/Codex terminal in there already. Was our quick win as we investigated this deeply.
-
comment
Comment #48684947
collab between agent human happens locally via yjs collab between human human happens using git/GitHub. so collab right now is auto-sync (~few min latency) + sharing functionality.…
-
comment
Comment #48684535
Thanks nitin, these are all top of queue. We'll follow on quickly.
-
comment
Comment #48683965
Appreciate it. An anonymized repro file would help ensure we validate against your specific cases.
-
comment
Comment #48683508
got it. we'll ship this within the next week.
-
comment
Comment #48683313
To add one more thing: Codex/Claude/Cursor can open the OpenKnowledge web viewer within their own embedded web viewer. So you don't need the two apps open. And we embedded the Clau…
-
comment
Comment #48683253
Is the issue you're seeing that it stripped comments, or something else?
-
comment
Comment #48682898
Got it yup, sounds like similar to the setups our team runs. Give it a shot and feel free to share any feedback.
-
comment
Comment #48682890
Git is used for the "auto-sync" and sharing functionality. Uses GitHub as the source of truth for the content. Currently the CRDT is local and is used so that agents can edit the m…
-
comment
Comment #48682881
Let me know if you see any gap with OpenKnowledge an this scenario. It's exactly what we aimed to solve (files are markdown and local, sync and team sharing happens via git/GitHub …