Skip to content

Tags: anaclumos/taal

Tags

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
anaclumos Sunghyun Cho 조성현
fix: sync Claude Code MCP to both settings.json and .claude.json

Claude CLI reads MCP servers from ~/.claude.json while TAAL was only
syncing to ~/.claude/settings.json. This fix syncs to both locations
so 'claude mcp list' correctly shows all configured servers.

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
anaclumos Sunghyun Cho 조성현
2.0.2

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
anaclumos Sunghyun Cho 조성현
fix: TAAL-MCP startup and claude mcp list visibility

- Fix TAAL-MCP via bunx (use 'bunx --bun taal-mcp' syntax)
- Fix claude mcp list not showing synced servers (write to ~/.claude.json)
- Add update checker to notify users of new versions
- Change publish workflow to trigger on GitHub Release
- Use package.json as single source of truth for version
- Update all docs and configs to use bunx syntax

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v1.1.9

Toggle v1.1.9's commit message

Verified

This commit was signed with the committer’s verified signature.
anaclumos Sunghyun Cho 조성현
refactor: migrate to es-toolkit utilities

Replace error instanceof Error checks with isError() for improved type safety
Use mapValues() for object transformations in provider code
Use compact() for conditional array building in list command

Changes across 4 batches:
- Batch 1: Error handling (errors/index.ts, index.ts)
- Batch 2: Provider transformations (continue.ts)
- Batch 3: Command files (list.ts, diff.ts, sync.ts)
- Batch 4: Config files (loader.ts, parser.ts)

All 183 tests passing, no new lint errors

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>

v1.1.8

Toggle v1.1.8's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1.1.8

v1.1.7

Toggle v1.1.7's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1.1.7

v1.1.6

Toggle v1.1.6's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
1.1.6

v1.1.5

Toggle v1.1.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
chore: bump version to 1.1.5

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
anaclumos Sunghyun Cho 조성현
feat: add JSONC support, fix OpenCode skills path, auto-collect on in…

…it, and collect skills from providers