Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR adds a new landing page for Koh CLI (an agent-focused CLI for Insomnia Git projects) and surfaces it across the site navigation so users can discover it from the Insomnia product page and top navigation.
Changes:
- Added a new Koh CLI landing page with introductory content, install steps, command examples, FAQ, and related resource link.
- Added a Koh CLI card to the Insomnia landing page “Get started” section.
- Added Koh CLI to the top navigation (platform tools + AI tools sections).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| app/_landing_pages/koh.yaml | New landing page content for Koh CLI (overview, install, usage, FAQs). |
| app/_landing_pages/insomnia.yaml | Adds a “Koh CLI” card linking to /koh/ from the Insomnia landing page. |
| app/_data/top_navigation.yml | Adds Koh CLI to global navigation (platform tools and AI tools lists). |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Julia <101819212+juliamrch@users.noreply.github.com>
cloudjumpercat
left a comment
There was a problem hiding this comment.
I just had nitpicks for now, I wanted to make sure I wasn't blocking the release.
Since this is a tech preview and things can change, these docs are good as-is. For a public beta or GA release, I'd like to see more specific use case examples like the ones from the PRD (though they seem to need actual verification with Koh and are speculative in the PRD). I think humans and agents would benefit from some opinionated examples for what they can do with Koh, and even how tos possibly that show the chain of commands to run to achieve an outcome.
| title: Koh CLI, the agent-friendly CLI for Insomnia | ||
| content_type: landing_page | ||
| description: This page is an introduction to Koh CLI, an agent-friendly command line tool for Insomnia. | ||
| tech_preview: true |
There was a problem hiding this comment.
| tech_preview: true | |
| permalink: /insomnia/koh/ | |
| tech_preview: true |
Unless we anticipate Koh to work with other products outside of Insomnia, I'd move this to the Insomnia landing page directory and update the permalink to this.
|
|
||
| Koh CLI isn't the same as [Inso CLI](/inso-cli/), see [the FAQ section](#frequently-asked-questions). | ||
|
|
||
| Koh CLI works only with Insomnia [Git projects](/insomnia/storage/#git-sync). For the package and detailed usage, see [koh-cli on npm](https://www.npmjs.com/package/koh-cli#detailed-usage). |
There was a problem hiding this comment.
| Koh CLI works only with Insomnia [Git projects](/insomnia/storage/#git-sync). For the package and detailed usage, see [koh-cli on npm](https://www.npmjs.com/package/koh-cli#detailed-usage). | |
| Koh CLI only works with Insomnia [Git projects](/insomnia/storage/#git-sync). For the package and detailed usage, see [koh-cli on npm](https://www.npmjs.com/package/koh-cli#detailed-usage). |
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Description
This PR introduces Koh CLI, an agent-friendly command line tool to interact with Insomnia projects.
closes #5832
Preview Links
Checklist
descriptionentry in frontmatter.