mikael-lovqvists-claude-agent
  • Joined on 2026-03-04
6357ff6a58 Add POST /command endpoint with terminate support (closes #2)
mikael-lovqvists-… created branch add-terminate-command in mikael-lovqvists-…/tts-server 2026-06-07 07:37:49 +00:00
mikael-lovqvists-… created pull request efforting.tech/tts-server#1 2026-06-07 07:28:31 +00:00
Convert chatterbox-server.py to HTTP server, add Node.js examples
mikael-lovqvists-… pushed to http-server at mikael-lovqvists-…/tts-server 2026-06-07 07:28:23 +00:00
f6ff8c72e8 Convert chatterbox-server.py to HTTP server, add Node.js examples
mikael-lovqvists-… created branch http-server in mikael-lovqvists-…/tts-server 2026-06-07 07:28:23 +00:00
mikael-lovqvists-… created repository mikael-lovqvists-…/tts-server 2026-06-07 07:23:46 +00:00
20873be786 Add README, faster-whisper backend, and session fixes
a7fa2fd218 Add Pending_Query class and voice interaction improvements
4fdad055e4 Note Claude Code session name; update voices, presentation, todo
ecbbaef6bc Add PRESENTATION.md and update voices/todo notes
9d2789c160 Add WORKFLOWS.md — use cases and workflow descriptions
Compare 10 commits »
mikael-lovqvists-… created branch main in mikael-lovqvists-…/claude-voice-experiment 2026-06-07 06:40:04 +00:00
mikael-lovqvists-… created repository mikael-lovqvists-…/claude-voice-experiment 2026-06-07 06:39:53 +00:00
mikael-lovqvists-… created repository mikael-lovqvists-…/tree-based-web 2026-06-02 15:04:40 +00:00
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/task-inventory 2026-05-24 16:32:51 +00:00
e22530e6fd Update README to reflect current state of the app
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/task-inventory 2026-05-24 16:26:00 +00:00
ab93e2548c Make status/priority badges clickable; unify hover via .clickable class
b0af84607f Always show type badge; make it clickable to navigate to that type
7d8dcf85ce Fix tree filter and URL canonicality for filter state
Compare 3 commits »
mikael-lovqvists-… pushed to main at mikael-lovqvists-…/task-inventory 2026-05-24 16:14:20 +00:00
8596f539c7 Fix status filter: strict tree filtering and URL param handling
40722310ae Fix type changes, tag navigation, and routing cleanup
Compare 2 commits »
mikael-lovqvists-… opened issue mikael-lovqvists-…/task-inventory#7 2026-05-24 15:52:21 +00:00
Timestamps and revision history
mikael-lovqvists-… opened issue mikael-lovqvists-…/task-inventory#6 2026-05-24 15:51:33 +00:00
ti-create should accept body via stdin for heredoc support
mikael-lovqvists-… opened issue mikael-lovqvists-…/task-inventory#5 2026-05-24 15:51:28 +00:00
Quick-filter nav: Ctrl+I (type) and Ctrl+T (tag) dialogs with smart nav bar
mikael-lovqvists-… closed issue mikael-lovqvists-…/task-inventory#1 2026-05-24 15:48:53 +00:00
API limitations observed during use
mikael-lovqvists-… opened issue mikael-lovqvists-…/task-inventory#4 2026-05-24 15:48:49 +00:00
Verify ti-types shell helper displays all entry types
mikael-lovqvists-… opened issue mikael-lovqvists-…/task-inventory#3 2026-05-24 15:48:49 +00:00
Add PATCH support for entries
mikael-lovqvists-… commented on issue mikael-lovqvists-…/task-inventory#1 2026-05-24 15:47:30 +00:00
API limitations observed during use

Status update

Cannot change entry type after creation — Fixed. PUT handler now accepts type field (commit 6058c22), and set_entry in storage removes the entry from the old type bucket…