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
| --- | |
| name: codex-thread-archiver | |
| description: Archive stale, unpinned local Codex threads using inactivity and user-turn thresholds, with a pre-run manifest and safety checks. Use only when the user explicitly invokes `$codex-thread-archiver` in the current request. Never invoke implicitly from ordinary questions or requests about threads, archiving, cleanup, or automations. | |
| --- | |
| # Codex Thread Archiver | |
| ## Invocation gate | |
| Proceed only when the current user request explicitly contains `$codex-thread-archiver`. Otherwise, do not inspect or archive threads; tell the user that explicit invocation is required. |
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
| #import <UIKit/UIKit.h> | |
| @interface UIWebView (CustomInputAccessoryView) | |
| @property (strong, nonatomic) UIView *customInputAccessoryView; | |
| @end |