Skip to content
Closed
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ In a 500-run reference benchmark on Apple Silicon macOS against a 7.8 MB active

The plugin reads Codex session files. These files are currently stored as JSONL and use the `rollout-` filename prefix. Their internal structure may change between Codex versions. If the expected token data is no longer available, the plugin exits successfully without adding anything to the model context.

## Support

I spent considerable time studying how Codex works and investigating the issues that sometimes make it perform worse than it should. Codex Context Window is one practical result of that work. Rather than keeping it as a private tool, I released it as open source so everyone can use it.

If you find the project useful, you can support both the project and me as its author with a USDT donation:

- ERC20: `0x9687CF4d903c73D126847712dEd10078d43E9aFc`
- TON: `UQBEC4WAUr2smhYTxcUfgSQtPF0vz4B9lerO4sghXGyxyOTq`

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for local development and release instructions.
9 changes: 9 additions & 0 deletions docs/ru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ payload.info.model_context_window

Плагин читает файлы сессий Codex. Сейчас они хранятся в формате JSONL и имеют префикс `rollout-` в имени. Их внутренняя структура может измениться между версиями Codex. Если ожидаемые данные о токенах станут недоступны, плагин успешно завершит работу и ничего не добавит в контекст модели.

## Поддержать проект

Я потратил немало времени на изучение Codex и поиск проблем, из-за которых он иногда работает хуже, чем мог бы. Codex Context Window — один из практических результатов этой работы. Я решил не оставлять его инструментом только для себя и опубликовал исходный код, чтобы им могли пользоваться все.

Если вы посчитаете проект полезным, можете поддержать его и меня как автора донатом в USDT:

- ERC20: `0x9687CF4d903c73D126847712dEd10078d43E9aFc`
- TON: `UQBEC4WAUr2smhYTxcUfgSQtPF0vz4B9lerO4sghXGyxyOTq`

## Участие в разработке

Инструкции по локальной разработке и выпуску релизов находятся в [CONTRIBUTING.md](../../CONTRIBUTING.md).