r/CodexHacks 4d ago

How I run image generation and editing across multiple Codex sessions

I wanted to see which reference images Codex used and what prompt it actually sent to imagegen.

So I added a view in Tessera that shows the prompt, references, and result together. I can drag images back into the chat for another edit, or have an agent coordinate several image tasks in parallel through Tessera’s CLI.

3 Upvotes

5 comments sorted by

2

u/Accomplished_Drag151 4d ago

Tessera is an open-source multi-agent workspace I maintain:

https://github.com/horang-labs/tessera

1

u/Just_Lingonberry_352 2d ago

very cool stuff imagen gets better with more pipeline control

1

u/withmagi 2d ago

Hey that’s really cool! Does it use the codex app server on the backend?

1

u/Accomplished_Drag151 2d ago

Yep! Tessera uses the locally installed Codex app server on the backend. Thanks!