Files
herolib/lib/develop/heroprompt
Mahmoud-Emad cc93081b15 feat: Add workspace selection synchronization
- Create `codewalker` module with file system utilities
- Refactor `Workspace` file operations to use `codewalker`
- Add `include_tree` flag to `HeropromptChild` struct
- Implement new `/selection` API endpoint for workspace
- Sync frontend selection state to backend via new API
2025-08-24 12:58:09 +03:00
..
...
2025-08-17 11:07:26 +02:00
...
2025-08-17 11:07:26 +02:00
2025-08-13 14:17:29 +03:00

heroprompt

To get started



import freeflowuniverse.herolib.clients. heroprompt

mut client:= heroprompt.get()!

client...




example heroscript

!!heroprompt.configure
    secret: '...'
    host: 'localhost'
    port: 8888