2 Commits

Author SHA1 Message Date
jkunz 8821d65f6d v0.1.1 2026-03-11 19:42:30 +00:00
jkunz 4402c568d3 fix(repository): no changes to commit 2026-03-11 19:42:29 +00:00
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog # Changelog
## 2026-03-11 - 0.1.1 - fix(repository)
no changes to commit
## 2026-03-07 - 0.1.0 - feat(web) ## 2026-03-07 - 0.1.0 - feat(web)
add web demo and polish Lit web components UI and demo tooling add web demo and polish Lit web components UI and demo tooling
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartchat", "name": "@push.rocks/smartchat",
"version": "0.1.0", "version": "0.1.1",
"private": false, "private": false,
"description": "Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.", "description": "Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartchat', name: '@push.rocks/smartchat',
version: '0.1.0', version: '0.1.1',
description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.' description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.'
} }
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartchat', name: '@push.rocks/smartchat',
version: '0.1.0', version: '0.1.1',
description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.' description: 'Interactive chat interfaces for AI agents — CLI TUI and web components, built on @push.rocks/smartagent.'
} }