mirror of
https://github.com/temetro/temetro.git
synced 2026-09-01 13:29:16 +00:00
chore(release): v0.2.2
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,18 @@ for how releases are cut and published.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.2] — 2026-06-28
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- **AI chat record cards** now render on Google Gemini. The card-emitting
|
||||||
|
chat tools (`listAppointments`, `listTasks`, `listPrescriptions`,
|
||||||
|
`getClinicInfo`, `getAnalytics`, `listInventory`) used an empty parameter
|
||||||
|
schema; Gemini can't emit a function call for a schema with no properties,
|
||||||
|
so it printed the call as `tool_code` text instead of invoking the tool —
|
||||||
|
leaving replies as plain text (e.g. "Show today's schedule" leaked a raw
|
||||||
|
`<tool_code>` block) with no cards. The tools now share a non-empty schema
|
||||||
|
so Gemini calls them; other providers are unaffected.
|
||||||
|
|
||||||
## [0.2.1] — 2026-06-27
|
## [0.2.1] — 2026-06-27
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro-backend",
|
"name": "temetro-backend",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
|
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro",
|
"name": "temetro",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadcn": "^4.11.0"
|
"shadcn": "^4.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user