codex support, additional security options, add some limits#1
Open
timlevett wants to merge 10 commits intoterraboops:mainfrom
Open
codex support, additional security options, add some limits#1timlevett wants to merge 10 commits intoterraboops:mainfrom
timlevett wants to merge 10 commits intoterraboops:mainfrom
Conversation
- Bind to 127.0.0.1 by default (add --bind flag for network access) - Add optional --token flag for Bearer auth on all endpoints - Validate webhook input lengths (event, session, tool, client_key) - Guard base64/PNG decode with size limits (32KB b64, 16KB raw) - Cap unique_agents HashSet at MAX_UNIQUE_AGENTS (10,000) to prevent memory exhaustion Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add a "Secure setup" section to the README explaining the --token flag, Bearer auth header, and how to configure LFG_TOKEN in the shell profile. Update lfg-hook.sh to read LFG_TOKEN and forward it when set. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Harden server security with auth token, input validation, and limits
Add OpenAI Codex CLI support
Document codex_hooks feature flag
The old [[hooks.*]] TOML entries in config.toml are not fired by current Codex versions. Switch to the correct schema: - config.toml: only [features] codex_hooks = true - hooks.json: hook definitions with PascalCase event names (SessionStart, PreToolUse, PostToolUse, Stop) Also update lfg-hook.sh default URL to 127.0.0.1 (confirmed working) and update README with correct two-file setup instructions. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Update Codex hook config to use hooks.json with PascalCase format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.