Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.4.0](https://github.com/ohing504/agentfiles/compare/agentfiles-v0.3.0...agentfiles-v0.4.0) (2026-03-20)


### Features

* **i18n:** complete i18n coverage for all hardcoded UI strings ([#25](https://github.com/ohing504/agentfiles/issues/25)) ([c72bd5e](https://github.com/ohing504/agentfiles/commit/c72bd5e566e9a82db4591d61aaf6a9e1b827e7c7))
* **skills:** display commands in skills panel with icon distinction and namespace grouping ([#29](https://github.com/ohing504/agentfiles/issues/29)) ([aecdf0f](https://github.com/ohing504/agentfiles/commit/aecdf0fec8043d22c58f5fdc586333a6c073a3fe))


### Bug Fixes

* **a11y:** resolve hydration and accessibility console errors ([#27](https://github.com/ohing504/agentfiles/issues/27)) ([6131946](https://github.com/ohing504/agentfiles/commit/6131946312f4d9d7ce69b0a0c380c85da4705003))
* **settings:** add back button to settings page header ([#28](https://github.com/ohing504/agentfiles/issues/28)) ([bb6669b](https://github.com/ohing504/agentfiles/commit/bb6669b023ca142dd28404c3f76535acd92744e9))
* **subagent:** move Zod schema inside component to fix paraglide init timing ([#37](https://github.com/ohing504/agentfiles/issues/37)) ([be21680](https://github.com/ohing504/agentfiles/commit/be21680b3f25dfc30f53ecc242f3fa541d98d188))
* **theme:** resolve SSR hydration mismatch for dark mode persistence ([#26](https://github.com/ohing504/agentfiles/issues/26)) ([fde0cd4](https://github.com/ohing504/agentfiles/commit/fde0cd4a48a0348ca4e9c5f663aae78bcd247368))
* **ui:** improve detail panel header alignment and button consistency ([#23](https://github.com/ohing504/agentfiles/issues/23)) ([e74ebd6](https://github.com/ohing504/agentfiles/commit/e74ebd68862b89a220768e94547dc76d8ddef9f7))

## [0.3.0](https://github.com/ohing504/agentfiles/compare/agentfiles-v0.2.0...agentfiles-v0.3.0) (2026-03-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ohing504/agentfiles",
"type": "module",
"packageManager": "pnpm@10.32.1",
"version": "0.3.0",
"version": "0.4.0",
"description": "Discover, understand, and manage your AI agent workflows",
"author": "Youngsup Oh",
"license": "MIT",
Expand Down