Skip to content

Releases: liliu-z/stashbase

StashBase v1.3.2

Choose a tag to compare

@liliu-z liliu-z released this 22 Jul 11:57

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

Full Changelog: v1.3.1...v1.3.2

StashBase v1.3.1

Choose a tag to compare

@liliu-z liliu-z released this 20 Jul 12:44

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

Choose a tag to compare

@liliu-z liliu-z released this 15 Jul 06:24

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

Choose a tag to compare

@liliu-z liliu-z released this 09 Jul 15:37

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

Choose a tag to compare

@liliu-z liliu-z released this 09 Jul 14:48

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 --noEmit
  • npx vite build --config web-src/vite.config.ts

Installers will be attached by the release workflows for macOS, Windows, and Linux.

v1.2.1

Choose a tag to compare

@liliu-z liliu-z released this 07 Jul 09:43

Full Changelog: v1.2.0...v1.2.1

StashBase v1.2.0

Choose a tag to compare

@liliu-z liliu-z released this 07 Jul 08:37

What's new

  • Added a folder-level AGENTS.md contract that is created automatically when a folder is opened.
  • Added a Claude bridge: built-in Claude creates CLAUDE.md with @AGENTS.md when 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.md to 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

Choose a tag to compare

@liliu-z liliu-z released this 06 Jul 11:14

Full Changelog: v1.0.9...v1.1.0

StashBase v1.0.9

Choose a tag to compare

@HonQii HonQii released this 03 Jul 03:51

Full Changelog: v1.0.8...v1.0.9

StashBase 1.0.8

Choose a tag to compare

@liliu-z liliu-z released this 02 Jul 15:39
  • 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 fetch errors 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 folder instead of looking like a file-open action.