Releases: andrefetch/postal
Releases · andrefetch/postal
Release list
v0.0.35
Updates.. updates! 📣
- Now with every new update of postal, there will be a TUI modifier that will give a warn message that the harness is not to date with the latest release, it will provide a command of
postal upgradewhich will execute a-m pip install --upgrade postalcliwhich upgrades your postal executable to the latest version! No manually checking the repository anymore to see if there was an update.
Download
- To download visit the release website, download the source, or run
pip install postalcli
What's Changed
- Added: upgrade flags if old version is out of date. by @andrefetch in #51
Full Changelog: v0.0.34...v0.0.35
v0.0.34
v0.0.34 🛠️
Improvements
- Improved the terminal UI for tool execution and subagent progress.
- Added clearer permission prompts and diff previews.
- Improved the status bar with model, directory, approval mode, and context usage.
- Refined UI styling and progress feedback.
Download
- To download visit the release website, download the source, or run
pip install postalcli
What's Changed
- Added: New TUI components, diff view, permissions, subagent and tool progress by @andrefetch in #49
Full Changelog: v0.0.33...v0.0.34
v0.0.33
New Feature! 📣
Skills Implementation
- With the new skills implementation, you can gather your favorite skills that you've used in any other harness and use them with postal! Automatically reads for skills as your first prompt kicks in!
What's Changed
- Fixed: styling issues & dropped dead imports by @andrefetch in #47
- Feat: Skills Implementation by @andrefetch in #48
Full Changelog: v0.0.32...v0.0.33
v0.0.32
What's Changed
- test: cover the utils modules by @luantaraschi in #43
- test(paths): drop a platform check that never takes the Windows branch by @luantaraschi in #44
- fix(postal): [TEST] Create integration tests by @emre155 in #45
New Contributors
Full Changelog: v0.0.31...v0.0.32
v0.0.31
What's Changed
- fix(safety): check every segment of a compound command by @luantaraschi in #41
- fix(bash): stop blocking commands that only mention a dangerous word by @luantaraschi in #42
New Contributors
- @luantaraschi made their first contribution in #41
Full Changelog: v0.0.30...v0.0.31
v0.0.30
New release: 0.0.30! 📣
What's changed?
- Refactored shell tool, to be named bash
- Added: Header Agents to both search and fetch so sites like
Wikipedia, Forum(s) sitesdon't blockfetchorsearchtool requests.
Open up any issues, or open a PR if you found a bug, or problem you've fixed! (or new feature)
Happy building!
What's Changed
- docs: fix typos in README by @slegarraga in #39
New Contributors
- @slegarraga made their first contribution in #39
Full Changelog: v0.0.29...v0.0.30
v0.0.29
New Release, What's Changed? 📝
- Release version: 0.0.29 📣
- Slash command improvement
>_ - Shimmer text extending upon sub-agent tool calls. ✨
- New tool: Apply Patch 🛠️
Slash Commands! >_
- Turned vague descriptions of commands into better-suited descriptions for developers to understand better.
- Now with the most recent contributor @DevSidd2006, he recently added a new TUI component that allows users to see previews of commands whenever they type a
/in the input field. It autocompletes until it reaches either no results or the command you want to see with a small description of the command. - You are able to to navigate through the commands by using your
up and down arrows ↑↓and clicking enter to execute. - Helps users figure out the slash command system a lot quicker, and is prevalent on modern coding agents.
Shimmer Text ~! ✨
- Now extended to sub-agent tool calls, and the call of the the certain sub-agent isn't as ugly anymore. Now when calling a sub-agent it displays
subagent: subagent definition
Apply Patch 🛠️
- Allows multiple edits in multiple files without calling extra tools to do the job, saves on tokens and context.
Go Postal!
What's Changed
- Clarify help commands and document config options with examples by @DevSidd2006 in #35
- feat: split technical documention into seperate markdown files. by @andrefetch in #37
- Added auto-complete feature, where we can track through arrow keys by @DevSidd2006 in #38
New Contributors
- @DevSidd2006 made their first contribution in #35
Full Changelog: v0.0.28...v0.0.29
v0.0.28
New Changes! 🛠️
- For contributors, or people who like to look thru the source code: rolled out a new way to create visuals for the Terminal User Interface. A new component-based architecture allows contributors or hobbyists who want to alter this agent to create components. Read more on instructions on how to use this new system in: CONTRIBUTING.md
- New Tool: apply_patch, allows the agent to multi-edit multiple files without extra tool calls, saving token usage whilst using and quicker edits.
- It supports:
create, update, rename, and deleteoperations. - Preferred use: editing 2 or more files simultaneously
- It supports:
What's Changed
- apply_patch & component-based ui architecture by @andrefetch in #33
Full Changelog: v0.0.27...v0.0.28
v0.0.27
New Additions! 📝
Sleek, polished TUI 🖥️
- Shimmering text between thinking and tool calls.
- Animated spinner frames for thinking/reasoning.
- Markdown displays in the terminal now, not just with slash commands.
- Thinking mode now has a timestamp for larger context thinking sessions.
- Live tool progress with thinking modes (Reading, Writing) shown in TUI's agent thinking mode, showing to the user what tools it is about to execute.
Logos, banners are Work In Progress!
What's Changed
- Tweaked some UI details for less clutter. by @andrefetch in #31
- feat: TUI overhaul by @andrefetch in #32
Full Changelog: v0.0.25...v0.0.27
v0.0.26
New Additions! 📝
Sleek, polished TUI 🖥️
- Shimmering text between thinking and tool calls.
- Markdown displays in the terminal now, not just with slash commands.
- Thinking mode now has a timestamp for larger context thinking sessions.
- Live tool progress with thinking modes (Reading, Writing) shown in TUI's agent thinking mode, showing to the user what tools it is about to execute.
Logos, banners are Work In Progress!
What's Changed
- Tweaked some UI details for less clutter. by @andrefetch in #31
- feat: TUI overhaul by @andrefetch in #32
Full Changelog: v0.0.25...v0.0.26