Skip to content

Conversation

@penberg
Copy link
Collaborator

@penberg penberg commented Dec 28, 2025

No description provided.

penberg and others added 3 commits December 28, 2025 19:58
…or inode creation

The RETURNING clause with stmt.get() was not properly committing the
INSERT before returning, causing newly created inodes to be invisible
to subsequent queries. This resulted in ENOENT errors when trying to
verify that parent directories exist.

Using stmt.run() with lastInsertRowid ensures the INSERT is committed
before we use the returned inode number.
Example demonstrating how to use just-bash with AgentFS for persistent
filesystem storage.

Features:
- Interactive shell for chatting with the AI agent
- Bash command execution via just-bash
- Persistent file storage via AgentFS (SQLite)

Also fixes the AgentFs adapter import to use just-bash package types.
@penberg penberg marked this pull request as draft December 28, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants