Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: PsycherosAI/Psycheros

psycheros-v0.7.2

11 Jun 07:29
@github-actions github-actions
psycheros-v0.7.2
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
063407b
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

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 the datetime-local picker 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.

Loading

entity-loom-v0.3.6

11 Jun 07:28
@github-actions github-actions
entity-loom-v0.3.6
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
063407b
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

Security

  • The POST /api/setup/resume and GET /api/status endpoints no longer include
    llmApiKey in their JSON responses. The key is replaced with a boolean
    hasApiKey field. 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.

Loading

psycheros-v0.7.1

10 Jun 09:30
@github-actions github-actions
psycheros-v0.7.1
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
2ce1441
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • Custom tools are now stored under .psycheros/custom-tools/ instead of a
    top-level custom-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 legacy custom-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.

Loading

psycheros-v0.7.0

10 Jun 00:44
@github-actions github-actions
psycheros-v0.7.0
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
3966f47
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • memory_recall tool 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.

Loading

entity-core-v0.4.0

10 Jun 00:44
@github-actions github-actions
entity-core-v0.4.0
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
3966f47
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • memory_grep MCP tool: plain-text keyword search across all memories, scored
    by query term overlap (no embeddings, no recency bias).
  • memory_read now accepts an optional slug parameter 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.

Loading

psycheros-v0.6.2

09 Jun 09:54
@github-actions github-actions
psycheros-v0.6.2
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
2475d5a
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

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.

Loading

psycheros-v0.6.1

09 Jun 08:22
@github-actions github-actions
psycheros-v0.6.1
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
50877ab
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

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.

Loading

psycheros-v0.6.0

09 Jun 08:14
@github-actions github-actions
psycheros-v0.6.0
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
f44258c
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

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/ingest routes 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.js for 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.

Loading

entity-loom-v0.3.5

09 Jun 08:14
@github-actions github-actions
entity-loom-v0.3.5
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
f44258c
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

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.

Loading

entity-core-v0.3.6

09 Jun 08:14
@github-actions github-actions
entity-core-v0.3.6
This tag was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.
f44258c
This commit was signed with the committer’s verified signature.
PsycherosOps Psycheros Ops
SSH Key Fingerprint: VPIU8NZYmelml2fecc96IYzyRe1KVqH7tCZIuVH743M
Verified
Learn about vigilant mode.

Choose a tag to compare

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.

Loading
Previous 1 3 4 5 6 7 8
Previous

AltStyle によって変換されたページ (->オリジナル) /