> For the complete documentation index, see [llms.txt](https://docs.perisclaw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perisclaw.com/changelog/releases/2026-06-02-reliable-core.md).

# A more reliable core

*June 2, 2026*

We spent a few weeks heads-down rebuilding the core engine. This upgrade is entirely about hardening the parts you lean on every day — making Perisclaw more stable, reliable, and secure.

## Improved digests

Your daily digest is cleaner and more accurate. It's better at spotting real commitments and triaging the ones that matter, it stops re-surfacing things you've already handled, and it clears out stale items on its own. You'll also see a clear split between your to-dos and what you're waiting on others for.

## Tasks & reminders you can rely on

Reminders now fire on time, every time, with proper retries if something goes wrong. We've also strengthened triggers so actions run autonomously and through to completion.

## More reliable under the hood

Perisclaw now recovers on its own — if a background job stalls, a watchdog restarts it and the digest catches up on what it missed, so you never silently lose a day. Connections are steadier through reconnects and cold starts, and latency is lower across the board.

## Tighter security & control

Write controls are stricter — Perisclaw only sends in chats you've explicitly allowed, governed per chat. Triggers never fire on the agent's own messages (no runaway loops), and we've tightened permissions for autonomous sessions across the board.

## Instant manual control

Step in any time: **/stop** to halt it, **/ignore** to leave a message alone, **/restart** to bring it back fresh.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.perisclaw.com/changelog/releases/2026-06-02-reliable-core.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
