Codex Panel
Codex in your sidebar. ChatGPT Work for your vault. - This plugin has not been manually reviewed by Obsidian staff.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | codex-panel |
| Author | murashit |
| Minimum Obsidian Version | 1.12.0 |
| Official Release Date | 2026-05-13 |
| Last update | 2026-07-11 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.
| Community plugin snapshot | Jul 13, 2026 |
| Repository clone | last successful checkout Jul 13, 2026 |
| Release acquisition | release metadata checked Jul 13, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2026-05-13 | Plugin Added | ||
| 2026-05-14 | description | This plugin has not been manually reviewed by Obsidian staff. Run Codex from an Obsidian side panel. | This plugin has not been manually reviewed by Obsidian staff. Use Codex from an Obsidian right sidebar, with the current vault as the working directory and Codex CLI handling runtime policy. |
| 2026-05-14 | description | This plugin has not been manually reviewed by Obsidian staff. Use Codex from an Obsidian right sidebar, with the current vault as the working directory and Codex CLI handling runtime policy. | This plugin has not been manually reviewed by Obsidian staff. Codex in your Obsidian sidebar. |
| 2026-05-15 | Plugin Removed | ||
| 2026-05-16 | Plugin Re-Added | ||
| 2026-05-16 | description | This plugin has not been manually reviewed by Obsidian staff. Codex in your Obsidian sidebar. | This plugin has not been manually reviewed by Obsidian staff. Codex in your sidebar. |
| 2026-05-18 | Plugin Removed | ||
| 2026-05-18 | Plugin Re-Added | ||
| 2026-05-21 | Plugin Removed | ||
| 2026-05-21 | Plugin Re-Added | ||
| 2026-05-25 | Plugin Removed | ||
| 2026-05-25 | Plugin Re-Added | ||
| 2026-05-28 | Plugin Removed | ||
| 2026-05-28 | Plugin Re-Added | ||
| 2026-05-31 | Plugin Removed | ||
| 2026-05-31 | Plugin Re-Added | ||
| 2026-06-02 | Plugin Removed | ||
| 2026-06-03 | Plugin Re-Added | ||
| 2026-06-08 | Plugin Removed | ||
| 2026-06-08 | Plugin Re-Added | ||
| 2026-06-15 | description | This plugin has not been manually reviewed by Obsidian staff. Codex in your sidebar. | Codex in your sidebar. - This plugin has not been manually reviewed by Obsidian staff. |
| 2026-07-07 | Plugin Removed | ||
| 2026-07-07 | Plugin Re-Added | ||
| 2026-07-10 | description | Codex in your sidebar. - This plugin has not been manually reviewed by Obsidian staff. | Codex in your sidebar. ChatGPT Work for your vault. - This plugin has not been manually reviewed by Obsidian staff. |
| 2026-07-11 | Plugin Removed | ||
| 2026-07-11 | Plugin Re-Added |
Repository Data
| License | Apache-2.0 in package.json Apache-2.0 in LICENSE file |
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Vitest |
| Has Test Files | Yes |
Latest Release main.js Size | 1.33 MB |
| Detected ES Version | ES2022 |
| Probably Minified | Yes |
| main.js API Findings | 8 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @preact/signals, @tanstack/query-core, defuddle, micromark, obsidian-daily-notes-interface, preact |
| Dev Dependencies | @biomejs/biome, @types/node, concurrently, esbuild, eslint, eslint-plugin-obsidianmd, jsdom, knip, moment, obsidian, typescript, typescript-eslint, vitest |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
|---|---|
| Clipboard Access | Reads or writes clipboard data |
| Cors Free Network Access | Uses Obsidian request APIs |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Metadata Access | Reads Obsidian metadata cache |
| Network Access | Uses Obsidian request APIs |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses Node process or subprocess APIs | Warning | High | process.env (10), process.platform (1), node:child_process (1) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (1) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (1), setInterval (1), setTimeout (5), this.registerDomEvent (2) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (1), app.metadataCache.getFirstLinkpathDest (1), app.metadataCache (2) |
| References URLs or constructs URL objects | Info | High | http:// (20), https:// (34), URL (28), URLSearchParams (2) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (1) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (5), this.addRibbonIcon (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (6) |
| Enumerates vault files | Info | High | app.vault.getFiles (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (5) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (1) |
| Registers or manipulates workspace views and panes | Info | High | registerView (3) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 76297 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
|---|---|---|
| 0.1.0 | 2026-05-12 | Released while not listed |
| 0.1.1 | 2026-05-12 | Released while not listed |
| 0.1.3 | 2026-05-12 | Released while not listed |
| 0.1.4 | 2026-05-12 | Released while not listed |
| 0.1.5 | 2026-05-13 | None |
| 0.1.6 | 2026-05-14 | None |
| 0.1.7 | 2026-05-14 | None |
| 0.1.8 | 2026-05-15 | Released while not listed |
| 0.1.9 | 2026-05-15 | Released while not listed |
| 0.1.10 | 2026-05-15 | Released while not listed |
| 0.1.11 | 2026-05-16 | None |
| 0.1.12 | 2026-05-16 | None |
| 0.1.13 | 2026-05-17 | None |
| 0.2.0 | 2026-05-18 | None |
| 0.3.0 | 2026-05-18 | None |
| 0.3.1 | 2026-05-19 | None |
| 0.3.2 | 2026-05-20 | None |
| 1.0.0 | 2026-05-20 | None |
| 1.1.0 | 2026-05-21 | None |
| 1.2.0 | 2026-05-22 | None |
| 1.2.1 | 2026-05-22 | None |
| 1.2.2 | 2026-05-23 | None |
| 1.2.3 | 2026-05-23 | None |
| 1.2.4 | 2026-05-24 | None |
| 2.0.0 | 2026-05-25 | None |
| 2.1.0 | 2026-05-25 | None |
| 2.1.1 | 2026-05-25 | None |
| 2.1.2 | 2026-05-26 | None |
| 2.2.0 | 2026-05-26 | None |
| 2.2.1 | 2026-05-27 | None |
| 2.2.2 | 2026-05-27 | None |
| 2.3.0 | 2026-05-28 | None |
| 2.3.1 | 2026-05-28 | None |
| 2.3.2 | 2026-05-29 | None |
| 2.4.0 | 2026-05-29 | None |
| 2.5.0 | 2026-05-31 | None |
| 2.6.0 | 2026-06-01 | None |
| 2.7.0 | 2026-06-01 | None |
| 2.7.1 | 2026-06-02 | Released while not listed |
| 2.8.0 | 2026-06-03 | None |
| 2.8.1 | 2026-06-04 | None |
| 3.0.0 | 2026-06-04 | None |
| 3.1.0 | 2026-06-05 | None |
| 3.1.1 | 2026-06-05 | None |
| 3.2.0 | 2026-06-06 | None |
| 3.2.1 | 2026-06-06 | None |
| 3.2.2 | 2026-06-08 | None |
| 3.2.3 | 2026-06-11 | None |
| 3.2.4 | 2026-06-15 | None |
| 3.2.5 | 2026-06-15 | None |
| 3.2.6 | 2026-06-16 | None |
| 3.2.7 | 2026-06-16 | None |
| 3.2.8 | 2026-06-18 | None |
| 3.2.9 | 2026-06-19 | None |
| 3.3.0 | 2026-06-20 | None |
| 3.4.0 | 2026-06-20 | None |
| 3.4.1 | 2026-06-21 | None |
| 3.4.2 | 2026-06-22 | None |
| 3.4.3 | 2026-06-23 | None |
| 3.4.4 | 2026-06-23 | None |
| 3.4.5 | 2026-06-24 | None |
| 3.4.6 | 2026-06-28 | None |
| 4.0.0 | 2026-06-28 | None |
| 4.0.1 | 2026-06-29 | None |
| 4.0.2 | 2026-07-01 | None |
| 4.1.0 | 2026-07-01 | None |
| 4.1.1 | 2026-07-01 | None |
| 4.1.2 | 2026-07-02 | None |
| 4.2.0 | 2026-07-05 | None |
| 4.3.0 | 2026-07-05 | None |
| 4.3.1 | 2026-07-07 | None |
| 4.4.0 | 2026-07-07 | None |
| 4.4.1 | 2026-07-07 | None |
| 4.5.0 | 2026-07-08 | None |
| 4.5.1 | 2026-07-09 | None |
| 4.5.2 | 2026-07-10 | None |
| 4.6.0 | 2026-07-10 | None |
| 4.6.1 | 2026-07-10 | None |
| 4.7.0 | 2026-07-11 | None |
Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.