mirror of
https://github.com/temetro/temetro.git
synced 2026-07-26 11:58:14 +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]
|
||||
|
||||
## [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
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "temetro-backend",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "temetro",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"shadcn": "^4.11.0"
|
||||
|
||||
Reference in New Issue
Block a user