Releases: RichardGeorgeDavis/Codex-Workspace
Releases · RichardGeorgeDavis/Codex-Workspace
v0.1.6
What's New
- Route repository questions toward GitHub Discussions Q&A instead of Issues.
- Add tracked starter wiki pages under
docs/wiki/forHome,_Sidebar,Workspace-Hub,Repo-Manifests, andFAQ. - Document the wiki starter surface in
docs/README.mdand record the change indocs/CHANGELOG.md.
Notes
The GitHub wiki remains an optional thin navigation layer. The canonical documentation continues to live in the tracked repository docs.
v0.1.5
What's changed
- moved the README cover to a versioned asset path to avoid stale GitHub image caching
- refreshed the repository social-preview artwork to match the newer project direction
- updated the changelog for the March 21 documentation and asset refresh
Notes
- this tag focuses on GitHub-facing presentation assets and release metadata
- after publishing, upload the current social-preview image in repository settings if the Open Graph card still shows the old artwork
v0.1.4
What's changed
- expanded the root README and workspace docs to describe the filesystem-first context model more directly
- added cross-agent guidance for portable skills, MCP layout, and tracked-versus-local memory
- added context-cache and retrieval documentation, including layered L0/L1/L2 summaries and provenance
- refreshed the repository README cover image
Notes
- documentation and project-surface release
- no repo runtime or package-management model changed in this tag
v0.1.3
What's changed
- added workspace-level agent portability guidance for portable skills and MCP layout
- improved Workspace Hub preview handling so local previews can auto-start before opening
- documented Workspace Hub appearance presets and refreshed preset ordering
- refreshed the minimal Pages site styling while keeping the site lightweight
Verification
- pnpm -C repos/workspace-hub typecheck
- pnpm -C repos/workspace-hub lint
- pnpm -C repos/workspace-hub build
v0.1.2
Workspace Hub visual theme expansion release.
Highlights:
- expanded the Hub theme system from 2 presets to 5 presets
- refined button, panel, card, and dashboard styling across the new presets
- simplified the appearance panel copy to focus on preset selection and mode switching
- verified all 5 presets in both light and dark mode with an automated browser sanity pass
- re-ran typecheck, lint, and production build successfully
Visual sanity pass artifacts were captured locally for preset-1 through preset-5 in both modes before release.
v0.1.1
Follow-up release for the GitHub-facing cleanup work.
Highlights:
- added a real GitHub Pages site and deployment workflow
- set the repository homepage to https://lucidity.design
- added Workspace Hub appearance controls with persistent light and dark modes
- added two theme presets for the Hub UI
- verified the theme changes with typecheck, lint, and production build
v0.1.0
First public cleanup release for Codex Workspace.
Highlights:
- moved the canonical workspace documentation to a root docs/ folder
- removed duplicated shared doc mirrors so shared/ is metadata-only
- rewrote the root README for a cleaner GitHub-facing project surface
- added MIT licensing, contributing guidance, funding, issue templates, PR template, code of conduct, security policy, and support guidance
- updated workspace docs to match the current workspace-hub implementation and path model