-
Notifications
You must be signed in to change notification settings - Fork 3
Releases: PsycherosAI/Psycheros
psycheros-v0.7.2
063407b Fixed
- Pulse-spawned conversations now appear in the sidebar immediately. Previously
the sidebar only updated if a tool run during the pulse happened to return
affectedRegions: ["conv-list"], making it hit-or-miss. - The "Once at a specific time" datetime picker in the Pulse editor is now
seeded with a default value when first shown. Desktop browsers (Chrome,
Firefox) often fail to open thedatetime-localpicker when the field is
empty, making the field appear unresponsive.
How to install
The canonical artifact for the harness is the container image:
docker pull ghcr.io/psycherosai/psycheros:<version> # or `:latest` for the most recent release
See the README's Docker block
for the recommended docker run invocation, env-var reference, and volume
layout.
The archives prefixed Psycheros- below are GitHub's auto-attached
full-monorepo source — useful for building the image yourself, but the published
image at GHCR is the supported install path.
Assets 2
entity-loom-v0.3.6
063407b Security
- The
POST /api/setup/resumeandGET /api/statusendpoints no longer include
llmApiKeyin their JSON responses. The key is replaced with a boolean
hasApiKeyfield. The frontend shows a masked placeholder on resume instead
of the actual key value.
How to install
This package ships as a scoped source release. Download entity-loom-v*.tar.gz
(or .zip) — those archives contain the entity-loom package tree only.
The archives prefixed Psycheros- are GitHub's auto-attached full-monorepo
source — they contain the whole workspace, useful if you want the companion
packages too.
Assets 4
psycheros-v0.7.1
2ce1441 Fixed
- Custom tools are now stored under
.psycheros/custom-tools/instead of a
top-levelcustom-tools/directory. The old location was not covered by
Docker volume mounts, so custom tools were lost on container rebuilds. On
startup, any files in the legacycustom-tools/directory are automatically
migrated to the new location. - Tool registry is now reloaded after uploading or deleting a custom tool, so
new tools appear immediately without a server restart.
How to install
The canonical artifact for the harness is the container image:
docker pull ghcr.io/psycherosai/psycheros:<version> # or `:latest` for the most recent release
See the README's Docker block
for the recommended docker run invocation, env-var reference, and volume
layout.
The archives prefixed Psycheros- below are GitHub's auto-attached
full-monorepo source — useful for building the image yourself, but the published
image at GHCR is the supported install path.
Assets 2
psycheros-v0.7.0
3966f47 Added
memory_recalltool with two-phase design: search mode runs semantic and grep
matching in parallel to return a compact hit list with titles and previews;
read mode fetches specific memories in full. The entity only pulls full
content for memories it actually needs.
How to install
The canonical artifact for the harness is the container image:
docker pull ghcr.io/psycherosai/psycheros:<version> # or `:latest` for the most recent release
See the README's Docker block
for the recommended docker run invocation, env-var reference, and volume
layout.
The archives prefixed Psycheros- below are GitHub's auto-attached
full-monorepo source — useful for building the image yourself, but the published
image at GHCR is the supported install path.
Assets 2
entity-core-v0.4.0
3966f47 Added
memory_grepMCP tool: plain-text keyword search across all memories, scored
by query term overlap (no embeddings, no recency bias).memory_readnow accepts an optionalslugparameter to disambiguate
significant memories that share the same date.
How to install
This package ships as a scoped source release. Download entity-core-v*.tar.gz
(or .zip) — those archives contain the entity-core package tree only.
The archives prefixed Psycheros- are GitHub's auto-attached full-monorepo
source — they contain the whole workspace, useful if you want the companion
packages too.
Assets 4
psycheros-v0.6.2
2475d5a Fixed
- Reverted persist-before-yield tool result ordering. Tool results are now
yielded to the SSE client before DB persistence, restoring the original
stream-first behavior.
How to install
The canonical artifact for the harness is the container image:
docker pull ghcr.io/psycherosai/psycheros:<version> # or `:latest` for the most recent release
See the README's Docker block
for the recommended docker run invocation, env-var reference, and volume
layout.
The archives prefixed Psycheros- below are GitHub's auto-attached
full-monorepo source — useful for building the image yourself, but the published
image at GHCR is the supported install path.
Assets 2
psycheros-v0.6.1
50877ab Changed
- Code formatting normalized across wearable modules and documentation.
How to install
The canonical artifact for the harness is the container image:
docker pull ghcr.io/psycherosai/psycheros:<version> # or `:latest` for the most recent release
See the README's Docker block
for the recommended docker run invocation, env-var reference, and volume
layout.
The archives prefixed Psycheros- below are GitHub's auto-attached
full-monorepo source — useful for building the image yourself, but the published
image at GHCR is the supported install path.
Assets 2
psycheros-v0.6.0
f44258c Added
- Wearable data pipeline for entity-plexus sensor ingestion with live connection
management and data caching. - BLE device management UI with live status polling, XML validation, and device
command interface. - Event rules engine with webhook UI — define event-triggered actions in SA
settings. /api/ingestroutes for Authelia-gated wearable data access.- Configurable wearable stream injection into SA context.
- Restore Conversations feature in Entity Data tab for browsing and recovering
archived conversations.
Fixed
- Tool results now persist to the database before SSE yield, preventing orphaned
tool calls when the connection drops mid-stream. - GPT-5.x models (including 5.5) now correctly strip all sampling parameters
(temperature, top_p, frequency/presence penalty) before sending requests. - Custom tool import/delete UI now correctly persists state across page loads.
- Inline wearable scripts moved to
psycheros.jsfor proper caching and
maintainability.
How to install
The canonical artifact for the harness is the container image:
docker pull ghcr.io/psycherosai/psycheros:<version> # or `:latest` for the most recent release
See the README's Docker block
for the recommended docker run invocation, env-var reference, and volume
layout.
The archives prefixed Psycheros- below are GitHub's auto-attached
full-monorepo source — useful for building the image yourself, but the published
image at GHCR is the supported install path.
Assets 2
entity-loom-v0.3.5
f44258c Fixed
- GPT-5.x models now correctly strip all sampling parameters (temperature,
top_p, frequency/presence penalty) before sending requests.
How to install
This package ships as a scoped source release. Download entity-loom-v*.tar.gz
(or .zip) — those archives contain the entity-loom package tree only.
The archives prefixed Psycheros- are GitHub's auto-attached full-monorepo
source — they contain the whole workspace, useful if you want the companion
packages too.
Assets 4
entity-core-v0.3.6
f44258c Fixed
- GPT-5.x models now correctly strip all sampling parameters (temperature,
top_p, frequency/presence penalty) before sending requests.
How to install
This package ships as a scoped source release. Download entity-core-v*.tar.gz
(or .zip) — those archives contain the entity-core package tree only.
The archives prefixed Psycheros- are GitHub's auto-attached full-monorepo
source — they contain the whole workspace, useful if you want the companion
packages too.