mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
docs: remove defensive reference caveats
This commit is contained in:
parent
96b88c1715
commit
4f3ebcaa31
1 changed files with 1 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Codex Panel brings Codex into an Obsidian sidebar. It keeps Codex threads beside your notes, helps you add vault context to prompts, and lets you handle approvals and file changes without switching windows.
|
||||
|
||||
If the Codex CLI is already installed and authenticated, Codex Panel uses that local setup. The plugin handles the Obsidian side of the workflow, while models, credentials, sandboxing, tools, hooks, and thread state stay with Codex.
|
||||
If the Codex CLI is already installed and authenticated, Codex Panel uses that local setup.
|
||||
|
||||

|
||||
|
||||
|
|
@ -56,9 +56,6 @@ The composer lets you point Codex to relevant material without pasting it into t
|
|||
|
||||
When Obsidian Daily Notes or the daily section of Periodic Notes is enabled, `@today`, `@tomorrow`, and `@yesterday` resolve through its folder and date format. Paste or drop files to save them in the configured attachment folder and reference them from the same prompt. For material outside the vault, `/web <url> [message]` fetches readable page content and attaches it to the next turn without creating a note.
|
||||
|
||||
These references tell Codex what is relevant to the request; they do not change its vault-root working directory or its permissions.
|
||||
Large transient references are bounded before they reach Codex, and the panel marks a web or thread reference when it had to truncate it.
|
||||
|
||||
### Guide a running turn
|
||||
|
||||
As a turn runs, the panel keeps the conversation together with requests that need your attention. You can answer questions, approve or reject actions, steer the turn with another message, or interrupt it. Plans, goals, tool activity, and agent work remain available when you need to inspect how the task is progressing.
|
||||
|
|
|
|||
Loading…
Reference in a new issue