Commit Graph

349 Commits

Author SHA1 Message Date
sawka
bd515994f8 one by one migrations (so we can run code). remove migration messages from FE (it is fast) 2023-07-28 11:48:11 -07:00
sawka
afbc60ce92 update imports to reflect new package names (moved repo) 2023-07-26 14:24:14 -07:00
sawka
5d72581683 checkpoint 2023-07-26 10:10:27 -07:00
sawka
7c09d8c09e remove logging message 2023-05-08 18:03:09 -07:00
sawka
6a6e51d783 bump version to v0.2.3 2023-05-08 17:57:15 -07:00
sawka
c045b67afe switch openai to chat for metacmds 2023-05-08 17:54:38 -07:00
sawka
59ff522cd1 updates to read openai token from clientdata 2023-05-08 16:06:51 -07:00
sawka
8302ca1fcb openai api integration 'working' 2023-05-04 01:01:13 -07:00
sawka
ab5deafdb6 updates to remote table, working on openai remote type 2023-05-02 12:43:54 -07:00
sawka
97fd46eda0 v0.2.2 2023-04-17 17:36:47 -07:00
sawka
0cd3f8ac04 can use view= instead of renderer= for setting renderer 2023-04-17 15:23:58 -07:00
sawka
51a7000de3 only add screendel if websharing 2023-04-17 15:22:30 -07:00
sawka
398be03324 simplify screen focus types (remove cmd-fg). send all screen focus updates. fix display issue with rtnstate (prompt vars) 2023-04-13 12:53:15 -07:00
sawka
1ac1051205 bump version to v0.2.1 2023-04-12 22:08:10 -07:00
sawka
31d8719200 add buildtime to remote state mshell version 2023-04-12 21:42:16 -07:00
sawka
7bc8f41c0f now that we're tracking git branches, git switch and git checkout are rtnstate commands 2023-04-12 14:43:11 -07:00
sawka
4e93eff86a updates to FeState to store variables -- implement python venv and gitbranch in festate for prompt 2023-04-11 23:54:18 -07:00
sawka
b92c160333 fix session:purge 2023-04-07 15:48:44 -07:00
sawka
c7289556e5 bug fixes for prod version of webshare -- allow notify to reset backoff time 2023-04-05 15:09:51 -07:00
sawka
000d86b7af fix session stats 2023-04-05 00:46:47 -07:00
sawka
bc89309cfe fix nil ptr in /line:view 2023-04-05 00:25:22 -07:00
sawka
6c4a8e01df dont log start of new ws conn 2023-04-04 23:44:47 -07:00
sawka
174a4ef8fd add limits to websharing 2023-04-04 23:38:34 -07:00
sawka
fa8db1d80e limit screen sharing to 50 commands 2023-04-04 23:24:08 -07:00
sawka
0ee3af71bd update sharename 2023-04-04 22:28:52 -07:00
sawka
f6c6a40aba add client:accepttos command 2023-04-04 21:52:20 -07:00
sawka
1d5fe3c5be bump version 2023-04-04 09:15:31 -07:00
sawka
c9e52b0148 fix dev url to be index-dev.html 2023-04-03 22:33:10 -07:00
sawka
6e6fe4d4bf auto-install and reconnect flow working 2023-04-03 22:15:43 -07:00
sawka
c7024b0ef5 switch to 'connection' 2023-04-03 21:31:40 -07:00
sawka
936500a18e add client deadline and update remoteruntimestate 2023-04-03 18:57:38 -07:00
sawka
faadfdffaa new remoteview type to hook into remoteview window 2023-04-03 15:55:36 -07:00
sawka
0a16bb2181 add two new fields to remotetype for better messages on client 2023-04-03 01:37:55 -07:00
sawka
59fd629920 small updates webshare/archive interaction. 2023-04-02 00:20:05 -07:00
sawka
f808c7b362 better way to handle updates -- use a dedup across all updates, pack as many updates as possible into the packet 2023-03-31 18:15:51 -07:00
sawka
5e5a6aa53f do synchronous webscreen delete 2023-03-31 13:25:57 -07:00
sawka
a7faf2040f get contentheigh updates working 2023-03-31 00:32:38 -07:00
sawka
4c7d3f2079 add contentheight 2023-03-30 20:55:27 -07:00
sawka
274697039a webshare selected line, sync webupdate for screen:new, fix line resolver for hidden items 2023-03-30 18:08:35 -07:00
sawka
652c820844 simplify updates, remove line:archived (now just line:del) 2023-03-30 12:59:58 -07:00
sawka
83ce367ace set archived update for archived lines 2023-03-30 00:59:05 -07:00
sawka
3709381034 never omit ptypos or data from WebSharePtyData 2023-03-30 00:07:25 -07:00
sawka
a340f93c20 add statevars to remote, add vars into webremote 2023-03-29 12:42:04 -07:00
sawka
5480d5d7f6 fix nil checking in dbutil (typed nils) 2023-03-29 12:40:53 -07:00
sawka
2277e16749 bug fixes for webshare 2023-03-28 22:53:59 -07:00
sawka
6753f5eaf4 add updatets 2023-03-28 01:05:01 -07:00
sawka
50caeee5c2 support int fields in DBMappable 2023-03-28 01:04:34 -07:00
sawka
dde547351c add some synchronization magic for ptypos updates 2023-03-28 00:24:37 -07:00
sawka
e674333621 support map types in DBMappable 2023-03-28 00:23:31 -07:00
sawka
1dbdb3d50b got screen:new and screen:del implemented 2023-03-27 18:19:17 -07:00