ace-idea 0.18.3 → 0.18.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1177a1811c14d835c8c24ae30dd48d9b2969be81bf3996954f0514365427b2f8
4
- data.tar.gz: b57b8d74080a97bab017748ee991a843b920797ef2f0fab9f92cc4d08e01126f
3
+ metadata.gz: bf7ef23ac4a38f4d26294f5fb596febbb00a78b4279043a2909a47e510bb5387
4
+ data.tar.gz: 6f533a3b40614a87f532c0a14bf0060a577c825409b00b90aa4fd26b71644cb8
5
5
  SHA512:
6
- metadata.gz: 0ba5e94c331be1a73db6c9fa06296c08eb24f328c7abf663f395fd89a77499ad1c1ae98553885fddc686e03d0b8f7317b2641cc8dd95f5cf0801ccb9de32edea
7
- data.tar.gz: 73e57bc6799057e02cfd0268c986f6a49184089129985195cc43cf4de2afd9d3a8e9428964eeb2387d44952f265cb3dc672643d430ed6aab24af13f5cf295a2f
6
+ metadata.gz: ffc4926286559c5df48894692633cb977c72228c893595213ceb4dcff52a1c3788b78f5d58c2509449b054c540f5937b2723fcffb9fa5586ca95544108536114
7
+ data.tar.gz: 0f3927c864fb1a43ab51f5930b883daaa943168e67917ba836329352c613dc24570805a308543945f52887f3d39af90c930cd3ab9e06b8dbcd3c781b8b900776
@@ -7,10 +7,10 @@ idea:
7
7
  default_status: pending
8
8
 
9
9
  # LLM model for idea enhancement
10
- llm_model: gemini:flash-latest
10
+ llm_model: role:idea-enhance
11
11
 
12
12
  # LLM model for doctor --auto-fix-with-agent
13
- doctor_agent_model: gemini:flash-latest@yolo
13
+ doctor_agent_model: role:doctor
14
14
 
15
15
  # Status command: default limits
16
16
  status:
data/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.18.5] - 2026-03-31
11
+
12
+ ### Changed
13
+ - Role-based idea enhancement defaults.
14
+
15
+ ## [0.18.4] - 2026-03-29
16
+
17
+ ### Changed
18
+ - Role-based idea enhancement defaults.
19
+
20
+
10
21
  ## [0.18.3] - 2026-03-29
11
22
 
12
23
  ### Technical
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Idea
5
- VERSION = '0.18.3'
5
+ VERSION = '0.18.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-idea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.3
4
+ version: 0.18.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-03-29 00:00:00.000000000 Z
10
+ date: 2026-04-01 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-core