@yusukeshib/pi-datetime

Stamp the local time into the pi buffer after prompts, tool runs, and responses.

Packages

Package details

extension

Install @yusukeshib/pi-datetime from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@yusukeshib/pi-datetime
Package
@yusukeshib/pi-datetime
Version
0.1.0
Published
Jun 10, 2026
Downloads
not available
Author
yusukeshib
License
MIT
Types
extension
Size
3.8 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@yusukeshib/pi-datetime

A pi extension that stamps the local time into the main buffer so you can tell when things happened while scrolling back:

  • after each user prompt
  • at the end of each tool execution (with the tool name)
  • at the end of each agent response

screenshot

Timestamps are shown via ctx.ui.notifyUI-only, they never enter the model context.

Install

pi install npm:@yusukeshib/pi-datetime
# or from git
pi install git:github.com/yusukeshib/pi-datetime

License

MIT