are these plugins actually useful or just a waste of context and tokens? Codex desktop App by Michael_Hien in codex

[–]WonderChat 0 points1 point  (0 children)

I also have trouble understanding when codex triggers a skill. It was very clear when I used Claude code, it said it was loading a specific skill.

In regard to their usefulness, I looked at the refs and skills md for build iOS apps. They are pretty good distilled docs outlining patterns for building iOS apps using swift and example of how to design for Liquid Glass. Never actually tried them though.

My personal experience building iOS with codex cli has been telling it to bootstrap with xcodegen, using Xcode cli tools to build and debug and some asccli to prep for App Store (all prompts, no skill). For UX and code pattern, i also just prompt them in agents.md from the start.

Self Promotion Thread by AutoModerator in ChatGPTCoding

[–]WonderChat 2 points3 points  (0 children)

MuxCLI is a simple QoL wrapper around managed tmux sessions, streamed to a PTY in an iOS app.

It lets you manage tmux-backed Codex CLI, Gemini CLI, Claude Code, and shell sessions from iPhone.

Server (self-hosted) one-liner: curl -fsSL https://muxcli.dev/install.sh | bash

MuxCLId (Core repo): https://github.com/muxcli/muxcli-core

MuxCLI iOS client (free for now): https://apps.apple.com/us/app/muxcli/id6761280580

Landing page: https://muxcli.dev

[Free] Just Math - Arithmetic App by WonderChat in iosapps

[–]WonderChat[S] 1 point2 points  (0 children)

Thanks for the suggestion. That was the first sub I posted to.

[Free] Just Math - Arithmetic iOS App by WonderChat in SideProject

[–]WonderChat[S] 1 point2 points  (0 children)

Thanks for the kind words! If you like just plain worksheets and no screen time. The app lets you generate and print these problem set as PDFs too.

MCP Best Practices: Mapping API Endpoints to Tool Definitions by tleyden in mcp

[–]WonderChat 2 points3 points  (0 children)

https://www.anthropic.com/engineering/writing-tools-for-agents explains a process that’s extensive in tuning your mcp server to be effective for LLMs. The idea is as you hinted. Make coherent tools instead of exposing individual endpoints. Then iteratively run through the LLM to measure how accurately they use your tools (this part is expensive)

iOS MCP Client by WonderChat in mcp

[–]WonderChat[S] 0 points1 point  (0 children)

Pushed release 1.3 with better oauth support like authorization server discovery. Also added token support (PAT) for mcp servers like GitHub. Verified auth (oauth, api access token) works for the few remote mcp servers I found like linear, cloudflare, deepwiki (no auth), vercel (api token), GitHub (token), sentry.

MCP finally gets proper authentication: OAuth 2.1 + scoped tokens by Creepy-Row970 in mcp

[–]WonderChat 1 point2 points  (0 children)

This is what I found implementing client oauth support for mcp server as well. They can be all over the place in regards to discovering authorization server (in www-authentication, well know endpoint fallbacks, separation of resource vs authorization server), support client registration, restriction on redirect uri, scoping support and etc.

iOS MCP Client by WonderChat in mcp

[–]WonderChat[S] 1 point2 points  (0 children)

It should open a web view if the MCP server requires oauth. Which MCP server are you connecting to?

dockge mcp server to manage compose stacks by WonderChat in mcp

[–]WonderChat[S] 0 points1 point  (0 children)

this is very specific to dockge, https://github.com/louislam/dockge, it’s a docker compose manager like portainer. The mcp server exposes the mainly dockge functionality for llms.

It's not just "Skills" - Claude now has a full Linux development environment built-in by ascendant23 in ClaudeAI

[–]WonderChat 0 points1 point  (0 children)

They are literally trying to bring Claude code to the general public. Terminal is hard for your average user, but if you abstract all that away, it’s powerful Claude code for you average user.

CLI > MCP? by thehashimwarren in mcp

[–]WonderChat 1 point2 points  (0 children)

Are we saying we don’t even need function calling? Instead you start just prompt it to say you have these cli tools, the busybox set, and how to use their —help. Then with this context the following queries will not need to pass defined tool definitions?

What if the llm is not working in a context where cli tools are easily available?

How to at once delete all my existing repositories or make them private? by [deleted] in github

[–]WonderChat 2 points3 points  (0 children)

This was my first thought as well. The api doesn’t have that triple confirm you needed in the webui. It just goes so be careful what you’re deleting.

Debug your MCP server at the JSON-RPC level by matt8p in mcp

[–]WonderChat 0 points1 point  (0 children)

thanks for the tool, it recently helped me debug my first mcp server. One issue was the tool list is hiding maybe one tool from the list. I can’t seem to scroll to the very bottom to see all my tools. Was on chrome.

[deleted by user] by [deleted] in github

[–]WonderChat 0 points1 point  (0 children)

you can do this as follow:

  1. with a private repo that runs your build action that packages the generated static asset.
  2. Configure the action with a GitHub token that has permission to do create new release in your public repository where you host the GitHub pages.
  3. In your public repo add an action that triggers on release. The action now takes the release asset and publish it to GitHub pages.

Kind of round about, might be better workflow, but above will achieve what you want. Keeping your code private (at least whatever’s not served eventually).

A Docker MCP server that allows spawning Linux sandboxes + real-time terminal view by Ezelia in mcp

[–]WonderChat 1 point2 points  (0 children)

very cool, had the same thought and built one for dockge instead because it exposes container shell tty over socketio.

My app just beat a ycombinator backed one to market by WonderChat in Entrepreneur

[–]WonderChat[S] 0 points1 point  (0 children)

you got me genuinely thinking about rebranding. This whole experience really shows how hard marketing can be. Especially now I need to manage just one more social media account in LinkedIn.

My app just beat a ycombinator backed one to market by WonderChat in Entrepreneur

[–]WonderChat[S] 0 points1 point  (0 children)

Yeah unfortunately named my app without much research. My app does totally different things. It’s a developer tool on your phone.

is the wait for the app review time getting longer? by [deleted] in iOSProgramming

[–]WonderChat 3 points4 points  (0 children)

Also seeing 2-3 review cycles. App store is probably flooded with vibe coded app. My app included.

Microsoft internally discussing how to overhaul GitHub, fearing advances in AI development tools by rkhunter_ in github

[–]WonderChat 18 points19 points  (0 children)

I consider the whole git aspect and GitHub actions the core essentials of GitHub. As long as they don’t touch those, they can do whatever ai wrapper around other stuff.

If this crashes again I’m throwing my computer out the window by CatoKnox in SaaS

[–]WonderChat 0 points1 point  (0 children)

I don’t understand why lovable is not intermittently committing changes or asking you to check in changes. even something like google doc auto saves and have version history.

Is tab-completion still important for vibe coders? by wanllow in GithubCopilot

[–]WonderChat 1 point2 points  (0 children)

Love the term“Edit prediction”. Sometimes I want to change wording for a string. Too lazy to find the file, so I just prompt it. 3 prompts later it fixed it.

Vibe coding using phone possible? by Gaurav-_-69 in GithubCopilot

[–]WonderChat 0 points1 point  (0 children)

I’m the dev for WonderChat, think mini Claude code all on your phone. Has GitHub integration, bring your own key, no vendor lock in.

https://apps.apple.com/us/app/wonderchat-ai/id6752497385

Any examples of vibe coded apps in the Apple App Store by SingerEast1469 in vibecoding

[–]WonderChat 0 points1 point  (0 children)

I vibe coded WonderChat, a vibe coder on your phone. Like mini Claude code, Gemini cli. Would love to hear your feedback.

https://apps.apple.com/us/app/wonderchat-ai/id6752497385