Skip to content

Releases: oskarhane/hone-ai

Release v0.25.0

09 Mar 12:58

Choose a tag to compare

Minor Release v0.25.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.25.0 (bfc7d36)
  • Merge branch 'add-skill-command' (1f31004)
  • docs: split installation commands to separate lines (ede1022)
  • docs: simplify skill installation command (7462d67)
  • docs: add installation command to skill file (7b1aeab)
  • refactor: replace Bun text import with build-time generated constant (8f92276)
  • hone-skill-task-004: add unit tests for src/skill.ts (6832c5e)
  • Update prompt.ts (69c99c6)
  • hone-skill-task-003: register skill command in src/index.ts (042fed7)
  • fix: improve readability of claude agent streaming output (01c7db1)
  • hone-skill-task-002: create src/skill.ts with printSkill() (f4d3eee)
  • hone-skill-task-001: create skills/hone/SKILL.md with hone CLI instructions (f468bc9)
  • fix: enable realtime streaming output for claude agent (42bbff5)
  • Update agent.ts (836848a)
  • Update agent.ts (537dff8)
  • fix: ctrl+c now exits hone immediately (7c0c020)
  • Update prompt.ts (d370917)
  • Update .gitignore (0ea6047)
  • Add prd (242a55a)
  • Update prd-generator.ts (258b862)

Full Changelog: v0.24.0...v0.25.0

Release v0.24.0

08 Mar 18:30

Choose a tag to compare

Minor Release v0.24.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.24.0 (32ab21b)
  • Update prompt.ts (7df2403)
  • update-review-prompt-with-code-quality-criteria-task-002: add elegantly written assertion to review checklist test (2e86ef9)
  • New prd (1ab67a0)
  • agent-task-status-transition-to-started-task-006: merge duplicate review tests and fix completed_at (5786f17)
  • agent-task-status-transition-to-started-task-003: fix review prompt to use in_progress status (2bb6007)
  • agent-task-status-transition-to-started-task-002: add test asserting implement prompt contains in_progress (28b9b03)
  • agent-task-status-transition-to-started-task-001: add in_progress status update instruction to implement prompt (dbc6c46)
  • new prd (9f60a00)

Full Changelog: v0.23.0...v0.24.0

Release v0.23.0

08 Mar 12:26

Choose a tag to compare

Minor Release v0.23.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.23.0 (12c75a4)
  • docs: add --verbose flag documentation to README (bd29b84)
  • Update README.md (8e9c800)
  • agent-specific-model-configuration-config-v2-task-014: fix internal fn name in CLI help text (507510a)
  • agent-specific-model-configuration-config-v2-task-013: remove duplicate REQ IDs from PRD (dcbcde9)
  • agent-specific-model-configuration-config-v2-task-012: update README with v2 agent-specific model config docs (e35fd6b)
  • feat: implement agent-specific model configuration (config v2) (2f1c069)
  • fix: update model regex to accept new claude model name format (1cde24a)
  • new prd (cd01177)

Full Changelog: v0.22.0...v0.23.0

Release v0.22.0

04 Mar 07:58

Choose a tag to compare

Minor Release v0.22.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.22.0 (f6fb7aa)
  • Update AGENTS docs (1165969)
  • ignore .test-* folders (047dad0)
  • configurable-agents-documentation-directory-task-012: verify tests pass after directory rename (a53ce47)
  • configurable-agents-documentation-directory-task-011: rename .agents-docs to .agents (b4241ed)
  • configurable-agents-documentation-directory-task-010: update README documentation for agentsDocsDir (3f32389)
  • configurable-agents-documentation-directory-task-009: add unit tests for agentsDocsDir config (38d5c6b)
  • configurable-agents-documentation-directory-task-008: add CLI help text for agentsDocsDir (351edab)
  • configurable-agents-documentation-directory-task-007: verify generateCompactContent uses configured dir (23b6dd0)
  • configurable-agents-documentation-directory-task-006: add .agents-docs to ignoreDirs for backward compat (d14273b)
  • configurable-agents-documentation-directory-task-005: pass config to collectAgentsDocsMetadataSignals (ed8fbd8)
  • configurable-agents-documentation-directory-task-004: use configured dir in generateAgentsMd (72a1234)
  • configurable-agents-documentation-directory-task-003: add getAgentsDocsDir helper function (9806fac)
  • configurable-agents-documentation-directory-task-002: update AGENTS_DOCS_DIR to .agents/ (d83e5e0)
  • Prunt old prds (1c86d7a)
  • configurable-agents-documentation-directory-task-001: add agentsDocsDir config property (391107b)

Full Changelog: v0.21.0...v0.22.0

Release v0.21.0

23 Feb 16:49

Choose a tag to compare

Minor Release v0.21.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.21.0 (5a13da4)
  • chore(config): update default models to claude-sonnet-4-6 (5eab8ac)
  • Update hone.config.yml (831640f)
  • Info image to README (40d8993)
  • Update README.md (353aed9)

Full Changelog: v0.20.0...v0.21.0

Release v0.20.0

19 Feb 08:44

Choose a tag to compare

Minor Release v0.20.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.20.0 (a256bfb)
  • Show how to use openai models in README + help output (624fb23)

Full Changelog: v0.19.0...v0.20.0

Release v0.19.0

17 Feb 13:44

Choose a tag to compare

Minor Release v0.19.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.19.0 (570b3a1)
  • Update AGENTS.md (9f9e95a)
  • detection-based-language-agnostic-agentsmd-task-012: add lint/format feedback commands (77e0d60)
  • Update tasks-detection-based-language-agnostic-agentsmd.yml (c1629a4)
  • detection-based-language-agnostic-agentsmd-task-011: simplify feedback instructions (b3af3da)
  • Update tasks-detection-based-language-agnostic-agentsmd.yml (2360b49)
  • Update AGENTS (bf9de13)
  • detection-based-language-agnostic-agentsmd-task-010: dedupe feedback instructions (d3f90f8)
  • detection-based-language-agnostic-agentsmd-task-009: use concrete feedback labels (ae03da3)
  • detection-based-language-agnostic-agentsmd-task-007: add aggregation tagging tests (4ba407f)
  • Update tasks-detection-based-language-agnostic-agentsmd.yml (7640b6f)
  • detection-based-language-agnostic-agentsmd-task-006: preserve agents md content (264361d)
  • detection-based-language-agnostic-agentsmd-task-005: harden conflict tagging (cb608f1)
  • detection-based-language-agnostic-agentsmd-task-004: add metadata signal tests (59efaeb)
  • detection-based-language-agnostic-agentsmd-task-003: refine command tagging (d9cec3a)
  • detection-based-language-agnostic-agentsmd-task-002: align detection sources and model config (84b6440)
  • detection-based-language-agnostic-agentsmd-task-001: finalize audit tracking (0cbed91)
  • detection-based-language-agnostic-agentsmd-task-008: apply planning feedback (cb20eda)
  • new prd (5b0ad2e)
  • Update hone.config.yml (98a6673)

Full Changelog: v0.18.0...v0.19.0

Release v0.18.0

17 Feb 10:00

Choose a tag to compare

Minor Release v0.18.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.18.0 (efab52c)
  • fix-openai-model-provider-resolution-bug-task-009: fix provider prefix prepending for opencode agent (3411de7)

Full Changelog: v0.17.0...v0.18.0

Release v0.17.0

16 Feb 12:56

Choose a tag to compare

Minor Release v0.17.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.17.0 (1473282)
  • prd (d839085)
  • fix-openai-model-provider-resolution-bug-task-007: add backward compatibility test code (5002869)
  • fix-openai-model-provider-resolution-bug-task-008: run comprehensive validation and build checks (ad0966c)
  • fix-openai-model-provider-resolution-bug-task-007: verify backward compatibility with existing configurations (afc09ec)
  • fix-openai-model-provider-resolution-bug-task-006: test phase-specific openai model overrides (002ad26)
  • fix-openai-model-provider-resolution-bug-task-005: finalize agent-specific OpenAI model config tests (06e2543)
  • fix-openai-model-provider-resolution-bug-task-004: add unknown provider test and fix docs (308ce44)
  • fix-openai-model-provider-resolution-bug-task-003: update validateConfig with multi-provider regex (23f0e7f)
  • fix-openai-model-provider-resolution-bug-task-002: design multi-provider model validation regex (28ffcda)
  • fix-openai-model-provider-resolution-bug-task-001: analyze current model validation implementation (d854769)

Full Changelog: v0.16.0...v0.17.0

Release v0.16.0

06 Feb 15:22

Choose a tag to compare

Minor Release v0.16.0

This is a minor version release with new features and improvements.

What's Changed

  • chore: bump version to 0.16.0 (00f34bd)
  • Fix race condition in tests (bce0fb5)
  • Update .gitignore (198429a)
  • Prune finished prds (4f344c3)
  • fix tests (657da14)
  • extend-prd-task-034: enhanced mock implementation improves test reliability (52d08ac)
  • don't do them all (2c1d0d8)
  • extend-prd-task-026: finalize validation function tests with review feedback (b078a17)
  • extend prd (44110a5)
  • extend-prd-task-025: fix test failures and finalize agent-based content fetching tests (c7c093b)
  • extend-prd-task-024: validate content fetching delegation maintains user experience (471d201)
  • extend-prd-command-task-023: update error handling for agent-based content fetching (0fc58a2)
  • extend-prd-task-022: refactor requirements generation to use agent-based content fetching (3a1423d)
  • archive prds (9ad340c)
  • hone-task-010: update documentation and help text (aff1a97)
  • hone-prune-command-task-009: fix integration test mock conflicts via CLI conversion (717bccd)
  • hone-task-008: finalize comprehensive unit tests for prune command (ea91c4c)
  • hone-prune-task-006: finalize with review feedback fixes (186d3e7)
  • hone-prune-command-task-005-007: finalize dry-run and output functionality (a94a3a1)
  • hone-prune-command-task-004: implement atomic PRD triplet archiving operations (78097c0)

Full Changelog: v0.15.0...v0.16.0