Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "knowpatch",
"description": "LLM knowledge cutoff compensator — corrects outdated versions and deprecated APIs",
"version": "0.4.0",
"version": "0.4.1",
"author": {
"name": "Soju06"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.1](https://github.com/Soju06/knowpatch/compare/v0.4.0...v0.4.1) (2026-02-27)


### Bug Fixes

* add update UX, file-level version patching, and v0.3→v0.4 migration ([be3a963](https://github.com/Soju06/knowpatch/commit/be3a963161939f1a525a3ee3d767d2aec5a30c29))
* add update UX, file-level version patching, and v0.3→v0.4 migration ([5fd78bd](https://github.com/Soju06/knowpatch/commit/5fd78bd9a193afd7f0ae086c96d695a99c90591a))

## [0.4.0](https://github.com/Soju06/knowpatch/compare/v0.3.0...v0.4.0) (2026-02-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knowpatch",
"version": "0.4.0",
"version": "0.4.1",
"description": "LLM knowledge cutoff compensator for Claude Code. Corrects outdated versions, deprecated APIs, renamed packages.",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: knowpatch
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
description: >
LLM knowledge cutoff compensator — knowledge corrections for breaking changes and API drift.
Covers: renamed packages (shadcn-ui→shadcn), changed APIs (z.string().email()→z.email()),
Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: cli-tools
description: CLI tool renames, command changes, major versions
tags: [shadcn, tailwind, eslint, create-react-app, vite, webpack, prettier, cli]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-24"
---

Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: frameworks
description: Framework major version breaking changes
tags: [next, nextjs, svelte, vue, nuxt, astro, remix, angular, framework]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-24"
---

Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/frontier-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: frontier-models
description: Proprietary frontier AI model names, IDs, SDK versions, multimodal support
tags: [claude, gpt, gemini, openai, anthropic, model, llm, sdk, ai]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-27"
---

Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: javascript
description: JS/TS library API changes
tags: [zod, react, typescript, npm, bun, deno, pnpm, esm, types, javascript, js, ts]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-24"
---

Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: macos
description: macOS 26 version naming, Liquid Glass, Swift 6.2, system toolchain, Apple framework changes
tags: [macos, tahoe, xcode, swift, swiftui, liquid-glass, metal, rosetta, intel, apple-silicon, foundation-models]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-27"
---

Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/open-source-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: open-source-models
description: Open-source frontier LLMs for coding, agentic tasks, and self-hosting (2026)
tags: [open-source, self-hosted, coding-model, llama, deepseek, mistral, kimi, minimax, glm, qwen, vllm, sglang, swe-bench, moe, model, llm, ai]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-27"
---

Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: platforms
description: BaaS/platform API key changes, auth patterns
tags: [supabase, anon, service_role, publishable, secret, jwks, baas, firebase, platform]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-25"
---

Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: python
description: Python ecosystem tool/library changes
tags: [pip, uv, poetry, pydantic, fastapi, django, ruff, flask, sqlalchemy, python]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-24"
---

Expand Down
2 changes: 1 addition & 1 deletion skills/knowpatch/corrections/runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ecosystem: runtimes
description: Runtime version tracks, LTS status
tags: [node, python, bun, deno, go, java, runtime]
version: "0.4.0" # x-release-please-version
version: "0.4.1" # x-release-please-version
last_updated: "2026-02-24"
---

Expand Down