core-agent-ide/codex-cli/src
Michael Bolin a786c1d188
feat: auto-approve nl and support piping to sed (#920)
Auto-approved:

```
["nl", "-ba", "README.md"]
["sed", "-n", "1,200p", "filename.txt"]
["bash", "-lc", "sed -n '1,200p' filename.txt"]
["bash", "-lc", "nl -ba README.md | sed -n '1,200p'"]
```

Not auto approved:

```
["sed", "-n", "'1,200p'", "filename.txt"]
["sed", "-n", "1,200p", "file1.txt", "file2.txt"]
```
2025-05-13 13:06:35 -07:00
..
components fix: tweak the label for citations for better rendering (#919) 2025-05-13 12:46:21 -07:00
hooks chore: consolidate model utils and drive-by cleanups (#476) 2025-04-21 12:33:57 -04:00
utils fix: add support for fileOpener in config.json (#911) 2025-05-13 09:45:46 -07:00
app.tsx fix: add support for fileOpener in config.json (#911) 2025-05-13 09:45:46 -07:00
approvals.ts feat: auto-approve nl and support piping to sed (#920) 2025-05-13 13:06:35 -07:00
cli-singlepass.tsx fix: standardize filename to kebab-case 🐍➡️🥙 (#302) 2025-04-17 20:25:44 -07:00
cli.tsx fix: flex-mode via config/flag (#813) 2025-05-10 16:18:20 -07:00
format-command.ts Back out @lib indirection in tsconfig.json (#111) 2025-04-16 14:16:53 -07:00
parse-apply-patch.ts chore: consolidate patch prefix constants in apply‑patch.ts (#274) 2025-04-17 17:00:30 -07:00
shims-external.d.ts feat: add support for ZDR orgs (#481) 2025-04-22 01:30:16 -07:00
text-buffer.ts fix: input keyboard shortcut opt+delete (#685) 2025-04-30 17:17:13 -07:00
typings.d.ts Initial commit 2025-04-16 12:56:08 -04:00
version.ts fix: always load version from package.json at runtime (#909) 2025-05-12 21:27:15 -07:00