• v2.0.0 1f75225674

    v2.0.0
    All checks were successful
    Publish Package / publish (push) Successful in 27s
    Stable

    jack released this 2025-10-10 12:49:40 +02:00 | 0 commits to main since this release

    Complete Refactor - v2.0.0

    New Features

    • Added comprehensive unit tests (19 tests) with Vitest
    • Full TypeScript type safety - eliminated all any types
    • Complete JSDoc documentation for all public APIs
    • Added roadmap generation capability

    🏗️ Architecture

    • Modular structure: Separated into types, tool-definitions, handlers, summarizer-service, and index modules
    • Type-safe interfaces: Issue, IssueSummary, PrioritizedIssue, TrendAnalysis, Roadmap, ToolArguments
    • index.ts: 274 → 76 lines (72% reduction)
    • Improved error handling with type-safe validation
    • Better LLM API response parsing with proper type guards

    🧪 Testing

    • 19 comprehensive unit tests
    • Complete test coverage with Vitest
    • Type validation tests for all interfaces
    • Tool definition validation tests

    📦 Dependencies

    • MCP SDK upgraded to ^1.20.0 (moved to devDependencies)
    • Added Vitest ^3.2.4 for testing
    • Added @vitest/coverage-v8 ^3.2.4 for coverage reporting
    • Added Zod ^3.23.8 for runtime validation

    🔧 Improvements

    • Enhanced JSDoc comments throughout codebase
    • Better code organization with centralized type definitions
    • Improved LLM API integration with support for Ollama and OpenAI-compatible APIs
    • Better JSON parsing from LLM responses

    📊 Statistics

    • 6 AI-powered tools
    • 19 unit tests
    • 100% TypeScript type safety
    • 72% code reduction in main index file
    Downloads
  • v1.0.5 807a2dcdf4

    📋 v1.0.5
    All checks were successful
    Publish Package / publish (push) Successful in 50s
    Stable

    jack released this 2025-10-07 17:10:12 +02:00 | 3 commits to main since this release

    📋 Automatic Issue Summaries and Prioritization

    v1.0.5

    🐛 Bug Fixes

    • use direct authentication token in CI workflow
    • replace secrets.ACTIONS_TOKEN with actual token value
    • fixes authentication issues with Forgejo Package Registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.4 6def88b8ca

    📋 v1.0.4
    Some checks failed
    Publish Package / publish (push) Failing after 59s
    Stable

    jack released this 2025-10-07 17:04:51 +02:00 | 4 commits to main since this release

    📋 Automatic Issue Summaries and Prioritization

    v1.0.4

    🐛 Bug Fixes

    • fix npm publish by explicitly specifying registry URL
    • add debug output to show .npmrc contents
    • ensures npm uses Forgejo registry with proper authentication

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.3 0136155aff

    📋 v1.0.3
    Some checks failed
    Publish Package / publish (push) Failing after 51s
    Stable

    jack released this 2025-10-07 12:51:43 +02:00 | 5 commits to main since this release

    📋 Automatic Issue Summaries and Prioritization

    v1.0.3

    🐛 Bug Fixes

    • fix CI workflow by separating registry configuration from authentication
    • configure .npmrc in two steps: scope registry first, then auth token before publish
    • this prevents npm ci from requiring authentication

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.2 9e537cb946

    📋 v1.0.2
    Some checks failed
    Publish Package / publish (push) Failing after 52s
    Stable

    jack released this 2025-10-07 12:39:04 +02:00 | 6 commits to main since this release

    📋 Automatic Issue Summaries and Prioritization

    v1.0.2

    🐛 Bug Fixes

    • fix CI workflow authentication using NODE_AUTH_TOKEN environment variable
    • use setup-node registry-url and scope configuration for proper authentication
    • CI/CD pipeline now properly authenticates with Forgejo Package Registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.1 23f51afceb

    📋 v1.0.1
    Some checks failed
    Publish Package / publish (push) Failing after 1m10s
    Stable

    jack released this 2025-10-07 12:34:18 +02:00 | 7 commits to main since this release

    📋 Automatic Issue Summaries and Prioritization

    v1.0.1

    🐛 Bug Fixes

    • fix npm registry configuration for scope-based installation
    • dependencies now correctly fetched from npmjs.org
    • only @customable packages use Forgejo registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.0 69504c1b0c

    📋 v1.0.0
    Some checks failed
    Publish Package / publish (push) Failing after 39s
    Stable

    jack released this 2025-10-07 12:30:56 +02:00 | 8 commits to main since this release

    📋 Automatic Issue Summaries and Prioritization

    v1.0.0

    🔧 Chores

    📝 Other Changes

    • Implement Issue Summarizer MCP Server with AI integration (6410cfb)

    📊 Statistics

    • Total commits: 2
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads