Skip to content

Add workspace-aware Codex chat history panel - #5

Merged
Hronom merged 1 commit into
mainfrom
agent/codex-chat-history-v1.1.0
Jul 26, 2026
Merged

Add workspace-aware Codex chat history panel#5
Hronom merged 1 commit into
mainfrom
agent/codex-chat-history-v1.1.0

Conversation

@Hronom

@Hronom Hronom commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a dedicated Codex Chats Activity Bar panel backed by the local Codex session index
  • open selected conversations as pinned official Codex editor tabs
  • group chats for the current workspace first and place other workspaces in a separate collapsed section
  • add automatic refresh, New Chat and Refresh actions, a new geometric icon, and local metadata caching
  • release the feature as version 1.1.0

Why

Codex exposes conversations as editor tabs but did not provide a compact workspace-aware history panel comparable to other coding-agent extensions. This adds that navigation workflow without network requests or transcript parsing.

User impact

Users can open the Codex Chats Activity Bar view, see current-workspace chats first, expand chats from other workspaces, and click any item to reopen it in a pinned editor tab.

Validation

  • npm ci
  • npm test
  • node scripts/check-release.mjs v1.1.0
  • npm run package -- --out codex-extras-1.1.0.vsix
  • verified the VSIX includes the runtime session index module and new sidebar icon
  • verified all indexed local sessions resolve workspace metadata using only the metadata prefix

@Hronom
Hronom marked this pull request as ready for review July 26, 2026 02:21
@Hronom
Hronom merged commit 04fb638 into main Jul 26, 2026
1 check passed
@Hronom
Hronom deleted the agent/codex-chat-history-v1.1.0 branch July 26, 2026 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant