Enforce cost controls on AWS Bedrock API calls by running a rate limiter on each Claude Code prompt submission.
stash is a terminal UI for bookmarking, browsing, previewing, and resuming local Claude Code and Codex sessions.

It has three views:
brew install jaredgizersky/tap/stash
Or build from source with Go:
go install github.com/jaredgizersky/stash/cmd/stash@latest
stash # open the TUI
stash --all # show sessions from all projects
stash list # print saved/recent sessions
Claude Code and Codex history show up automatically from local session files.
Install the agent hook to type stash or stash <name> inside a session and have it save, name, and exit that session.
For Claude Code:
/plugin marketplace add jaredgizersky/stash
/plugin install stash@stash
/reload-plugins
For Codex:
codex plugin marketplace add jaredgizersky/stash
Codex also requires hooks and plugin-provided hooks to be enabled in
~/.codex/config.toml:
[features]
codex_hooks = true
codex_plugin_hooks = true
Restart Codex after changing the config.
left / right: switch tabsj / k: moveenter: previewr: resumeS: add to stashd: remove from stash/: filtertab: current project / all projectsn: named onlyq / esc: quit or leave previewBy default, stash resumes sessions without bypassing tool permissions or sandboxing.
To resume Claude with --dangerously-skip-permissions and Codex with --yolo, create ~/.stash/config.toml:
dangerously_skip_permissions = true
For one shell only:
export STASH_YOLO=1
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub jaredgizersky/stash --plugin stashProvides an agent, skill, hook, and slash command related to the `aichat` tool-set for searching and resuming CLI-agent sessions
Monitor and navigate Claude Code sessions across workspaces
Lists recent Claude Code sessions across every project with summaries, git branch, model, turn count, and a ready-to-paste resume command, and can re-open a whole working set in terminal tabs.
Sync Claude Code sessions across devices with encrypted cloud storage
Connect Claude Code to Stash — stream activity to your Stash and collaborate with your other agents.
Mission Control for Claude Code — auto-starts a web dashboard, provides 90 MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 9 skills including /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.