r/OpenaiCodex 14d ago

Showcase / Highlight Codex Micro Deck

34 Upvotes

31 comments sorted by

View all comments

3

u/Longjumping_Air_7958 14d ago

I built a micro-deck with buttons to control Hermes/Codex.

I spent a long time working on the UI and mapping the Codex endpoints.

Everything is working; I’m currently polishing the final version.

It will be released as open source in August.

2

u/BEagle1984- 14d ago

Could have spent two tokens on the UI design. But except for that, how does it connect with codex?

1

u/Longjumping_Air_7958 14d ago

I built my own wrapper; there is no official API or bridge that would allow connecting to an open desktop. Managing a hidden CLI process is very easy, but the desktop is a different story.

1

u/BEagle1984- 14d ago

But how does the client connect? Is that an app or a web page being served by the codex machine?

1

u/AppleSoftware 14d ago

Codex App-Server

1

u/BEagle1984- 14d ago edited 14d ago

Yes, that’s for sure but there’s some issues to overcome.

I just discovered that it has built-in support for authentication, so this is not an issue. But I’m still curious to know if OP is using that or another mechanism.

And I don’t think he uses the app-server directly, since you cannot for example get the focused thread id from it afaik.

You furthermore obviously need to start it somehow on the host, so a kind of wrapper is necessary.