https://justin.poehnelt.com/posts/rewrite-your-cli-for-ai-ag...
- No need to worry about transport layer stuff at all, including auth or headers. This is baked in, so saves context.
- They are self describing with --help and then nested --help commands, way better than trying to decipher an OpenAPI spec. You usually don't even need an agent skill, just call the --help and the LLM figures it out.
The CLI has abstracted that into one single reusable, scriptable command
i’d rather not waste the context tokens re implementing their cli from scratch, if indeed it does a good job.
checks https://github.com/googleworkspace/cli/tags
v0.1.1 2 days ago
v0.2.2 yesterday
v0.3.3 18 hours ago
v0.4.2 9 hours ago
v0.5.0 8 minutes ago
Interesting times we live in..