Commit Graph

738 Commits (f7c781d119ab1e057cb7a49f1a8d25aa74124fde)

Author SHA1 Message Date
JarbasAI 7258dc6214 do not reload intent
or register_intent messages are missed and wolphram alpha always executes
2017-03-09 01:56:23 -06:00
JarbasAI 964fdb838e added do not reload flag 2017-03-09 01:56:23 -06:00
Arron Atchison 09ed3a6845 bump to 0.8.6 2017-03-01 09:45:56 -06:00
penrods 49b1530976 Fixing color initialization. I assumed 16 colors were defined, but that isn't standard on all terminals. Now only assuming the first 8. 2017-02-27 15:15:13 -06:00
penrods 6feac48c13 Bug fix for when the log contains a really short line (less than 8 characters). 2017-02-27 15:15:13 -06:00
penrods b51bd4acd9 Further enhancements:
* Added "--simple" mode, to get the old cli behavior
* Rewrote to not use tail (works better with multiple log files)
* Added Ctrl+PgUp/Dn support for scrolling back in logs
* Added filtering
* Refined look and log coloring
* Added :help screen
* Added support for terminal resizing
2017-02-27 15:15:13 -06:00
penrods 9e937964b0 For issue #535
* Fixed pep8 errors
* Added monitoring of relative and system log files for both github and package installs.
2017-02-27 15:15:13 -06:00
penrods bd68c478d7 First check-in of enhanced command line interface (CLI):
* Uses curses
* Displays a "chat history" with requests and responses
* Shows filtered logs from mycroft-skills.log, mycroft-voice.log
* Start of framework for special ":" commands (for log searching, etc)
2017-02-27 15:15:13 -06:00
Karl Fezer ffa6d4c50b Adds ./mycroft.sh start -d option that boots directly into the cli
modified:   mycroft.sh
2017-02-27 13:35:55 -06:00
Arron Atchison 75c24182d5 Update install-mimic.sh 2017-02-27 13:30:34 -06:00
Arron Atchison ee8820a048 Update .travis.yml 2017-02-27 13:30:34 -06:00
Arron Atchison 72af3fdee7 This might fix travis for mimic, thanks forslund 2017-02-27 13:30:34 -06:00
Arron Atchison 711433688b Added libicu-dev to deps for mimic 2017-02-27 13:30:34 -06:00
Arron Atchison a4dfbe591e Updating travis config to include a new dependency for mimic 2017-02-27 13:30:34 -06:00
Arron Atchison 754b7e7bc5 updated mimic to 1.2.0.1 with gcc fix; added make install; it's working great now 2017-02-27 13:30:34 -06:00
Arron Atchison 2b46d12b3a this is what works in my case, with gcc 6.2.0 2017-02-27 13:30:34 -06:00
Arron Atchison a7f0e9265d And autogen needs the ".sh" 2017-02-27 13:30:34 -06:00
Arron Atchison e41a23e5fe I had forgotten autogen 2017-02-27 13:30:34 -06:00
Arron Atchison 91137e6635 Updating Mimic version to 1.2.0; using --enable-shared flag for future Pymimic support 2017-02-27 13:30:34 -06:00
Augusto Monteiro 9fa77c4452 #521 - Ensuring that skill only try to load once 2017-02-23 23:03:12 -08:00
Augusto Monteiro 67e3c5f4a5 #521 - Using while instead of recursive function 2017-02-23 23:03:12 -08:00
Augusto Monteiro da01755fe6 #521 - Fixing pep8 2017-02-23 23:03:12 -08:00
Augusto Monteiro d50f2990f1 #521 - Refactoring watch_skill method 2017-02-23 23:03:12 -08:00
Augusto Monteiro 0044e154df #521 - removing comment 2017-02-23 23:03:12 -08:00
Augusto Monteiro 1b0afe92de #521 - Skill auto reload 2017-02-23 23:03:12 -08:00
penrods e47e38c92c Fixes issue #528
Max recording time is now 10 seconds instead of 30.  This deals with cases where a noisy background prevents the listener's silence detection from triggering.  30 seconds was WAAY too long to keep listening -- nobody is going to be saying something that long for now.
2017-02-23 20:54:39 -08:00
Karl Fezer 900033b99e Changes to be committed:
modified:   mycroft/util/__init__.py

FIXES BUG 519
2017-02-15 18:48:20 -08:00
Arron Atchison de00192dc6 all lil peps fixed 2017-02-15 15:37:52 -06:00
Arron Atchison c1ea573493 fixed pep8 in enclosure client folder 2017-02-15 15:37:52 -06:00
Arron Atchison 8599146dc4 fix pep8 in skills folder 2017-02-15 15:37:52 -06:00
Karl Fezer d3fef6be61 modified: mycroft/skills/pairing/__init__.py 2017-02-15 15:37:52 -06:00
Karl Fezer 4d50f852d2 modified: mycroft/util/__init__.py 2017-02-15 15:37:52 -06:00
Karl Fezer e0d11b1dd0 modified: mycroft/util/__init__.py
Fixing Pep8 errors
part of issue 515
2017-02-15 15:37:52 -06:00
Karl Fezer e874df266e Changes to be committed:
modified:   mycroft/util/__init__.py
2017-02-15 15:37:52 -06:00
kfezer 58d3b214ae Update __init__.py 2017-02-15 15:37:52 -06:00
Arron Atchison 5576f01e91 commenting out unit tests in .travis.yml 2017-02-15 15:37:52 -06:00
kfezer 28f452bd6b Update mycroft.conf 2017-02-15 15:37:52 -06:00
Karl Fezer 3c5afbe63d new file: mycroft/skills/pairing/__init__.py 2017-02-15 15:37:52 -06:00
Karl Fezer 2da508498d deleted: mycroft/skills/pairing/__init__.py 2017-02-15 15:37:52 -06:00
Karl Fezer a691003071 modified: mycroft/configuration/mycroft.conf
modified:   mycroft/util/__init__.py
2017-02-15 15:37:52 -06:00
kfezer fb2f8e11ef Update __init__.py 2017-02-15 15:37:52 -06:00
kfezer 7cc59f7522 Update __init__.py 2017-02-15 15:37:52 -06:00
kfezer 7304be098f Update __init__.py 2017-02-15 15:37:52 -06:00
kfezer 5c03efc6e6 Update __init__.py 2017-02-15 15:37:52 -06:00
kfezer f1da181c9f Update __init__.py 2017-02-15 15:37:52 -06:00
Karl Fezer d4e169c4a3 modified: mycroft/skills/core.py
Added more verbose logging to the core.py file which adds skills on boot-up.

Issue #511
2017-02-15 15:37:52 -06:00
kfezer 627e912e7b Update __init__.py 2017-02-15 15:37:52 -06:00
Åke Forslund 071de2bcd6 Remove load_data_files(...) from all skills where applicable 2017-02-15 15:37:52 -06:00
Augusto Monteiro 9ca97d55fc #503 - Fixing resource path 2017-02-15 15:37:52 -06:00
Arron Atchison 0e3d4d3699 added start_listening.wav to mycroft-base-MANIFEST.in 2017-02-15 15:37:52 -06:00