You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,46 @@
1
1
# Changelog
2
2
3
+
## [0.3.7] - 2026-06-24
4
+
5
+
### Fixed
6
+
7
+
- Add explicit expert naming rules for specific `--lens` reports, including expert-specific title text and the final holding-advice heading.
8
+
- Clarify `young config models --list` in README as the preferred way for Coding Plan and multi-model users to find chat-callable model IDs.
9
+
- Relax `stock --llm` mechanical checks so natural single-stock reports are not blocked only because they use rating/action wording instead of fixed attitude words.
10
+
- Keep `numbers_grounded` advisory for LLM reports after repair; unsupported numeric claims remain visible in metadata but no longer block otherwise complete reports.
11
+
12
+
## [0.3.6] - 2026-06-24
13
+
14
+
### Changed
15
+
16
+
- Replace the old quote-only `young stock` command with the former deterministic/deep single-stock analysis flow; `young analyze` is no longer registered.
17
+
- Add query date and current market-stage context to query command output.
18
+
19
+
### Fixed
20
+
21
+
- Remove the invalid research-bridge setup hint from empty enhanced-evidence output and diagnostics.
22
+
- Respect `--no-news` in rich single-stock extras by skipping social/event lookups while keeping quote, LHB, financial, and technical evidence paths.
23
+
24
+
## [0.3.5] - 2026-06-24
25
+
26
+
### Fixed
27
+
28
+
- Make `young config models --list` verify actual `chat/completions` availability before displaying model IDs, so catalog-only or inaccessible Ark models are hidden.
29
+
30
+
## [0.3.4] - 2026-06-24
31
+
32
+
### Fixed
33
+
34
+
- Filter non-chat and `status=Shutdown` Ark model catalog entries from `young config models --list`, and clarify model-unavailable errors when a raw catalog ID is not callable.
35
+
36
+
## [0.3.3] - 2026-06-24
37
+
38
+
### Fixed
39
+
40
+
- Relax LLM report mechanical checks for normal market-report wording, including common index names and localized full dates.
41
+
- Accept formal daily-report synonyms such as 综合判断、综合持仓建议 and 下一交易日跟踪 without weakening unsupported financial-number checks.
42
+
- Treat `numbers_grounded` as an advisory metadata check after repair instead of blocking otherwise valid LLM daily reports.
| Single-symbol evidence |`young stock <symbol>`, `young lhb <symbol>`, `young fund <code>`, `young news 3690.HK`|`young stock`can show quote/news plus financial, social, event, and technical fallback evidence. |
67
+
| Single-symbol evidence |`young stock <symbol>`, `young stock <symbol> --llm`, `young lhb <symbol>`, `young fund <code>`, `young news 3690.HK`|Plain `stock`is deterministic; add `--llm` for deep replay. `--no-news` skips news/social/event lookups where supported. |
66
68
| Watchlist reports |`young daily --format summary`, `young daily --format key-points`, `young daily --format full`, `young daily --llm`, `young daily --llm --lens ...`| Plain `daily` is deterministic; `--llm` is the only deep replay entry, and `--lens` only applies when you explicitly ask for it. |
67
-
| Deep analysis |`young analyze <symbol>`, `young analyze <symbol> --llm`, `young analyze <symbol> --llm --lens ...`|Plain `analyze` is deterministic; `--llm` is the deep replay entry, and `--lens` only applies when explicitly provided. |
69
+
| Deep analysis |`young stock <symbol>--llm`, `young stock <symbol> --llm --lens ...`|`stock --llm` is the single-symbol deep replay entry, and `--lens` only applies when explicitly provided. |
| Local state |`young profile ...`, `young portfolio ...`, `young memory ...`, `young style ...`| Profiles drive reports; portfolio is a lightweight local sandbox; memory is chat memory. |
A: When you want the deep M1–M7 replay or a single-stock deep analysis. Plain `young daily` and `young analyze <symbol>` stay deterministic unless you explicitly add `--llm`.
323
+
A: When you want the deep M1–M7 replay or a single-stock deep analysis. Plain `young daily` and `young stock <symbol>` stay deterministic unless you explicitly add `--llm`.
0 commit comments