Skip to content

Commit a942f39

Browse files
oratisclaude
andcommitted
release: v0.8.0 — complete orchestrator (L1–L6) + screen advisor + 4 new agent adapters
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 32f48d1 commit a942f39

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ versioning follows [SemVer](https://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.8.0] — 2026-06-02
9+
10+
**Mission control + new senses.** The orchestrator is complete end-to-end —
11+
LISA now observes every coding agent on the machine (Claude Code, Codex,
12+
OpenCode, Aider, GitHub PRs), understands, advises, dispatches, controls, and
13+
recaps. Plus an opt-in Screen Advisor that suggests your next coding step from
14+
what's on screen. All agent-observation is structural-metadata-only and every
15+
new sensing capability is off by default.
16+
817
### Added — Cross-agent recap (orchestrator L6: "while you were away")
918

1019
- **`agent_recap` tool** + **`GET /api/agents/recap?sinceMinutes=N`** synthesize

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oratis/lisa",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "An AI agent with a real self — runs locally, has desires, keeps a journal, evolves over time.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)