core-agent-ide/codex-cli/src/utils
Yaroslav Halchenko 327cf41f0f
Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903)
More about codespell: https://github.com/codespell-project/codespell .

I personally introduced it to dozens if not hundreds of projects already
and so far only positive feedback.

CI workflow has 'permissions' set only to 'read' so also should be safe.

Let me know if just want to take typo fixes in and get rid of the CI

---------

Signed-off-by: Yaroslav O. Halchenko <debian@onerussian.com>
2025-05-14 09:39:49 -07:00
..
agent fix: gpt-4.1 apply_patch handling (#930) 2025-05-14 08:34:09 -07:00
logger chore: improve storage/ implementation; use log(...) consistently (#473) 2025-04-21 09:51:34 -04:00
singlepass refactor: improve performance of renderFilesToXml using Array.join (#127) 2025-04-16 16:14:57 -07:00
storage chore: improve storage/ implementation; use log(...) consistently (#473) 2025-04-21 09:51:34 -04:00
approximate-tokens-used.ts fix(cli): ensure /clear resets context and exclude system messages from approximateTokenUsed count (#443) 2025-04-20 08:52:14 -07:00
auto-approval-mode.js Initial commit 2025-04-16 12:56:08 -04:00
auto-approval-mode.ts Initial commit 2025-04-16 12:56:08 -04:00
bug-report.ts fix: /bug report command, thinking indicator (#381) 2025-04-18 18:13:34 -07:00
check-in-git.ts Initial commit 2025-04-16 12:56:08 -04:00
check-updates.ts fix: always load version from package.json at runtime (#909) 2025-05-12 21:27:15 -07:00
compact-summary.ts Adds Azure OpenAI support (#769) 2025-05-09 18:11:32 -07:00
config.ts Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
extract-applied-patches.ts feat: /diff command to view git diff (#426) 2025-04-19 16:23:27 -07:00
file-system-suggestions.ts feat: @mention files in codex (#701) 2025-04-30 16:19:55 -07:00
file-tag-utils.ts feat: @mention files in codex (#701) 2025-04-30 16:19:55 -07:00
get-diff.ts fix: /diff should include untracked files (#686) 2025-04-26 12:43:51 -07:00
input-utils.ts Add fallback text for missing images (#397) 2025-04-18 22:55:24 -07:00
model-info.ts feat: add openai model info configuration (#551) 2025-04-22 17:31:25 -04:00
model-utils.ts Adds Azure OpenAI support (#769) 2025-05-09 18:11:32 -07:00
openai-client.ts Adds Azure OpenAI support (#769) 2025-05-09 18:11:32 -07:00
package-manager-detector.ts refactor(updates): fetch version from registry instead of npm CLI to support multiple managers (#446) 2025-04-21 00:00:20 -07:00
parsers.ts fix: reasoning default to medium, show workdir when supplied (#931) 2025-05-14 08:38:41 -07:00
providers.ts feat: added arceeai as a provider (#818) 2025-05-10 16:16:28 -07:00
responses.ts fix: guard against missing choices (#817) 2025-05-10 16:16:19 -07:00
session.ts fix: always load version from package.json at runtime (#909) 2025-05-12 21:27:15 -07:00
short-path.ts Initial commit 2025-04-16 12:56:08 -04:00
slash-commands.ts feat(bug-report): print bug report URL in terminal instead of opening browser (#510) (#528) 2025-04-24 17:00:14 -07:00
terminal-chat-utils.ts chore: consolidate model utils and drive-by cleanups (#476) 2025-04-21 12:33:57 -04:00
terminal.ts fix: /clear now clears terminal screen and resets context left indicator (#425) 2025-04-21 12:39:46 -04:00