Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungThe Homelab Is the New Resume(21.09.2026 um 00:29 Uhr)
Sichere ProgrammierungPerl 🐪 Weekly #791 - The Dark Side is here!(21.09.2026 um 00:44 Uhr)
Sichere Programmierungbro.js v3.0.0 – What’s new(21.09.2026 um 00:44 Uhr)
Sichere ProgrammierungFour bugs my test suite couldn't catch(21.09.2026 um 00:49 Uhr)
Sichere ProgrammierungAutomating Deployment with Github Actions(21.09.2026 um 00:49 Uhr)
Linux Tipps & HardeningKernel prepatch 7.3-rc4(21.09.2026 um 00:52 Uhr)
IT NachrichtenHow to use Xbox mode on your Windows PC(21.09.2026 um 00:30 Uhr)
Sichere ProgrammierungThe Homelab Is the New Resume(21.09.2026 um 00:29 Uhr)
Sichere ProgrammierungPerl 🐪 Weekly #791 - The Dark Side is here!(21.09.2026 um 00:44 Uhr)
Sichere Programmierungbro.js v3.0.0 – What’s new(21.09.2026 um 00:44 Uhr)
Sichere ProgrammierungFour bugs my test suite couldn't catch(21.09.2026 um 00:49 Uhr)
Sichere ProgrammierungAutomating Deployment with Github Actions(21.09.2026 um 00:49 Uhr)
Linux Tipps & HardeningKernel prepatch 7.3-rc4(21.09.2026 um 00:52 Uhr)
IT NachrichtenHow to use Xbox mode on your Windows PC(21.09.2026 um 00:30 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

GitHub Release: can1357/oh-my-pi v18.1.5 (03.09.2026)

Reagiere als Erste:r — dein Feedback zählt!
can1357/oh-my-piv18.1.503.09.2026@github-actions[bot]

@oh-my-pi/pi-ai

Added

  • Added /login abliteration with API key validation against /v1/models, supporting the ABLITERATION_API_KEY and ABLIT_KEY environment variables.

Changed

  • Modernized provider authentication and token refresh across the catalog, with shared support for API-key, authorization-code, and device-code sign-in flows and clearer sign-in progress messages for OpenRouter, Kimi, and xAI.

Fixed

  • GitHub Copilot now uses the official Copilot CLI identity and OAuth application for requests and new sign-ins, restoring access to client-gated models while preserving existing credentials.
  • GitHub Copilot now reports model_not_supported responses immediately instead of repeatedly retrying unsupported models.
  • Improved account recovery after Google rate limits are lifted earlier than the reported reset time.
  • Fixed unmetered autocomplete models being reported as exhausted when quota is limited.
  • Fixed Gemini 3 cross-model sessions in Cloud Code Assist when replaying tool calls without a thought signature.
  • Fixed Cursor models behind an authentication gateway incorrectly retrying valid client-declared tool calls.
  • Fixed reasoning from models that prefill <think> (including DeepSeek-R1 and hosted Qwen3-Thinking) being shown in the response instead of as a separate thinking block.

@oh-my-pi/pi-catalog

Added

  • Added the Abliteration (abliteration.ai) provider, including its documented abliterated-model catalog and live model discovery.
  • Added the GLM 5.3 Promo 50 model.
  • Added computer-use capability metadata to model configurations.
  • Added declarative provider authentication policies covering login, refresh, environment-key, and credential behavior, with generated compatibility data and typed accessors.

Changed

  • Gemini 3.8 Flash now supports reasoning modes and image inputs.
  • Updated the GitHub Copilot API version to 2026-08-01.
  • Reduced input pricing for the minimax/minimax-m2 model.
  • Renamed Meta Model API contributor SKUs to use the Muse Spark 1.x (C) naming.

Fixed

  • GitHub Copilot model discovery now respects the Copilot CLI identity, ensuring eligible enterprise and experimental models are available.
  • Fixed startup failures when discovering Bedrock-style Mistral Mixtral models.
  • Fixed Muse Spark 1.3 contributor models on OpenCode gateways so they use the correct Responses API route.
  • Updated Meta and OpenCode Muse Spark 1.3 model metadata and capabilities, including context windows, reasoning levels, image input, pricing, and model naming; media-only Muse SKUs are no longer presented as chat models.

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

Added

  • Added Abliteration provider support to /login, including ABLITERATION_API_KEY configuration and help text.
  • Added clone-first Git worktree support that carries over ignored build artifacts when creating worktrees, with a configurable worktree.clone setting and fallback to a standard checkout. This is supported by github pr_checkout, omp worktree add, and git worktree add commands entered through the Bash tool.
  • Added the omp worktree add command with Git-compatible branch, detach, path, and commit options.
  • Added /wt (alias /worktree) to create a linked worktree with uncommitted changes and move the current session into it while leaving the original checkout untouched.

Changed

  • Foreign user-level configuration sources (~/.cursor, ~/.codex, ~/.claude, ~/.gemini, ~/.config/opencode, ~/.codeium/windsurf) are now opt-in via enabledProviders, while project-level configurations in CWD and .agents continue to load by default.
  • Split subagent isolation configuration into task.isolation.enabled and isolation.backend; existing task.isolation.mode settings are migrated automatically.
  • Updated the built-in smol and slow model priority chains to favor newer recommended models and remove older model generations.
  • Improved unsupported-model error messages by removing retry guidance that does not apply.

Fixed

  • Fixed automatic title generation so --no-title also prevents todo-initialization title refreshes, while automatic titles retain the selected OAuth account without sharing foreground request identity.
  • Fixed provider errors so they wrap to the terminal width and remain readable in the transcript and pinned error banner, with long messages available through the expansion hint.
  • Fixed Gemini malformed function-call turns so textual tool-call output is rejected conversationally and the session can continue instead of stopping with a pinned error.
  • Fixed auto-compaction recovery getting stuck in repeated retries when models return empty length-limited responses; it now stops with an actionable error.
  • Fixed MCP servers failing to reconnect after transient startup handshake timeouts.
  • Fixed programs supervised by hub start hanging when querying terminal capabilities.
  • Fixed large pastes followed immediately by Enter so the input is submitted with the pasted content instead of being left in the large-paste menu.

Removed

  • Removed the bundled designer subagent and designer model role; modelRoles.designer and @designer are no longer built in.

@oh-my-pi/pi-natives

Changed

  • Updated worktreeAdd to support additional worktree creation options, including preserving uncommitted changes.

@oh-my-pi/pi-tui

Fixed

  • Fixed terminal query support in supervised PTY processes, including cursor position reports.
  • Fixed paste-and-submit handling so an Enter keypress received with a bracketed paste is delivered to the previously focused component; Editor.onLargePaste now receives PasteOptions describing the queued submit.

@oh-my-pi/pi-utils

Added

  • Added TerminalQueryResponder to @oh-my-pi/pi-utils/vterm, enabling headless PTY consumers to answer common terminal queries for cursor position, device status and attributes, and foreground/background colors without maintaining a screen buffer.

What's Changed

  • fix(mcp): retry transient startup handshake timeouts by @roboomp in #10570
  • fix(cursor): acknowledge auth-gateway tool handoffs by @roboomp in #10590
  • fix(compaction): bound response.incomplete recovery retries by @roboomp in #10596
  • fix(catalog): resolve namespaced family ambiguity by @roboomp in #10599
  • fix(ai): handled unsigned-first CCA tool calls by @roboomp in #10604
  • fix(catalog): route opencode muse-spark-1.3 over responses api by @roboomp in #10611
  • feat(catalog,ai,coding-agent): add Abliteration (abliteration.ai) provider by @kmccleary3301 in #10515
  • fix(session): honor no-title during replan refresh by @roboomp in #10621

Full Changelog: v18.1.4...v18.1.5

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-94084 | Suricata before 8.0.7 has an Http2ThreadMultiBuf use-after-free when a t…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick