Fix npx search and default Codex context to workspace-local AGENTS (#1780)

* Fix npx search query parameter mismatch

* Use workspace-local Codex AGENTS context by default

---------

Co-authored-by: bnb <bnb>
This commit is contained in:
enma998
2026-04-15 16:58:08 +09:00
committed by GitHub
parent f44605658d
commit 471e1f62f9
5 changed files with 78 additions and 56 deletions
-1
View File
@@ -97,7 +97,6 @@ export const SAMPLE_CONFIG: TranscriptWatchConfig = {
startAtEnd: true,
context: {
mode: 'agents',
path: '~/.codex/AGENTS.md',
updateOn: ['session_start', 'session_end']
}
}