sawka
fea5f3306e
add codeedit command (testing)
2023-09-01 16:38:54 -07:00
sawka
5d89e0cfef
add line.linestate to DB. switch linetype to a dbmappable. update line sql queries. add state to /line:set command. bump migration ( #2 )
2023-09-01 15:21:35 -07:00
sawka
22fb034cc4
PE-41 remote file api ( #1 )
...
* RPC for remote file streaming -- just implemented 'stat' for now (streaming to come)
* allow RPC iterators for MShell RPCs. implement two test commands to test viewing files
* implement read-file handler
* read-file: allow overriding of content-type and use line's cwd not remote instance cwd
* checkpoint on write-file impl
* implemented metacommand version of write file
* checkpoint, untested write-file impl
* multipart handling for write-file data
* add usetemp param to writefile
2023-08-31 22:04:31 -07:00
sawka
2d63b1da96
checkpoint on line migration
2023-07-30 17:16:43 -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
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
0cd3f8ac04
can use view= instead of renderer= for setting renderer
2023-04-17 15:23:58 -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
31d8719200
add buildtime to remote state mshell version
2023-04-12 21:42:16 -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
c7289556e5
bug fixes for prod version of webshare -- allow notify to reset backoff time
2023-04-05 15:09:51 -07:00
sawka
bc89309cfe
fix nil ptr in /line:view
2023-04-05 00:25:22 -07:00
sawka
174a4ef8fd
add limits to websharing
2023-04-04 23:38:34 -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
c9e52b0148
fix dev url to be index-dev.html
2023-04-03 22:33:10 -07:00
sawka
faadfdffaa
new remoteview type to hook into remoteview window
2023-04-03 15:55:36 -07:00
sawka
59fd629920
small updates webshare/archive interaction.
2023-04-02 00:20:05 -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
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
2277e16749
bug fixes for webshare
2023-03-28 22:53:59 -07:00
sawka
582cd807a8
pcloud web-share working with stubbed out promptcentral
2023-03-26 23:07:30 -07:00
sawka
cf3644f0fd
working on webshareupdates
2023-03-26 13:21:58 -07:00
sawka
9ffb672062
add screenupdates
2023-03-25 12:54:56 -07:00
sawka
bfe8ee1c02
starting on screen:webshare feature. simplify bookmarks (removed bookmarked from line)
2023-03-24 10:34:07 -07:00
sawka
8299d3ff54
send updated clientdata when telemetry is updated
2023-03-23 12:08:03 -07:00
sawka
bd0cffb2c3
update schema
2023-03-20 21:38:39 -07:00
sawka
02ae7ea972
checkpoint on big cmd screen migration
2023-03-20 19:20:57 -07:00
sawka
cec75c0d5b
add simple history expansion
2023-03-20 12:19:48 -07:00
sawka
064e31eb2c
fix history query time
2023-03-17 21:36:49 -07:00
sawka
5b74117bca
bump to 0.1.7, add line:set
2023-03-17 14:47:30 -07:00
sawka
5bc6f1fd6c
set renderer from kwargs
2023-03-16 21:46:10 -07:00
sawka
e16c6534ad
add screenid to cmd, remove sessionid from screenlines
2023-03-15 18:12:55 -07:00
sawka
ed60723720
remove windowid
2023-03-14 16:37:22 -07:00
sawka
f8abfcb563
bug fixes
2023-03-13 12:23:36 -07:00
sawka
49e56f91cd
bug fixes for screen primary
2023-03-13 12:10:23 -07:00
sawka
1059a10727
remove screens from session. add screenlinestype (replaces 'window' lines)
2023-03-13 10:50:29 -07:00
sawka
fd33157130
more window/screen_window references removed
2023-03-13 02:09:29 -07:00
sawka
e154aacaad
checkpoint, backend changes for consolidating window and screen_window to screen
2023-03-13 01:52:30 -07:00
sawka
db5cecb1da
first use of go generics for DB mapping functions. add cloud session tables. refactor some of dbops to use new generics.
2023-03-09 18:44:01 -08:00
sawka
b2347f0b45
commit shparse test
2023-03-08 09:49:13 -08:00
sawka
454c8758cd
bug fixes, allow cmd filtering
2023-03-06 13:54:38 -08:00
sawka
501b067ead
add a filtered search mode to history search
2023-03-06 11:47:44 -08:00
sawka
7516f880ae
history search bugfixes
2023-03-05 13:53:24 -08:00