Viewing profile — Jonathanfishner
Jonathanfishner
HN member- Joined
- Wed, Aug 21, 2019, 1:37 PM UTC
- HN karma
- 198
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About Jonathanfishner
Recent public activity
-
comment
Comment #49064589
thats cool. n1. spent 15min looking on it rn
-
comment
Comment #49030922
[dead]
-
comment
Comment #49030527
got it. we have not heard that need from users yet, but, can def see it being usefule as a fallback mechanism, since we are already sit at this network proxy layer. what type of ca…
-
comment
Comment #49025779
thanks, both are useful. 1. we support OAuth apps today, and we're growing the catalog based on demand. we support rotating and refreshing tokens for those. 2. I'd like to understa…
-
comment
Comment #49025640
yes the agent controls its environment which is exactly why nothing sensitive should live there. The gateway and the real secrets sit outside the sandbox. that said, not holding th…
-
story
Show HN: OneCLI – OSS credential gateway that keeps secrets out of AI agents
hey HN, Jonathan and Guy here, creators of OneCLI ( https://onecli.sh/ ). OneCLI is an open source vault for AI Agents. Traditional vaults are used to store your secrets and, on de…
- story
- story
-
comment
Comment #47891418
[dead]
-
comment
Comment #47891188
[dead]
- story
-
comment
Comment #47502679
Creator of OneCLI here. On (1), the agent runs in its own container where OneCLI doesn't exist. It can't spin up OneCLI or access its process because it's completely isolated from …
-
comment
Comment #47362797
that's exactly the idea. appreciate you framing it so clearly
-
comment
Comment #47362505
Re IronClaw is probably the most hardened open-source implementation I've seen for this, but a sufficiently clever prompt injection against the built-in tools (especially shell) co…
-
comment
Comment #47362315
It's not the same. The core overlap is that agents shouldn't be holding raw credentials, that part isn't new, agreed. But the problem space goes further when you're building for ag…
-
comment
Comment #46966628
i have 34 more minutes to edit this post, give me something good and i'll change it
-
story
Show HN: Clawe – open-source Trello for agent teams
We recently started to use agents to update some documentation across our codebase on a weekly basis, and everything quickly turned into cron jobs, logs, and terminal output. it wo…
-
story
Show HN: ChartDB Cloud – Visualize and Share Database Diagrams
Me and Guy (@guyb3) built ChartDB to generate ER diagrams from your database without a need of any database access (via query/sql/dbml). We started with an open-source version, and…
-
comment
Comment #44703818
We’re building ChartDB - an open-source tool to visualize and edit your database schema. Supports Postgres, MySQL, SQLite, MSSQL, ClickHouse. Includes AI export to generate DDL in …
- story
-
comment
Comment #42029089
Really interesting to see this built on Google Apps Script such an underrated gem for quick, reliable automations! Cal.com is already out there and doing great, but it’s still cool…
-
comment
Comment #41381634
Thank you for the kind words! I'm glad you're enjoying ChartDB. We appreciate your feedback about handling large tables with 100+ columns. Improving that experience is definitely o…
-
comment
Comment #41350487
Thanks for catching that! I’ve fixed it for you here: https://dbfiddle.uk/F2vuGKVS . I also tested the export script with a table name like "table", and it worked. If you don’t min…
-
comment
Comment #41346878
Thanks for giving it a try! I just tested it on an RDS PostgreSQL 15.4 instance, and it worked on my end. Would you mind opening a GitHub issue so we can dig into this further and …
-
comment
Comment #41346874
Thanks for pointing that out! Just to clarify, we provide a single, hardcoded query that fetches metadata, with no option for user input. The user only needs to take the generated …