new tag: bloggify
Bloggify, an AI-assisted blogging skill, now tags every post it drafts with a 'bloggify' category in the RSS feed, enabling readers to filter out AI-assisted posts without unsubscribing. The change, m…
Bloggify, an AI-assisted blogging skill, now tags every post it drafts with a 'bloggify' category in the RSS feed, enabling readers to filter out AI-assisted posts without unsubscribing. The change, m…
Pi, an extension for the earendil-works coding agent, now prompts users for confirmation before executing dangerous shell commands such as `rm -rf`, `terraform destroy`, and destructive Git operations…
Pi, a coding agent from earendil-works, incorrectly claimed it was not sandboxed, but probing commands revealed it runs inside a Debian 12 container on an Alpine Lima VM under Rancher Desktop, with a …
Atuin, the shell history tool, now ships hooks that capture commands executed by AI agents including Claude Code, OpenAI Codex, and Pi, integrating them into the same history database as user-typed co…
Thiago Perrotta updated his dual-review skill for Claude Code to automatically fix Blocker and Important findings from two independent LLM reviewers, leaving Suggestions for user confirmation. The new…
Thiago Wfx removed the GitHub MCP server from his Pi configuration, citing that GitHub's existing CLI (gh) already provides full functionality for pull requests, issues, workflows, and releases. The r…
OpenRouter offers a unified LLM API endpoint with free model access, and pi.dev has integrated it, allowing users to sign in with an API key and select the openrouter/free model for no-cost inference.…
Developer perrotta.dev adopted the TODOseq community plugin (version 0.18.1) for Obsidian to preserve Logseq task syntax in shared markdown files, after auditing the plugin's source code and finding n…
Pi 0.82.1, the interactive coding agent from earendil-works, cannot change its working directory mid-session, as commands like `cd` run in child processes and no built-in `/cd` exists. The maintainer,…
Developer Thiago Perrotta used the drskill linter to scan Claude Code skills bundled in a plugin, working around a known limitation by symlinking the plugin's skill directory into a temporary .claude/…
Pi, a command-line tool, now blocks dangerous shell commands using syntax-aware parsing with Tree-sitter instead of regex, preventing false positives and bypasses. The extension, developed by Thiago P…
Pi, a terminal-based AI assistant, now exits instantly on Ctrl+D instead of waiting several seconds for a session summary, after developer Thiago Perrotta forked the pi-memory package into pi-memory-a…
Developer Thiago Perrotta implemented a '/btw' side-chat extension for the pi coding agent, allowing tangential questions to be answered without polluting the main agent thread. The extension reads a …
Alessandro Perrotta, developer of the pi coding agent, reimplemented the terse-speak 'caveman mode' natively in pi using a 40-line extension and skill, after finding the upstream caveman project too b…
Homebrew's `brew pin` command prevents the LogSeq formula from being upgraded, as demonstrated by a user who pinned LogSeq at version 0.10.14 to avoid the breaking changes in LogSeq v2.0.1. The user, …