
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
phal-plugin-save-conversations
Advanced tools
An OVOS/Neon PHAL plugin that saves a transcript of your conversations in JSONL format.
These transcripts can be used to review your conversations, look for patterns, find opportunities to write new skills, or for any other purpose.
self.bus.on("recognizer_loop:wakeword", self.record_message)
self.bus.on("recognizer_loop:utterance", self.record_message)
self.bus.on("speak", self.record_message)
OVOS ~/.config/mycroft/mycroft.conf
{
"PHAL": {
"phal-plugin-save-conversations": {
"save_path": "/home/ovos/.cache/transcripts"
}
}
}
Neon ~/.config/neon/neon.yaml
PHAL:
phal-plugin-save-conversations:
save_path: "/home/neon/.cache/transcripts"
FAQs
A PHAL plugin that saves conversations to a file
We found that phal-plugin-save-conversations demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.