Skip to content
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
0d15382
📦 new: add update checker functionality and context injection
warengonzaga Feb 18, 2026
ec863b1
📦 new: implement update checker with caching and runtime detection
warengonzaga Feb 18, 2026
054b7c8
🧪 test: add comprehensive tests for update checker module
warengonzaga Feb 18, 2026
59c79d9
📦 new: add updateContext to AgentContext for software updates
warengonzaga Feb 18, 2026
c0a9883
📦 new: add software update check and context to start command
warengonzaga Feb 18, 2026
9398d21
📦 new: update package versions to 1.0.1 across all packages
warengonzaga Feb 18, 2026
4e31c8a
⚙️ setup: update CI workflows for release process and permissions
warengonzaga Feb 18, 2026
1cd2fca
🔧 update: enhance version parsing in isNewerVersion function
warengonzaga Feb 18, 2026
3f91a71
📦 new: add build step for all packages in CI workflow
warengonzaga Feb 18, 2026
080224e
⚙️ setup (ci): update package-build-flow-action to v2.0.1
warengonzaga Feb 19, 2026
6e46e61
⚙️ setup: enforce clean commit convention with husky and ci
warengonzaga Feb 19, 2026
57d3d0f
⚙️ setup (husky): add clean commit validation hook
warengonzaga Feb 19, 2026
d71d865
⚙️ setup (ci): fix security, guards, and validation issues
warengonzaga Feb 19, 2026
0407858
⚙️ setup (ci): remove redundant permissions from reusable workflow calls
warengonzaga Feb 19, 2026
a240bb6
🔧 update (ci): handle initial push and improve update-checker test
warengonzaga Feb 19, 2026
283a069
📦 new (landing): add landing page with svelte and tailwindcss
warengonzaga Feb 19, 2026
cbe57e2
⚙️ setup (ci): add deploy workflow for landing page
warengonzaga Feb 19, 2026
01135d6
⚙️ setup (landing): add build:landing script and update lockfile
warengonzaga Feb 19, 2026
af268be
⚙️ setup (husky): add error handling and allow revert commits
warengonzaga Feb 19, 2026
cf70b85
🔒 security (update-checker): sanitize version and url for prompt inje…
warengonzaga Feb 19, 2026
7094636
🧪 test (update-checker): add sanitizeForPrompt tests and improve mocking
warengonzaga Feb 19, 2026
858ff22
⚙️ setup (ci): pin action shas and scope deploy permissions
warengonzaga Feb 19, 2026
a5c1305
🔒 security (core): harden update checker cache and fetch logic
warengonzaga Feb 19, 2026
ea45a35
📦 new (landing): extract GitHubIcon component and improve accessibility
warengonzaga Feb 19, 2026
c142513
🔧 update (landing): improve scrollbar styling and Firefox support
warengonzaga Feb 19, 2026
302f44b
🔧 update (landing): clarify QuickStart step 3 description
warengonzaga Feb 19, 2026
99c228a
⚙️ setup (ci): streamline CI workflows by removing unused jobs
warengonzaga Feb 19, 2026
bab10e0
🗑️ remove: delete pre-commit script for bun test
warengonzaga Feb 19, 2026
3004a38
🔧 update (ci): add build step for workspace packages
warengonzaga Feb 19, 2026
67f0a76
🔧 update (dockerfile): upgrade bun version for builder and production…
warengonzaga Feb 19, 2026
8dc6789
🚀 release: bump version to 1.1.0 for all packages
warengonzaga Feb 19, 2026
4422bf3
🔧 update (dockerfile): remove frozen-lockfile option from bun install
warengonzaga Feb 19, 2026
958e520
📦 new: add dev:landing script for development of landing page
warengonzaga Feb 19, 2026
61699d8
📖 docs: update README with model names and licensing information
warengonzaga Feb 19, 2026
6e3e0bd
⚙️ setup: update release action to v1.2.1 and change token secret
warengonzaga Feb 20, 2026
8bb8382
📖 docs: update commit message guidelines for breaking changes
warengonzaga Feb 20, 2026
7c8f470
🔧 update: enhance commit message validation for breaking changes
warengonzaga Feb 20, 2026
c42053d
⚙️ setup: update release action to v1.2.2
warengonzaga Feb 20, 2026
0fee582
Merge branch 'main' into dev
warengonzaga Feb 20, 2026
64855aa
⚙️ setup: update actions/checkout version in CI workflow
warengonzaga Feb 20, 2026
1c4b39e
⚙️ setup: update actions/checkout version in CI workflow
warengonzaga Feb 20, 2026
a4b2676
⚙️ setup: update actions/checkout version in CI workflow
warengonzaga Feb 20, 2026
0a6b4ff
⚙️ setup: update actions/checkout version in CI workflow
warengonzaga Feb 20, 2026
a710869
⚙️ setup: remove version check job and update release action to v1.3.0
warengonzaga Feb 20, 2026
3cf25ab
☕ chore: merge branch 'dev' of https://github.com/warengonzaga/tinycl…
warengonzaga Feb 20, 2026
bb0bb6d
🔧 update (dev): merge main into dev
warengonzaga Feb 21, 2026
90b5742
🔧 update (ci): upgrade release-build-flow-action to v1.4.3
warengonzaga Feb 21, 2026
47a3fd7
🔧 update: change shebang from node to bun
warengonzaga Feb 21, 2026
96838af
🔧 update (web): correct path references in dev notice fallback page (#9)
youhanasheriff Feb 21, 2026
f58c5e1
🔧 update (cli): add auto-build for web ui in setup --web
warengonzaga Feb 21, 2026
104c9cb
🔧 update (cli): change build command to use process.execPath
warengonzaga Feb 21, 2026
4c07100
🔧 update (cli): add webRoot to setupWebUI configuration
warengonzaga Feb 21, 2026
1dacabf
🔧 update (cli): add webRoot to createWebUI configuration
warengonzaga Feb 21, 2026
eb92852
🔧 update (web): allow override of webRoot in resolveUiPaths and findS…
warengonzaga Feb 21, 2026
d761952
📦 new: outbound gateway with SSE push and channel routing
warengonzaga Feb 21, 2026
01a4a78
📦 new: wire nudge engine, agent tools, and update check into start
warengonzaga Feb 21, 2026
4f88443
📦 new: nudge engine with intercom wiring and delivery queue
warengonzaga Feb 21, 2026
8e33f61
📦 new: nudge user preferences with config and API endpoints
warengonzaga Feb 21, 2026
53683ac
📦 new: outbound messaging for Discord and Friends channels
warengonzaga Feb 21, 2026
601267a
📦 new: add gateway and nudge package.json to Dockerfile
warengonzaga Feb 21, 2026
9fdf3e3
📦 new: companion nudge system with mood roulette
warengonzaga Feb 21, 2026
40b4cf6
📦 new: add companion jobs and touch activity mocks
warengonzaga Feb 21, 2026
94781c6
🔧 update (agentloop): prevent feedback loop by refining tool call han…
warengonzaga Feb 21, 2026
79d8429
🔧 update: fix regex for commit message scope to allow uppercase letters
warengonzaga Feb 21, 2026
ce23d43
📦 new: add SSE push channel for receiving nudges and proactive messages
warengonzaga Feb 21, 2026
47f3e7c
🔧 update: enhance prompt injection defense for internal system users
warengonzaga Feb 21, 2026
f8bd089
🔧 update: re-check auth status periodically to handle session expiry
warengonzaga Feb 21, 2026
92b48c5
☕ chore: merge branch 'main' into dev
warengonzaga Feb 22, 2026
3613b71
⚙️ setup: update release-build-flow-action to v1.5.0
warengonzaga Feb 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Create Release
uses: wgtechlabs/release-build-flow-action@5c5896446fd0631b74a3c94d589ad733a94dbfae # v1.4.3
uses: wgtechlabs/release-build-flow-action@v1.5.0 # v1.5.0
with:
github-token: ${{ secrets.GH_PAT }}
monorepo: 'true'
Loading