Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions codex-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "@hasna/codewith",
"version": "0.1.80",
"description": "Codewith command-line coding agent from Hasna.",
"keywords": [
"codewith",
"coding-agent",
"ai",
"cli",
"terminal",
"tui",
"mcp",
"sandbox",
"codex",
"chatgpt"
],
"license": "Apache-2.0",
"bin": {
"codewith": "bin/codex.js"
Expand Down
12 changes: 12 additions & 0 deletions codex-cli/scripts/test_build_npm_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ def test_codex_package_stages_public_codewith_metadata(self) -> None:
"name": "@hasna/codewith",
"version": "1.2.3",
"description": "Codewith command-line coding agent from Hasna.",
"keywords": [
"codewith",
"coding-agent",
"ai",
"cli",
"terminal",
"tui",
"mcp",
"sandbox",
"codex",
"chatgpt",
],
"license": "Apache-2.0",
"bin": {"codewith": "bin/codex.js"},
"type": "module",
Expand Down
Loading