3cd8d3076a
chore: bump the actions group with 2 updates ( #12 )
...
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release ).
Updates `actions/checkout` from 4 to 7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v7 )
Updates `softprops/action-gh-release` from 2 to 3
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-07 02:15:43 +03:00
SMKRV
65dbb5dfc0
fix: Fail-closed pinned resolver, close session on HA stop, drop dead workflow step
...
- _PinnedResolver raises on unpinned hosts instead of falling back to
live DNS: nothing legitimate resolves other hosts on a pinned session
(redirects are off), so fail closed
- dedicated session is also closed on EVENT_HOMEASSISTANT_CLOSE: core
stop does not unload entries, and the raw ClientSession has no HA
auto-cleanup, which left 'Unclosed client session' logs at shutdown
- hassfest.yaml: remove the version-print step, hassfest runs inside
the action's docker image and is never on the runner PATH
2026-07-07 01:49:03 +03:00
SMKRV
5af733b1b0
feat: v2.5.0 - disable_thinking, reasoning models, MIT license, security hardening
...
Features:
- disable_thinking toggle (issue #11 ) with per-provider semantics:
OpenAI classic gets /no_think soft-switch, OpenAI reasoning gets
reasoning_effort=low, DeepSeek gets both, Anthropic no-op (thinking
opt-in), Gemini 2.5+ gets thinking_budget=0
- OpenAI reasoning model support (o1/o3/o4-mini/gpt-5 family):
max_completion_tokens, developer role, reasoning_effort
- Per-request disable_thinking override in ask_question service
- Provider-specific temperature clip (Anthropic 0-1, others 0-2)
Security:
- Require API key re-entry on provider change (OptionsFlow)
- Validate Anthropic json_schema before system-prompt concatenation
- Symlink protection in history file operations
- Hardened secret redaction regexes (sk-*, AIza*, x-api-key)
- get_history service: hard cap on limit (default 10, max 100)
Reliability:
- Retry on 502/503/504 in addition to 429/timeout
- Honor Retry-After header on 429
- Exception chaining (raise ... from err)
- _strip_think_blocks handles nested/dangling tags
- normalize_name sha256 fallback for empty-collapse inputs
UI/housekeeping:
- api_key uses TextSelector(type=PASSWORD)
- DeviceInfo entry_type=SERVICE
- Services unregister on last entry unload
- Dependabot for GitHub Actions
- persist-credentials=false in checkout steps
- manifest requirements pinned with upper bounds
- Ignore docs/plans/ (working artifacts)
License: PolyForm Noncommercial 1.0.0 -> MIT
No breaking changes: service response shape, sensor attributes,
entity IDs and on-disk formats unchanged.
2026-04-17 01:30:57 +03:00
SMKRV
0859c35aec
fix: Change release workflow to trigger on release created event
2025-12-30 16:56:27 +03:00
smkrv and GitHub
ef579af7c1
Create release.yml
2025-12-30 16:27:46 +03:00
smkrv and GitHub
3729c3736f
Update hassfest.yaml
2025-09-02 09:36:46 +03:00
smkrv and GitHub
f5ce5e459a
Update hassfest.yaml
...
fix: https://github.com/smkrv/ha-text-ai/security/code-scanning/2
2025-09-02 09:24:35 +03:00
4064486b1e
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-02 09:18:15 +03:00
SMKRV
ae8f8bda03
Release v2.0.2-beta
2024-11-29 00:01:27 +03:00
SMKRV
d6e76f7805
Validate HACS
2024-11-26 13:16:10 +03:00
SMKRV
5e82b9669c
Release v1.0.2
2024-11-19 13:10:18 +03:00
SMKRV
6ad67a5acf
Release v1.0.1c
2024-11-19 12:45:26 +03:00
Sergey Makarov
7adcad1fad
errors correction
2024-11-18 00:57:27 +03:00
Sergey Makarov
9cda11ad40
new version
2024-11-18 00:43:28 +03:00
smkrv and GitHub
e4b5b6ece8
Create validate.yaml
2024-11-14 18:26:58 +03:00
smkrv and GitHub
95b2efd118
Create hassfest.yaml
2024-11-14 18:25:30 +03:00