🔧 AI Nachrichten Major AI platforms go down in unprecedented simultaneous outage(03.09.2026 um 17:34 Uhr)
🔧 AI Nachrichten ChatGPT, Claude, and Grok Down? Users Report Widespread Outages(03.09.2026 um 19:14 Uhr)
🔧 AI Nachrichten OpenAI Launches GPT-6 Astra, Says We May Have Entered the AGI Era(03.09.2026 um 22:08 Uhr)
🔧 AI Nachrichten Claude Comes to CarPlay as Fifth Major AI Chatbot App(05.09.2026 um 05:31 Uhr)
🔧 AI Nachrichten OpenAI’s GPT-6 Astra Is AGI, Says NVIDIA CEO Jensen Huang(07.09.2026 um 06:31 Uhr)
🔧 AI Nachrichten Blame AI companies for Mac mini and Mac Studio shortage(31.08.2026 um 10:32 Uhr)
🔧 AI Nachrichten Major AI platforms go down in unprecedented simultaneous outage(03.09.2026 um 17:34 Uhr)
🔧 AI Nachrichten ChatGPT, Claude, and Grok Down? Users Report Widespread Outages(03.09.2026 um 19:14 Uhr)
🔧 AI Nachrichten OpenAI Launches GPT-6 Astra, Says We May Have Entered the AGI Era(03.09.2026 um 22:08 Uhr)
🔧 AI Nachrichten Claude Comes to CarPlay as Fifth Major AI Chatbot App(05.09.2026 um 05:31 Uhr)
🔧 AI Nachrichten OpenAI’s GPT-6 Astra Is AGI, Says NVIDIA CEO Jensen Huang(07.09.2026 um 06:31 Uhr)
🔧 AI Nachrichten Blame AI companies for Mac mini and Mac Studio shortage(31.08.2026 um 10:32 Uhr)

💾 Tools 🕛 kürzlich 5 Min Lesezeit
0

GitHub: v17.1.8

↗ Quelle (GitHub · github.com)
🗣️ Stimme:
📑 Inhaltsübersicht
🐙
$ git clone https://github.com/can1357/oh-my-pi.git

@oh-my-pi/pi-ai


Fixed



  • Fixed an HTTP 400 error when resuming or replaying OpenAI history after an interrupted native Computer Use turn.

  • Fixed connection 404 errors when using Google Vertex AI in multi-region locations (eu and us) by correctly resolving regional endpoint (REP) hosts.

  • Fixed a resource leak in SqliteAuthCredentialStore.close() where unclosed prepared statements kept the SQLite connection alive, preventing database file cleanup (especially on Windows where files remained locked).


@oh-my-pi/pi-catalog


Added



  • Added resolveVertexEndpointHost(location) utility to resolve the correct Vertex AI API endpoint hostnames for global, multi-region, and regional locations.


Fixed



  • Fixed an issue where calculateCost under-reported Anthropic cache-write costs by honoring the usage.cttl breakdown to correctly price 1-hour retention writes at 2x the base input rate.


@oh-my-pi/pi-coding-agent


Breaking Changes



  • Changed tab.screenshot() to no longer accept a per-call save path; it now saves screenshots under browser.screenshotDir (or the OS temp directory if unset) and returns the saved path.


Added



  • Added omp cleanse, a new command that automatically detects language-ecosystem checkers, parses diagnostics (such as Cargo Clippy JSON), distributes repair workloads across concurrent subagents, and runs verification checks with a live progress bar.


Changed



  • Reworked the /guided-goal command from a modal-based popup flow into a natural, conversational chat interface where the agent asks follow-up questions directly in the session.

  • Reduced startup memory usage by lazy-loading HTML session export assets only on their first use.


Fixed



  • Fixed Advisor notes appending stale-review-window warnings when newer primary turns are queued during a review.

  • Fixed layout padding alignment issues in bordered output blocks and web-search result panels.

  • Fixed excluded web search providers remaining visible in the Web Search Provider Order settings list.

  • Fixed internal Hub peer messages being exposed as ordinary tool-call updates in clients like Paseo.

  • Fixed compatibility issues when installing legacy pi extensions by updating the legacy shim to correctly bridge missing runtime symbols and exports (such as isContextOverflow, isRetryableAssistantError, and JSON parsing utilities).

  • Fixed an issue where routine daemon operations (like list, logs, stop, or describe) could inadvertently trigger a restart loop for detached daemons in a backoff window.

  • Fixed marketplace plugin MCP discovery to correctly honor the mcpServers manifest field in plugin configuration files.

  • Fixed user-initiated shell executions (! and $) being misattributed as agent actions in advisor transcripts.

  • Fixed unnecessary prompt-cache invalidations by preserving the active auto-thinking effort level when per-turn classification fails.

  • Fixed the omp process name showing up as bun in Linux process managers (like ps and top).

  • Fixed agent shell commands inheriting environment variables from the launch directory's .env file, ensuring they only receive the parent environment and explicit tool overrides.

  • Fixed the /new command retaining completed or failed async jobs from the previous session.

  • Improved error handling in omp update to display a friendly timeout message if the download times out while streaming the binary.

  • Fixed the write tool incorrectly treating semicolon-joined read selectors as filesystem paths and creating unintended directory structures.

  • Fixed omp worktree clear prematurely deleting active task-isolation sandboxes owned by running subagents.

  • Fixed /vibe mode preventing the director from completing parent tasks after verifying worker results by keeping the built-in todo tool active.

  • Fixed numeric GitHub issue and pull request autocomplete being suppressed inside skill slash-command arguments.


@oh-my-pi/pi-natives


Fixed



  • Fixed an issue on macOS (darwin) where the native addon delivered zero AudioCapture callbacks, which prevented microphone audio from being captured.


@oh-my-pi/pi-tui


Fixed



  • Fixed wrapped Markdown list continuations losing their hanging indentation in narrow terminal layouts.

  • Fixed an issue where emergency exits from fullscreen overlays could leave the Kitty keyboard protocol active, corrupting Arrow Up input in the terminal after exiting.


@oh-my-pi/pi-utils


Added



  • Added setProcessName utility to set the OS-visible process name on Linux via bun:ffi, bypassing Bun's process.title limitations.


Fixed



  • Fixed child shell environment filtering to drop launch-directory .env values in addition to Bun-autoloaded .env.local values.


What's Changed



  • fix(tui): restore GitHub refs in slash arguments by

  • fix(ai): finalize all prepared statements in SqliteAuthCredentialStore.close() by

  • fix(cli): preserve live task-isolation sandboxes on worktree clear by

  • fix(tools): refuse write targets shaped as a read-selector list by

  • fix(tui): balance keyboard frames on emergency exit by

  • fix(cli): stop forwarding project dotenv to shells by

  • fix(cli): set kernel process name via prctl on linux by

  • fix(cli): wrap streaming-phase download timeout with friendly message by

  • fix(ai): preserve reasoning IDs for computer replay by

  • fix(cli): purge completed async jobs on /new by

  • fix(session): attribute user bang executions in advisor transcripts by

  • fix(coding-agent): restore isRetryableAssistantError in legacy pi-ai shim by

  • fix(natives): restore macOS CoreAudio capture bindings by

  • fix(launch): treat restarting daemon as settled in broker #settle by

  • fix(settings): hide excluded web search providers by

  • fix(coding-agent): bridge isContextOverflow in legacy pi-ai shim by

  • fix(discovery): honor plugin MCP manifest pointers by

  • fix(acp): hide internal Hub messages by

  • fix(catalog): price cache writes by ttl breakdown by

  • fix(session): preserve auto-thinking level on classifier failure by


Full Changelog: v17.1.7...v17.1.8

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf github.com.
↗ Original-Artikel auf github.com lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
3 Quellen
GPT-6 Astra Release Today? OpenAI’s Next Major AI Model Is Almost Here
1 Quelle
Apple accuses OpenAI of destroying evidence as trade-secrets fight intensifies
1 Quelle
Major AI platforms go down in unprecedented simultaneous outage