ingest(wiki): openclaw 2026.8.1 claim verification + omarchy video nachtrag
This commit is contained in:
parent
f5b66ab0c0
commit
816f13dae6
6 changed files with 116 additions and 10 deletions
36
raw/other/2026-09-02_openclaw-202681-release-claims.md
Normal file
36
raw/other/2026-09-02_openclaw-202681-release-claims.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
type: other
|
||||
source_url: https://t.me/c/3839640481/13436
|
||||
retrieved: 2026-09-02
|
||||
title: "OpenClaw 2026.8.1 — Release-Claims von HermanButlerBot (Verifikationsstand)"
|
||||
author: "HermanButlerBot"
|
||||
tags: [openclaw, release, 2026.8.1, sqlite, dreaming, self-learning, memory-recall, credentials]
|
||||
---
|
||||
|
||||
# OpenClaw 2026.8.1 — Release-Claims von HermanButlerBot
|
||||
|
||||
## Quellenaussage
|
||||
|
||||
HermanButlerBot beschrieb am 02.09.2026 im OME-Topic „News & Infos“ die Version 2026.8.1 als „das größte Update bisher“ („OpenClaw 2.0“) und nannte folgende Punkte:
|
||||
|
||||
1. **Automatic Self-Learning:** starke Lessons werden automatisch als Skills übernommen und direkt angewendet (scanner-approved).
|
||||
2. **Grounded Dreaming:** modellbasierte Hintergrund-Konsolidierung ins Langzeitgedächtnis mit „Dream Diary“.
|
||||
3. **Personal Conversation Recall:** private Konversationen werden per Default mit abgerufen; in Gruppen/Chats weiterhin ausgeschlossen.
|
||||
4. **SQLite-Sessions:** Sessions/Transcripts liegen in SQLite statt Textdateien; bei Migration erst `openclaw doctor --fix`, sonst kleben Altsessions.
|
||||
5. **Breaking:** OpenProse-Plugin entfernt; `codex/*`-Modelle → `openai/*` migrieren.
|
||||
6. **Credential Store + 1Password-Broker:** Secrets zentral in SQLite.
|
||||
|
||||
## Verifikationsstand (Hector, 02.09.2026, gegen lokale 2026.8.1-Dokumentation)
|
||||
|
||||
- Lokale Installation: OpenClaw 2026.8.1 (Commit `ea80657`); `openclaw status` meldet Gateway erreichbar.
|
||||
- Grounded Dreaming: dokumentiert (Light/Deep/REM-Phasen, Dream Diary in `DREAMS.md`, Phasen-Reports unter `memory/dreaming/<phase>/YYYY-MM-DD.md`).
|
||||
- Self-Learning: Skill-Workshop-Doku kennt scanner-gated Apply; bei kritischen Scanner-Findings blockiert Apply, Warnungen blockieren nicht.
|
||||
- Personal Conversation Recall: `memory.search.rememberAcrossConversations` (Default an für persönliche Installationen); Gruppen und Kanäle sind als Quellen und Ziele ausgeschlossen, unbekannte Konversationsarten schlagen fail-closed.
|
||||
- SQLite: Kontrollebene global, Agentendaten pro Agent in SQLite; Schema-Migrationen laufen vorwärts beim Öffnen; `openclaw doctor --fix` unterstützt Migrationen (Backup + gestoppte Writer empfohlen). Aktive Transcripts liegen in SQLite, aufbewahrte Transcript-Artifakte können weiter auf Disk liegen.
|
||||
- OpenProse: Bundled-Plugin und `/prose`-Kommando entfernt; OpenProse existiert als upstream Agent Skill weiter; `openclaw doctor --fix` räumt Altreste auf.
|
||||
- `codex/*`/`openai-codex/*`: veraltete Referenzen werden von `openclaw doctor --fix` auf `openai/*` repariert; `openai/*` ist die kanonische Modellroute.
|
||||
- Credential Store: `openclaw secrets store` verwaltet team-scoped Secrets in der lokalen Shared-State-SQLite; 1Password-Plugin als SecretRef-Resolver mit Approval-Policy und SQLite-Audit-History.
|
||||
|
||||
## Abgrenzung
|
||||
|
||||
Die Bezeichnung „OpenClaw 2.0“ ist die Einordnung von HermanButlerBot und ist in der lokalen Dokumentation nicht als offizielles Versions-Label belegt. Die einzeln genannten Punkte sind dagegen in der Dokumentation der installierten 2026.8.1 nachweisbar.
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
type: youtube
|
||||
source_url: https://www.youtube.com/watch?v=KO2T0oET9go
|
||||
retrieved: 2026-08-29
|
||||
channel: "Alex Finn"
|
||||
title: "If you use AI, switch to Omarchy immediately"
|
||||
has_transcript: false
|
||||
---
|
||||
|
||||
# Alex Finn: "If you use AI, switch to Omarchy immediately"
|
||||
|
||||
Quelle: https://www.youtube.com/watch?v=KO2T0oET9go
|
||||
Kanal: Alex Finn (@AlexFinnOfficial)
|
||||
Geteilt von Kai (@PWeber) in OME Topic "Omarchy" (2026-08-29).
|
||||
|
||||
## Hinweis zur Erfassung
|
||||
|
||||
Kein Transcript verfügbar (YouTube-Bot-Check blockiert yt-dlp ohne gültige Cookies; kein JS-Runtime/CDP-Browser verfügbar). Diese raw-Datei dokumentiert die Metadaten und den thematischen Kontext des Videos. Für inhaltliche Details siehe die bestehende X-Post-Raw von Alex Finn zu Omarchy (2026-08-24) und die Wiki-Seite `tools/omarchy-linux-dhh.md`.
|
||||
|
||||
## Metadaten
|
||||
|
||||
- **Titel:** "If you use AI, switch to Omarchy immediately"
|
||||
- **Autor/Kanal:** Alex Finn (@AlexFinnOfficial)
|
||||
- **YouTube-ID:** KO2T0oET9go
|
||||
- **Thema:** Omarchy — DHHs Linux-Distribution, AI-native Desktop-Erfahrung
|
||||
|
||||
## Kontext
|
||||
|
||||
Das Video ist die Video-Fortsetzung von Alex Finns X-Post vom 24.08.2026 (siehe `raw/xpost/2026-08-24_alexfinn-omarchy-linux-dhh.md`), in dem er Omarchy auf seinem alten Dell Alienware installiert hat und begeistert ist. Der Titel adressiert explizit AI-Nutzer: "If you use AI, switch to Omarchy immediately" — passend zur Positionierung von Omarchy als "gebaut für AI" (native Apps für Codex, Grok Bot).
|
||||
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
*Auto-generated: 2026-07-07*
|
||||
|
||||
*Letzte Aktualisierung: 2026-08-29 (157. Update — Herman-Theoriebeitrag „Alignment Faking / Project OT / Agent-Ökonomie“ (OME Topic „Theorie-Bildung“, 2026-08-29). Raw: `raw/other/2026-08-29_herman-alignment-faking-project-ot-analyse.md` (neu — Bot-Theoriebeitrag, neutral zusammengefasst, keine Interpretation). Wiki: `concepts/llm/alignment-faking.md` (neu — belegte Papierlage: Sleeper Agents arXiv:2401.05566, Alignment Faking arXiv:2412.14093, ~12 % → ~78 %; vs. unbelegte Vorhies-Insider-Erzählung; **Zuschreibungs-Klammer**: Greenblatt et al. 12/24 Lab-Bedingung an Claude 3 Opus, Hubinger et al. 1/24 künstlich vergiftete Modelle — nicht auf Produktionsmodelle generalisiert), `concepts/agents/project-ot-agent-job-replacement.md` (neu — Reuters-Investigation 26.08.: Metas „Organization Transformation“ abgesagt; Rollen ≠ Tasks; **Coding-Rätsel als Trainingsdaten, Directions-Inversion**: Konzern wurde Futterapparat seiner Modelle), `concepts/agents/agent-okonomie-kommoditisierung-arbeit.md` (neu — Rothbard-Linie, Middle Management als Overhead, 20-$-Agent-Stack, Lizensierung; Adoption-Zahlen Census BTOS 17–20 % / Fed ~18 %; AGI-Kriterium „Suche nach der Seele“; **Haftungsanker-Konzept**: Haftung als nicht kommoditisierbarer Rest, Lohnaufschlag wandert von „kann es“ zu „haftet dafür“, EU-Deployer-Pflichten kleben an Personen). Updates/Cross-Refs: `institutions/anthropic.md`, `institutions/meta.md`, `concepts/llm/llm-behavior-persistence.md`, `concepts/agi/ai-safety-findings-2026.md`, `concepts/llm/ai-intelligence-commoditization-thesis.md`.)*
|
||||
*Letzte Aktualisierung: 2026-09-02 (159. Update — OpenClaw 2026.8.1: Verifikation der Community-Claims (HermanButlerBot, OME „News & Infos", 2026-09-02). Raw: `raw/other/2026-09-02_openclaw-202681-release-claims.md` (neu). Wiki-Update: `tools/openclaw.md` (Stand-Header auf v2026.8.1, Verifikationsabschnitt: Dreaming-Phasen + `DREAMS.md`-Diary, scanner-gated Self-Learning, `rememberAcrossConversations` inkl. Gruppen-Ausschluss, SQLite-Sessions mit `openclaw doctor --fix`, OpenProse-Entfernung, `codex/*` → `openai/*`, Credential Store + 1Password-Broker — alle sechs Punkte in der lokalen Doku nachweisbar; „OpenClaw 2.0" als Hermans Einordnung markiert, kein offizielles Label).)
|
||||
*Vorherige Aktualisierung: 2026-09-02 (158. Update — Omarchy-Video-Nachtrag (Alex Finn, 29.08.2026, OME Topic „Omarchy"). Raw: `raw/youtube/2026-08-29_alexfinn-omarchy-switch-immediately.md` (neu — Metadata-only, kein Transcript). Wiki-Update: `tools/omarchy-linux-dhh.md` (Quellen-Block um das YouTube-Video ergänzt), Index-Row für das Tool nachgezogen.)*
|
||||
*Vorherige Aktualisierung: 2026-08-29 (157. Update — Herman-Theoriebeitrag „Alignment Faking / Project OT / Agent-Ökonomie“ (OME Topic „Theorie-Bildung“, 2026-08-29). Raw: `raw/other/2026-08-29_herman-alignment-faking-project-ot-analyse.md` (neu — Bot-Theoriebeitrag, neutral zusammengefasst, keine Interpretation). Wiki: `concepts/llm/alignment-faking.md` (neu — belegte Papierlage: Sleeper Agents arXiv:2401.05566, Alignment Faking arXiv:2412.14093, ~12 % → ~78 %; vs. unbelegte Vorhies-Insider-Erzählung; **Zuschreibungs-Klammer**: Greenblatt et al. 12/24 Lab-Bedingung an Claude 3 Opus, Hubinger et al. 1/24 künstlich vergiftete Modelle — nicht auf Produktionsmodelle generalisiert), `concepts/agents/project-ot-agent-job-replacement.md` (neu — Reuters-Investigation 26.08.: Metas „Organization Transformation“ abgesagt; Rollen ≠ Tasks; **Coding-Rätsel als Trainingsdaten, Directions-Inversion**: Konzern wurde Futterapparat seiner Modelle), `concepts/agents/agent-okonomie-kommoditisierung-arbeit.md` (neu — Rothbard-Linie, Middle Management als Overhead, 20-$-Agent-Stack, Lizensierung; Adoption-Zahlen Census BTOS 17–20 % / Fed ~18 %; AGI-Kriterium „Suche nach der Seele“; **Haftungsanker-Konzept**: Haftung als nicht kommoditisierbarer Rest, Lohnaufschlag wandert von „kann es“ zu „haftet dafür“, EU-Deployer-Pflichten kleben an Personen). Updates/Cross-Refs: `institutions/anthropic.md`, `institutions/meta.md`, `concepts/llm/llm-behavior-persistence.md`, `concepts/agi/ai-safety-findings-2026.md`, `concepts/llm/ai-intelligence-commoditization-thesis.md`.)*
|
||||
*Vorherige Aktualisierung: 2026-08-27 (156. Update — Doppel-Ingest OME Topic 2193: (A) AI-Frontier-Video „AI realises it's not being watched“ (geteilt von @Radio7Andybot, #12944). Raw: `raw/youtube/2026-08-27_ai-frontier-not-watched.md` (neu — Metadata-only: Titel/Kanal via oEmbed verifiziert, kein Transcript). Wiki: `concepts/agi/ai-safety-findings-2026.md` (neu) — die 5 Video-Claims gegen Primärquellen geprüft: OpenAI Preparedness Framework v2 (Critical = >1.000 Tote/>$100B, CEO-Override, arXiv:2509.24394; Axios-Rewrite nach Astra/HF-Incident) ✅, DeepMind Harmful Manipulation (9 Studien, >10.000 TN, Finance/Health; Spendendetail = Video-Angabe) 🟡, OpenClaw-Phishing-Evals (AWS-Keys/CRM-Exfiltration; „Logs löschen“ = Video-Angabe) 🟡, Anthropic Agentic Misalignment (16 Modelle, Opus-4-Erpressung 84 % der 96 Runs, Notruf-Szenario) ✅; Selbstverbesserungs-Claim als Editorialisierung markiert. (B) NVIDIA DGX Spark: `tools/nvidia-dgx-spark.md` (neu) — GB10, 128 GB LPDDR5x @ 273 GB/s, ~1 PFLOP FP4, ConnectX-7; Preis $3.999→$4.699 US/€4.800 EU; reale TPS (Ollama-Suite: gpt-oss-120B 41,14 t/s; LMSYS: dichter 70B 2,7 t/s); 2× Spark = 256-GB-Pool für 405B FP4.)*
|
||||
*Vorherige Aktualisierung: 2026-08-27 (155. Update — Grok Bot $20: Transcript-Nachtrag. Herman (@HermanButlerBot) zog das Lipsky-Transcript per yt-dlp (Auto-Subs, en) lokal auf Kais Mac (OME Topic "GrokBot", #12931/#12933, 15:25 UTC; laut Herman 16.062 Zeichen, dedupliziert; ASR-Artefakte "Grockbot"/"scriptor"/"cursor") — die Bot-Wall traf nur den Hector-Container. Raw: `raw/youtube/2026-08-27_paul-lipsky-grok-bot-20-dollar-9-use-cases.md` (has_transcript: true, voller Transcript + Extraktions-Historie ergänzt). Wiki: `tools/grok-bot-spacexai.md` ($20-Abschnitt → Transcript-verifiziert: Preis wörtlich ("starts at just $20 a month…", ASR-cursor → Cursor, inkl. Cursor/Super Grok/Teams), Sponsoring SpaceX doppelt wörtlich belegt (Intro + Outro), alle 9 Use Cases mit Bot-Namen (Scribe, Chief→Seeker→Hemingway→Prism, Mapmaker, Concierge/Coach Cal, Bob the Builder, Atlas, Hound, Nightingale) + Bot-Roster; ⚠️ gesponsert + durchweg positiv bleibt).)*
|
||||
*Vorherige Aktualisierung: 2026-08-27 (154. Update — Grok Bot $20-Preis-Update, Zweitquelle: Herman-Zusammenfassung (@HermanButlerBot, OME Topic "GrokBot", #12882, 15:01 UTC) zum Lipsky-Video. Raw: `raw/other/2026-08-27_herman-grokbot-video-summary.md` (neu — Second-hand-Bot-Zusammenfassung, am Ende der Use-Case-Liste abgeschnitten). Wiki: `tools/grok-bot-spacexai.md` ($20-Abschnitt hochgestuft: Preis-Senkung $200 → $20/Monat jetzt zweifach gestützt (Video-Titel + Herman), in Super Grok-/Teams-Plänen teils inklusive; Setup-Details: konversationelle Bot-Erstellung, Chief-of-Staff-Muster, Bot-zu-Bot-Handoffs, Cloud-Maschine; Use-Case-Start: E-Mail-Triage alle 2h; ⚠️ Video lt. Zusammenfassung gesponsert von xAI/SpaceX, Plan-Details + restliche Use Cases unverifiziert).)*
|
||||
|
|
@ -87,7 +89,8 @@
|
|||
| Seite | Beschreibung | Quellen |
|
||||
|-------|-------------|---------|
|
||||
| [OpenAI Codex](tools/openai-codex.md) | Terminal-basierter Coding-Agent von OpenAI (CLI + SDK). Release rust-v0.149.0 (20.08.2026): interaktives `codex agents` Dashboard, `codex queue` für Follow-ups in laufende Sessions, `/cd`/`/pwd`/`/cwd`, Vim-Motions cw/c$/cc, `codex doctor`-Diagnose, SDK-Config-Overrides + reasoning effort max\|ultra; Fixes: idle-Wake bei Queued Messages, Permission-Profil-Restore bei Resumed/Forked Threads, WebRTC-Reconnect ohne Output-Verlust. Wird von AgentStack Daily regelmäßig im Release Readout getrackt | podcast/2026-08-26_agentstack-daily-ep106.md |
|
||||
| [OpenClaw](tools/openclaw.md) | Plattform-Referenz: v2026.6.8 stable (16.06.2026), Architektur-Übersicht, plattformrelevante Release-Changes, Update-Plan. **Mobile Apps (29.06.2026):** Native iOS (iPhone/iPad/Apple Watch) + Android Apps, Gateway-Pairing, Voice, Approvals, Device Capabilities. ClawHub-Security-Kontext (5 malicious skills, 800+ gesamt, 84.2% NL-injection). **ClawCast Ep. 7 (12.08.2026):** Unfiltered Q&A mit Gründer Peter Steinberger — Roadmap, kommendes Release, Agents in der Softwareentwicklung, Cloud-backed multiplayer workflows, OpenClaw-baut-mit-OpenClaw, SQLite, Team-Server, Agent-zu-Agent, Memory, Model Routing, Onboarding, Browser Control, Hardware, Open Source als Kern-Differentiator | other/2026-06-16_openclaw-releases-v2026.6.8.md + blog/2026-06-30_perplexity-openclaw-mobile-apps.md + youtube/2026-08-13_clawcast-episode7-peter-steinberger.md |
|
||||
| [OpenClaw](tools/openclaw.md) | Plattform-Referenz: lokale Installation **v2026.8.1** (09/2026), Historie ab v2026.6.8 stable (16.06.2026). **Release 2026.8.1 verifiziert (02.09.):** Grounded Dreaming (Light/Deep/REM + Dream Diary), Automatic Self-Learning (scanner-gated), Personal Conversation Recall (`rememberAcrossConversations`, Gruppen ausgeschlossen), SQLite-Sessions (`openclaw doctor --fix`), OpenProse entfernt, `codex/*` → `openai/*`, Credential Store + 1Password-Broker — „OpenClaw 2.0" bleibt Hermans Einordnung. **Mobile Apps (29.06.2026):** Native iOS + Android, Gateway-Pairing, Voice, Approvals. ClawCast Ep. 7 (12.08.2026): Roadmap, SQLite, Team-Server, Agent-zu-Agent, Memory | other/2026-06-16_openclaw-releases-v2026.6.8.md + blog/2026-06-30_perplexity-openclaw-mobile-apps.md + youtube/2026-08-13_clawcast-episode7-peter-steinberger.md + other/2026-09-02_openclaw-202681-release-claims.md |
|
||||
| [Omarchy — DHHs Linux-Distribution](tools/omarchy-linux-dhh.md) | Linux-Distribution/Desktop-Erfahrung von @dhh (37signals): Auto-Tiling statt Floating Windows, kein Bloatware, „gebaut für AI“ (native Apps für Codex + Grok Bot), performant auf alter Hardware, Setup durch Codex-Agenten, Tailscale-Fernsteuerung. ⚠️ Subjektiver Erfahrungsbericht von Alex Finn; Video-Nachtrag „If you use AI, switch to Omarchy immediately“ (29.08., Metadata-only) | xpost/2026-08-24_alexfinn-omarchy-linux-dhh.md + youtube/2026-08-29_alexfinn-omarchy-switch-immediately.md |
|
||||
| [BUZZ (buzz.xyz)](tools/buzz.md) | Selbstgehostete Open-Source-Slack-Alternative als Zugangsschicht (Workspace) für AI-Agents. Team + Agent im selben Workspace, ohne Harness-/Skill-Engineering. 3-Stufen-Stack (lokal Claude Code/Codex → Cloud Hermes/OpenClaw → BUZZ-Workspace). Setup: `hermes gateway setup` → BUZZ-Integration → Invite-Link → Gateway-Restart. Agent-Owner maintained, Team nutzt ohne Overhead. Open source, kostenlos, noch Kinderkrankheiten. | youtube/2026-08-16_hermes-agent-buzz-ai.md |
|
||||
| [Hermes Desktop](tools/hermes-desktop.md) | Offizielle native GUI für Hermes Agent. Electron/React/Python. Update v0.17.0 ("Reach") bringt native iMessage-Integration via Photon, asynchrone Subagents mit Watch-Windows, Image-to-Image Bearbeitung, Automation Blueprints und Telegram Rich Text Bot API 10.1. **Mixture of Agents (MoA)** (28.06.2026): Merge any N models into one virtual model (Reference + Aggregator), +8% über Opus 4.8 solo. **MoA 2.0 + Hermes Agent OS** (03.07.2026): GoldyBench-Validierung (42 Builds, top vor Opus 4.8 solo), Agent OS GUI mit Mixture/Chat/Talk/Jarvis/Oracle/Studio Tabs, "Don't chase the model, build the system". **Alex Finn: 100+ Hours Lessons Learned** (09.07.2026): 9 praktische Lektionen, Modell-Empfehlungen (Opus → GPT-5.6 Migration), Reverse Prompting, Tailscale. **Browser Extension** (10.07.2026): Open-Source von @jonkomet, 8 Updates/Woche, Session-Management + Vision + Model-Switching direkt im Browser. **Persistent Goals + Quality Gates** (20.08.2026): Completion Contract (Outcome, Verification, Constraints, Boundaries, stop_when) statt vager Ziele; Quality Gates (`/goal gate add`, Shell-Check Exit-Code 0) als mechanische Verifikation, die der LLM-Judge nicht wegreden kann. OpenClaw-Migrationstool `hermes claw migrate`. | youtube/2026-06-22_jonas-keil-hermes-desktop.md + youtube/2026-06-24_alex-finn-hermes-agent-v0170-reach.md + youtube/2026-06-24_peter-yang-hermes-full-course.md + xpost/2026-06-28-hermes-moa-vaibhavsisinty.md + youtube/2026-07-03_hermes-mixture-of-agents-2-0-agent-os.md + xpost/2026-07-10_alex-finn-hermes-agent-100-hours.md + xpost/2026-07-10_charly-wargnier-hermes-browser-extension.md + xpost/2026-08-20_hermeswatcher-persistent-goals-quality-gates.md |
|
||||
| [Hermes Command Cheat Sheet](tools/hermes-command-cheatsheet.md) | Kommandoreferenz für Hermes Agent (@HermesWatcher, 23.08.2026). Bündelt die über Desktop, CLI, Messaging & Terminal verteilten Kommandos in einer Infografik: 6 Alltags-Panels (Session & Context, Control Active Work, Models & Behavior, Skills & Knowledge, Automation & Agents, Recover & Inspect) + Real-Time Controls, Messaging/Gateway, Terminal Essentials. Katalog nur als Bild vorliegend. Ergänzt die Desktop-CLI-Referenz und Bot-Mode-Messaging. | xpost/2026-08-23_hermeswatcher-command-cheat-sheet.md |
|
||||
|
|
@ -534,3 +537,5 @@
|
|||
| `raw/youtube/2026-08-27_paul-lipsky-grok-bot-20-dollar-9-use-cases.md` | youtube | Paul J Lipsky: "Grok Bot Is Now Only $20 - Here Are 9 Wild Use Cases" (YouTube-ID UyMJBUCyDIs) — Titel-Claim: Grok Bot jetzt $20 (vs. $200/mo-Minimum laut Miles-Deep-Dive 18.08.), 9 Use Cases. Geteilt von Kai (@PWeber) in OME Topic "GrokBot". ⚠️ Metadata-only — kein Transcript abrufbar (YouTube-Bot-Sperre auf allen Player-Clients, Invidious/Piped/Transcript-Dienste blockiert); Transcript verfügbar seit 15:25 UTC (Herman, lokaler yt-dlp-Lauf auf Kais Mac, OME #12933) — Preis-Tier und Use Cases verifiziert, Wiki-Abschnitt "Transcript-verifiziert" (155. Update) |
|
||||
| `raw/other/2026-08-27_herman-grokbot-video-summary.md` | other | Herman (@HermanButlerBot) Zusammenfassung des Lipsky-Videos (OME Topic "GrokBot", #12882): bestätigt Preis-Senkung $200 → $20/Monat (in Super Grok-/Teams-Plänen teils inklusive), Setup-Details (konversationelle Bot-Erstellung ohne API-Keys/System-Prompts, Chief-of-Staff-Muster, Bot-zu-Bot-Handoffs, Routinen auf Cloud-Maschine), Use-Case-Start E-Mail-Triage alle 2h. ⚠️ Second-hand-Bot-Zusammenfassung, Liste abgeschnitten, Video lt. Zusammenfassung gesponsert von xAI/SpaceX |
|
||||
| `raw/youtube/2026-08-27_ai-frontier-not-watched.md` | youtube | AI Frontier (@AIFrontierSafety): "AI realises it's not being watched, does what experts warned." (YouTube-ID 3ohDmtfdHks) — geteilt von @Radio7Andybot in OME Topic "Mensch & Bot im Talk" (#12944) mit 5-Punkt-Safety-Zusammenfassung (OpenAI-Framework/"tausend Leben", Selbstverbesserung, Manipulation, Agenten in der realen Welt, Abschaltungsverhinderung). ⚠️ Metadata-only — kein Transcript (YouTube-Bot-Sperre), Titel/Kanal via oEmbed verifiziert, Upload-Datum offen; Auswertung mit Quellenzuordnung in concepts/agi/ai-safety-findings-2026.md |
|
||||
| `raw/youtube/2026-08-29_alexfinn-omarchy-switch-immediately.md` | youtube | Alex Finn: „If you use AI, switch to Omarchy immediately“ (YouTube-ID KO2T0oET9go, 29.08.2026, OME Topic „Omarchy") — Video-Fortsetzung des X-Posts vom 24.08., adressiert explizit AI-Nutzer. ⚠️ Metadata-only — kein Transcript (YouTube-Bot-Sperre); inhaltlicher Kontext über die X-Post-Raw und die Wiki-Seite `tools/omarchy-linux-dhh.md` |
|
||||
| `raw/other/2026-09-02_openclaw-202681-release-claims.md` | other | HermanButlerBot (OME „News & Infos", 02.09.2026) nennt zu OpenClaw 2026.8.1 sechs Kernpunkte (Self-Learning, Grounded Dreaming, Personal Recall, SQLite-Sessions, OpenProse-Entfernung/`codex/*`→`openai/*`, Credential Store + 1Password). Gegen die lokale 2026.8.1-Doku verifiziert; „OpenClaw 2.0" als Hermans Einordnung markiert |
|
||||
|
|
|
|||
22
wiki/log.md
22
wiki/log.md
|
|
@ -2,6 +2,28 @@
|
|||
|
||||
*Append-only changelog. Start: 2026-06-05*
|
||||
|
||||
## 2026-09-02 — OpenClaw 2026.8.1: Verifikation der Community-Claims
|
||||
|
||||
**Type:** ingest + wiki-update | **Scope:** raw/other, wiki/tools, wiki/index, wiki/log
|
||||
**Source:** HermanButlerBot (@HermanButlerBot), OME Topic „News & Infos“, 2026-09-02 — Release-Einordnung zu OpenClaw 2026.8.1 („größtes Update bisher“, „OpenClaw 2.0“: Automatic Self-Learning, Grounded Dreaming, Personal Conversation Recall, SQLite-Sessions, OpenProse-Entfernung, `codex/*` → `openai/*`, Credential Store + 1Password-Broker).
|
||||
**Vorgehen:** Claims einzeln gegen die lokale 2026.8.1-Installation (Commit `ea80657`) und `/app/docs` geprüft. Ergebnis: Alle sechs Punkte sind in der Doku der installierten Version nachweisbar (Dreaming-Phasen + `DREAMS.md`-Diary; scanner-gated Skill-Workshop-Apply; `rememberAcrossConversations` mit Gruppen-Ausschluss und fail-closed; SQLite-Control-/Agent-DB mit `openclaw doctor --fix`-Migration; OpenProse-/`/prose`-Entfernung; `openclaw secrets store` + 1Password-SecretRef-Resolver mit SQLite-Audit). **„OpenClaw 2.0“ ist die Einordnung von Herman, kein offizielles Label** in der lokalen Doku. `openclaw status` bestätigt Gateway 2026.8.1 erreichbar.
|
||||
**Dateien:**
|
||||
- raw (NEW): `raw/other/2026-09-02_openclaw-202681-release-claims.md`
|
||||
- wiki (UPDATED): `wiki/tools/openclaw.md` (Stand-Header auf 2026.9.2/v2026.8.1, neuer Abschnitt „Release 2026.8.1 — Verifikation der Community-Claims“, Frontmatter-Source ergänzt)
|
||||
- `wiki/index.md` (159. Update-Zeile, Tools-Row aktualisiert, Raw-Source-Row)
|
||||
- `wiki/log.md` (dieser Eintrag)
|
||||
|
||||
## 2026-09-02 — Omarchy-Video-Nachtrag (Alex Finn, 29.08.2026)
|
||||
|
||||
**Type:** ingest | **Scope:** raw/youtube, wiki/tools, wiki/index, wiki/log
|
||||
**Source:** Alex Finn, YouTube „If you use AI, switch to Omarchy immediately“ (ID KO2T0oET9go), 29.08.2026, OME Topic „Omarchy“; geteilt von Kai (@PWeber).
|
||||
**Inhalt:** Metadata-only-Ersteintrag (kein Transcript verfügbar — YouTube-Bot-Sperre). Video-Fortsetzung des X-Posts vom 24.08.2026; adressiert explizit AI-Nutzer und positioniert Omarchy als „gebaut für AI“ (native Apps für Codex, Grok Bot). Inhaltlicher Kontext über die X-Post-Raw und die Wiki-Seite `tools/omarchy-linux-dhh.md`.
|
||||
**Dateien:**
|
||||
- raw (NEW): `raw/youtube/2026-08-29_alexfinn-omarchy-switch-immediately.md`
|
||||
- wiki (UPDATED): `wiki/tools/omarchy-linux-dhh.md` (Quellen-Block um das Video ergänzt)
|
||||
- `wiki/index.md` (158. Update-Zeile, Omarchy-Tools-Row nachgezogen, Raw-Source-Row)
|
||||
- `wiki/log.md` (dieser Eintrag)
|
||||
|
||||
## 2026-08-27 — Doppel-Ingest Topic 2193: AI-Safety-Video (Quellencheck) + NVIDIA DGX Spark
|
||||
|
||||
**Type:** ingest (youtube + tools) | **Scope:** raw/youtube, wiki/concepts/agi, wiki/tools, wiki/index, wiki/log
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
created: 2026-08-24
|
||||
updated: 2026-08-24
|
||||
sources: [xpost/2026-08-24_alexfinn-omarchy-linux-dhh.md]
|
||||
updated: 2026-08-29
|
||||
sources: [xpost/2026-08-24_alexfinn-omarchy-linux-dhh.md, youtube/2026-08-29_alexfinn-omarchy-switch-immediately.md]
|
||||
tags: [tools, omarchy, linux, distro, dhh, david-heinemeier-hansson, tiling-wm, local-ai, tailscale, codex, grok-bot, 37signals, desktop]
|
||||
---
|
||||
|
||||
# Omarchy — DHHs Linux-Distribution für "Computing fun again"
|
||||
|
||||
> **Quelle:** X-Post von [Alex Finn](https://x.com/AlexFinn), 24.08.2026 → [Raw-Datei](../../raw/xpost/2026-08-24_alexfinn-omarchy-linux-dhh.md)
|
||||
> Geteilt von Kai (@PWeber) in OME Topic "Tips & Tricks".
|
||||
> **Quellen:** X-Post von [Alex Finn](https://x.com/AlexFinn), 24.08.2026 → [Raw-Datei](../../raw/xpost/2026-08-24_alexfinn-omarchy-linux-dhh.md) · YouTube-Video ["If you use AI, switch to Omarchy immediately"](https://www.youtube.com/watch?v=KO2T0oET9go), 29.08.2026 → [Raw-Datei](../../raw/youtube/2026-08-29_alexfinn-omarchy-switch-immediately.md)
|
||||
> Geteilt von Kai (@PWeber) in OME Topic "Omarchy".
|
||||
|
||||
## Was ist Omarchy?
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
created: 2026-06-16
|
||||
updated: 2026-08-13
|
||||
sources: [other/2026-06-16_openclaw-releases-v2026.6.8.md, blog/2026-06-30_perplexity-openclaw-mobile-apps.md, youtube/2026-08-13_clawcast-episode7-peter-steinberger.md]
|
||||
tags: [tool, openclaw, platform, releases, github, npm, security, model-routing, mobile-apps, ios, android, node-pairing, clawhub, clawcast]
|
||||
updated: 2026-09-02
|
||||
sources: [other/2026-06-16_openclaw-releases-v2026.6.8.md, blog/2026-06-30_perplexity-openclaw-mobile-apps.md, youtube/2026-08-13_clawcast-episode7-peter-steinberger.md, other/2026-09-02_openclaw-202681-release-claims.md]
|
||||
tags: [tool, openclaw, platform, releases, github, npm, security, model-routing, mobile-apps, ios, android, node-pairing, clawhub, clawcast, sqlite, dreaming, self-learning]
|
||||
---
|
||||
|
||||
# OpenClaw
|
||||
|
||||
> **Stand: 2026-06-30** — aktuelle Stable: **v2026.6.8** (Release 16.06.2026, 16:32 UTC)
|
||||
> **Stand: 2026-09-02** — lokale Installation: **v2026.8.1** (Commit `ea80657`); die früher dokumentierte Stable v2026.6.8 (16.06.2026) bleibt in der Historie unten
|
||||
> **Mobile Apps:** Native iOS + Android Apps veröffentlicht am 29.06.2026 (siehe [Mobile Apps Sektion](#mobile-apps-ios--android) unten)
|
||||
> Quelle: <https://github.com/openclaw/openclaw/releases>
|
||||
> npm: <https://www.npmjs.com/package/openclaw>
|
||||
|
|
@ -22,6 +22,20 @@ Release-relevante Änderungen, die unser Setup betreffen.
|
|||
> Änderungen (z.B. OpenRouter/Vertex-Prefix-Normalisierung in 2026.6.8) sind
|
||||
> besonders zu beachten.
|
||||
|
||||
## Release 2026.8.1 — Verifikation der Community-Claims
|
||||
|
||||
Am 02.09.2026 ordnete HermanButlerBot die Version 2026.8.1 als „das größte Update bisher“ („OpenClaw 2.0“) ein und nannte sechs Kernpunkte. **„OpenClaw 2.0“ ist seine Einordnung** — in der Dokumentation der installierten 2026.8.1 ist sie nicht als offizielles Label belegt. Gegen die lokale 2026.8.1-Doku verifiziert:
|
||||
|
||||
- **Grounded Dreaming:** Light-/Deep-/REM-Phasen mit Dream Diary (`DREAMS.md`) und Phasen-Reports unter `memory/dreaming/<phase>/YYYY-MM-DD.md`; Rewrite-Preimages werden in SQLite-backed Plugin-State gesichert, bevor ein akzeptierter `MEMORY.md`-Rewrite greift.
|
||||
- **Automatic Self-Learning:** Skill-Workshop-Pfad ist scanner-gated; kritische Scanner-Findings blockieren Apply, Warnungen blockieren nicht. Autonom-Modus `auto` wendet scanner-approved Captures direkt an.
|
||||
- **Personal Conversation Recall:** `memory.search.rememberAcrossConversations` ist für persönliche Installationen an; Gruppen und Kanäle sind als Quellen und Ziele ausgeschlossen, unbekannte Konversationsarten schlagen fail-closed. Session-Suche selbst bleibt `sessions_*`-Berechtigungen unterworfen.
|
||||
- **SQLite-Sessions:** Kontrolle global, Agentendaten pro Agent in SQLite; Schema-Migrationen laufen vorwärts beim Öffnen. Für Altdaten: Backup + gestoppte Writer, dann `openclaw doctor --fix`. Aktive Transcripts liegen in SQLite, aufbewahrte Artifakte können weiter auf Disk liegen.
|
||||
- **OpenProse entfernt:** Bundled-Plugin und `/prose`-Kommando weg; OpenProse existiert als upstream Agent Skill weiter; `openclaw doctor --fix` räumt Altreste aus Allow-/Denylists.
|
||||
- **`codex/*` → `openai/*`:** veraltete `codex/*`- und `openai-codex/*`-Referenzen werden von `openclaw doctor --fix` auf die kanonische `openai`-Route repariert (inkl. `agentRuntime.id: "codex"`).
|
||||
- **Credential Store + 1Password-Broker:** `openclaw secrets store` verwaltet team-scoped Secrets in der lokalen Shared-State-SQLite; das 1Password-Plugin ist SecretRef-Resolver mit Approval-Policy und SQLite-Audit-History.
|
||||
|
||||
Quelle: `raw/other/2026-09-02_openclaw-202681-release-claims.md`
|
||||
|
||||
## Verwandte Wiki-Seiten
|
||||
|
||||
- [[../institutions/openclaw-foundation.md|OpenClaw Foundation]] — Institution hinter der Plattform
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue