Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@samooth/open-codex

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samooth/open-codex - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+1
-1
package.json
{
"name": "@samooth/open-codex",
"version": "0.2.1",
"version": "0.2.2",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "bin": {

@@ -192,3 +192,3 @@ <h1 align="center">Open Codex CLI</h1>

Inside the chat, use slash commands like `/help`, `/model`, `/approval`, `/config`, `/history`, `/history restore`, `/prompt`, `/prompts` and `/clear`.
Inside the chat, use slash commands like `/help`, `/model`, `/approval`, `/config`, `/history`, and `/clear`.

@@ -204,14 +204,2 @@ Key flags:

## Session Persistence
OpenCodex automatically saves every conversation rollout to `~/.codex/sessions/`. This allows you to resume work or review past decisions.
To restore a past session within the interactive CLI, type:
```shell
/history restore
```
This opens an interactive menu where you can select a previous rollout by date and summary. Restoring a session will load all previous messages and the system instructions used at that time.
---
## Memory & Project Docs

@@ -228,21 +216,2 @@

### Prompt Selection
You can also maintain a collection of system prompt files and switch between them in-session using the `/prompts` command. Codex will look for `.md` or `.txt` files in:
- `./prompts/` (local project prompts)
- `./.codex/prompts/` (hidden local prompts)
- `~/.codex/prompts/` (global user prompts)
### Ignoring Files (`.codexignore`)
You can prevent OpenCodex from seeing or modifying specific files or directories by creating a `.codexignore` file. This file uses standard glob patterns (similar to `.gitignore`). OpenCodex will respect patterns from:
1. `.codexignore` in the current directory.
2. `.gitignore` in the current directory.
3. `.codexignore` in the Git root directory.
4. `~/.codex/.codexignore` (global ignore rules).
By default, OpenCodex always ignores common directories like `node_modules`, `.git`, `dist`, `build`, and various cache folders to preserve context and improve performance.
---

@@ -340,4 +309,2 @@

"fullAutoErrorMode": "ask-user", // or ignore-and-continue
"enableWebSearch": true, // Toggle web search tools (requires Lynx)
"enableDeepThinking": false, // Toggle default "Deep Thinking" prefix
"memory": {

@@ -344,0 +311,0 @@ "enabled": true