Releases: liliu-z/stashbase
Releases · liliu-z/stashbase
Release list
StashBase v1.3.2
What's Changed
- feat(markdown-preview): highlight fenced code and polish preview by @jashkarangiya in #40
- feat(search): add subfolder scoping and file-type filters by @jashkarangiya in #56
- feat(markdown-preview): live preview and editing of markdown files by @PPRAMANIK62 in #55
- docs: restructure design documentation by @PPRAMANIK62 in #58
- feat(markdown-editor): make Live links editable and navigable by @PPRAMANIK62 in #59
New Contributors
- @jashkarangiya made their first contribution in #40
Full Changelog: v1.3.1...v1.3.2
StashBase v1.3.1
What's Changed
- feat(markdown-preview): standardize document rendering by @PPRAMANIK62 in #22
- feat(markdown-preview): sanitize raw Markdown HTML by @PPRAMANIK62 in #23
- feat(markdown-preview): add accessible Markdown footnotes by @PPRAMANIK62 in #24
- feat(mcp): add token-gated Streamable HTTP transport for URL-only clients by @FenjuFu in #25
- feat(markdown-preview): adopt package-native footnotes and heading anchors by @PPRAMANIK62 in #29
- feat(markdown-preview): hide frontmatter and render alerts by @PPRAMANIK62 in #30
- refactor(agent): expand the Shared Agent Contract by @PPRAMANIK62 in #37
- fix(agent): complete shared Claude and Codex adapters by @PPRAMANIK62 in #38
- fix(agent): preserve sensitive Codex approvals by @PPRAMANIK62 in #39
- test(agent): prove adapter parity and native compatibility by @PPRAMANIK62 in #42
New Contributors
Full Changelog: v1.3.0...v1.3.1
StashBase v1.3.0
Agent panel release.
- Add the built-in Agent panel foundation with workbench-style transcript rendering.
- Improve Codex and Claude panel controls, including agent switching and file mention selection.
- Add keyboard navigation for file mentions and polish Codex sessions.
- Preserve richer Codex tool activity history in the transcript.
- Smooth chat sidebar resizing and record the Agent panel design direction.
- Gate packaging on successful source CI before release builds run.
StashBase v1.2.3
Small Agent panel polish release.
- Show copy actions for user prompts without making normal sent messages editable.
- Allow editing and resending only after stopping an active Agent turn.
- Make long user prompts and queued follow-ups collapse with a VS Code-style Show more row.
- Move copy/edit actions outside the prompt bubble for a cleaner message layout.
- Record the stopped-prompt editing rule in the architecture docs.
StashBase v1.2.2
What changed
- Added PDF page awareness in preview: current page display, per-page labels, and direct page jump.
- Improved built-in Agent follow-ups: messages sent during an active turn now wait visibly instead of failing immediately.
- Added Codex steer handling for queued follow-ups when supported by the Codex app server.
- Fixed Codex session history loading by listing sessions for the current folder correctly.
- Improved Agent error states so startup/runtime failures show in the chat area with retry instead of leaving an empty surface.
- Collapsed long user prompts and queued follow-ups so large messages do not dominate the Agent view.
- Stopped queued PDF extraction from continuing after a folder is removed from the library.
- Updated design docs for the Agent interaction and PDF preview behavior.
Verification
npx tsc --noEmitnpx vite build --config web-src/vite.config.ts
Installers will be attached by the release workflows for macOS, Windows, and Linux.
v1.2.1
StashBase v1.2.0
What's new
- Added a folder-level
AGENTS.mdcontract that is created automatically when a folder is opened. - Added a Claude bridge: built-in Claude creates
CLAUDE.mdwith@AGENTS.mdwhen needed. - Refreshed the file tree after built-in agent startup so newly-created agent rules files appear immediately.
- Updated the file tree icon for
AGENTS.mdto use a neutral bot glyph instead of a Codex/OpenAI mark. - Documented agent rules files as visible, user-owned source files rather than hidden app state.
StashBase v1.1.0
StashBase v1.0.9
StashBase 1.0.8
- Fixed folder opening so the app returns the open-folder response before running background folder-switch work such as index sync, Agent cleanup, and preview-cache resets.
- Added a narrow retry for transient network failures on the open-folder request, avoiding misleading
Failed to fetcherrors when the packaged app-server is briefly busy. - Kept the Windows folder picker label fix from 1.0.7: selecting a folder now says
Select folderinstead of looking like a file-open action.