Skip to content

Tags: ai-prophet/mini-prophet

Tags

v0.1.10

Toggle v0.1.10's commit message
remove cancel_event artifacts from rebase merge

Restore clean async-first versions of files contaminated by
non-conflicting hunks from the skipped cancel_event commit.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add interrupt mode for human-in-the-loop agent steering (#14)

Allow users to press Ctrl+C during a CLI agent run to pause after the
current operation (LLM call or tool execution) completes, inject a
message into the conversation, and resume. Double Ctrl+C hard-aborts.

Enabled by default; disable with --disable-interrupt or
agent.enable_interrupt=false in config.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.8

Toggle v0.1.8's commit message
Bump version to v0.1.8

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.7

Toggle v0.1.7's commit message
Fix race condition in RateLimitCoordinator.wait_if_paused

Check cancel event before entering the wait loop, so a pre-set cancel
is honored even if the backoff timer fires first.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.6

Toggle v0.1.6's commit message
bump to v0.1.6 with eval system

v0.1.3

Toggle v0.1.3's commit message
Release v0.1.3